pinebook/reflash-uboot.sh

5 lines
88 B
Bash
Raw Normal View History

2019-01-01 08:15:44 -06:00
#!/bin/bash -x
dd if=/boot/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1K seek=8
sync