You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
205 B
6 lines
205 B
5 months ago
|
#/bin/sh
|
||
|
./mkimage -T sunxi_toc1 -d toc1.cfg sd.bin
|
||
|
# offset: 8K of spl,+48K of toc1
|
||
|
#sudo dd if=boot0_sdcard_sun20iw1p1_d1s.bin of=/dev/sdb bs=1024 seek=8
|
||
|
#sudo dd if=sd.bin of=/dev/sdb bs=1024 seek=56
|