From cbd0078ca651d13f81d36f57503434df4abe8c83 Mon Sep 17 00:00:00 2001 From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Tue, 20 Jun 2023 12:12:36 +0200 Subject: [PATCH] [BOARD] Update firstboot.custom.sh (streamline) --- board/miyoo/boot/firstboot.custom.sh-OFF | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/miyoo/boot/firstboot.custom.sh-OFF b/board/miyoo/boot/firstboot.custom.sh-OFF index db5ea463..659f780b 100644 --- a/board/miyoo/boot/firstboot.custom.sh-OFF +++ b/board/miyoo/boot/firstboot.custom.sh-OFF @@ -1,2 +1,2 @@ echo "Writing U-BOOT - DO NOT TURN OFF THE HANDHELD!!!" -dd if=./misc/u-boot-bins/u-boot.bin of=/dev/mmcblk0 bs=1024 seek=8 +dd if=./u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8