LS1043AQDS: u-boot binary

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

LS1043AQDS: u-boot binary

644 Views
carlos-m-ribeiro
Contributor I

Hello,

Which flags/defconfig/configurations/files we need to compile and generate the u-boot binary spl-pbl (with rcw) to ls1043 qspi?

Best regards

0 Kudos
5 Replies

633 Views
yipingwang
NXP TechSupport
NXP TechSupport

It is impossible to get QSPI u-boot binary image with RCW by compiling u-boot source code.

You could download flexbuild_lsdk2012, run command "$ flex-builder -c rcw -m ls1046aqds" to get QSPI RCW binary file rcw_1600_qspiboot.bin.swapped in packages/firmware/rcw/ls1046aqds/RR_FFSNPPPH_1133_5559/. Please deploy RCW at 0x00000000, u-boot at 0x00100000 on QSPI flash

0 Kudos

625 Views
carlos-m-ribeiro
Contributor I

Thank you again, but you refer ls1046aqds, it is the same for ls1023/ls1043 (quad-core version)?

 

Best regards

0 Kudos

607 Views
yipingwang
NXP TechSupport
NXP TechSupport

You could download flexbuild_lsdk2012, run command "$flex-builder -c rcw -m ls1043aqds" to get QSPI RCW binary file rcw_1600_qspiboot.bin.swapped in packages/firmware/rcw/ls1043aqds/RR_FQPP_1455/. Please deploy RCW at 0x00000000, u-boot at 0x00100000 on QSPI flash

0 Kudos

642 Views
yipingwang
NXP TechSupport
NXP TechSupport

Please compile QSPI u-boot for ls1043aqds with configure file "ls1043aqds_qspi_defconfig" in u-boot source code. The generated u-boot image doesn't include RCW.

0 Kudos

638 Views
carlos-m-ribeiro
Contributor I

Thank you for your response but how I can include RCW in u-boot binary with qpsi via menuconfig?

Best regards

0 Kudos