5 lines
88 B
Bash
5 lines
88 B
Bash
|
#!/bin/bash -x
|
||
|
|
||
|
dd if=/boot/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1K seek=8
|
||
|
sync
|