mirror of
https://github.com/armbian/build.git
synced 2026-09-08 23:59:54 +08:00
SpacemiT K3: Fixup SPI flash instructions
Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user