pxt-ev3/brick/scripts/mkimg
2017-07-26 18:57:46 +01:00

7 lines
147 B
Bash
Executable File

#!/bin/sh
# dd if=EV3\ Firmware\ V1.09D.bin of=orig.cram bs=65536 skip=37 count=400
sudo mkfs.cramfs dev-ev3 cram.bin
node img
ls -l firmware.bin