emmc & sdcard flash scripts
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
d734bf4044
commit
d5e03aaed2
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
dd if=/boot/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1K seek=8
|
||||
sync
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
dd if=/boot/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1K seek=8
|
||||
dd if=/boot/u-boot-sunxi-with-spl.bin of=/dev/mmcblk2 bs=1K seek=8
|
||||
sync
|
||||
|
|
Loading…
Reference in New Issue