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