SpacemiT K3: Fixup SPI flash instructions

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
Patrick Yavitz
2026-06-21 11:17:52 -04:00
committed by c0rnelius
parent c21ecc8f2e
commit dd835df747
@@ -8,7 +8,7 @@ fastboot devices -l
fastboot stage FSBL.bin
fastboot continue
fastboot stage u-boot.bin
fastboot stage u-boot.itb
fastboot continue
# Flash to SPI
@@ -20,10 +20,10 @@ fastboot flash fsbl FSBL.bin
sleep .75
fastboot flash env u-boot-env-default.bin
sleep .75
fastboot flash esos esos.bin
fastboot flash esos esos.itb
sleep .75
fastboot flash opensbi fw_dynamic.bin
fastboot flash opensbi fw_dynamic.itb
sleep .75
fastboot flash uboot u-boot.bin
fastboot flash uboot u-boot.itb
sleep .75
fastboot reboot