lLS1046A s1046ardb_qspi_spl_defconfig

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

lLS1046A s1046ardb_qspi_spl_defconfig

449 Views
renaud
Contributor IV

Assuming you build U-boot with SPL support, at which offset in the QSPI do you burn the binaries?

Tags (1)
0 Kudos
1 Reply

442 Views
yipingwang
NXP TechSupport
NXP TechSupport

This new defconfig is introduced to support SPL boot from QSPI NOR flash. This is to support falcon mode for faster booting into Linux.

To use falcon mode with QSPI boot, SPL needs to be enabled. Similar to SD or NAND boot, a RAM version full feature U-Boot is needed. Unlike SD or NAND boot, SPL with QSPI doesn't need to combine SPL image with RAM version image. Two separated images are used, u-boot-spl.pbl and u-boot.img. The former is SPL image with RCW and PBI commands to load the SPL payload into On-Chip RAM. The latter is RAM version U-Boot in FIT format (or legacy format if FIT is not used).

Please program u-boot-spl.pbl at offset 0x0 and u-boot.img at offset 0x00100000  on QSPI flash.

0 Kudos