diff --git a/reflash-uboot-to-emmc.sh b/reflash-uboot-to-emmc.sh new file mode 100755 index 0000000..72cc762 --- /dev/null +++ b/reflash-uboot-to-emmc.sh @@ -0,0 +1,4 @@ +#!/bin/bash -x + +dd if=/boot/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1K seek=8 +sync diff --git a/reflash-uboot.sh b/reflash-uboot.sh index 72cc762..2dfa2ec 100755 --- a/reflash-uboot.sh +++ b/reflash-uboot.sh @@ -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