Thank you for contacting NXP support!
Note:I can't publish the files on the comunnity please open a case on Support | NXP Semiconductors to share the files with you.
1. Files
u-boot-ls1021aiot.bin
rcw/ls1021aiot/RSR_PPS_70/rcw_1000_qspiboot_swap.bin
2. Map
rcw: 0x0 - 0x100
u-boot: 0x10000 - 0x90000
u-boot env: 0x100000 - 0x120000
3. Dip switch settings
For QSPI boot, SW2.1 = ON
3.1 rcw/ls1021aiot/RSR_PPS_70/rcw_1000_qspiboot_swap.bin
Dip Switch: SW2.5 = OFF
Brief: ETH0 disabled
SATA enabled
4. Assume qspi is empty, boot from SD card first, the run the following
commands to flash the images to QSPI.
4.1 rcw/ls1021aiot/RSR_PPS_70/rcw_1000_qspiboot_swap.bin and u-boot
=> sf probe
=> sf erase 0x0 0x100000
=> tftp 0x82000000 rcw/ls1021aiot/RSR_PPS_70/rcw_1000_qspiboot_swap.bin
=> sf write 0x82000000 0x0 0x100
=> tftp 0x82000000 u-boot-ls1021aiot.bin
=> sf write 0x82000000 0x10000 0x80000