How to not use PPA in LS1046A design

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

How to not use PPA in LS1046A design

558 Views
Robbo76
Contributor I

Hello!

In LSDK for LS1046ARDB the default configuration is including PPA in the QSPI flash image.

If I just do

CONFIG_FSL_LS_PPA=n

Is there anything else I should do instead to have a working LS1046A?

My backstory is that I just want to have highest access level all the time with access to all devices. The PPA code is dedicated to LS1046ARDB and since I'm running a custom LS1046A design I do not want to port it. I just want to remove it. Do I have to implement something else instead?

Thank you

BR

Robert

0 Kudos
1 Reply

394 Views
Pavel
NXP Employee
NXP Employee

Use single image for u-boot and Linux.

NXP LSDK 18.09 provides u-boot binary image and Linux itb file for the LS1046ARDB board.

 

Find the "How to add support for a new custom machine in flexbuild based on LSDK release" in LSDK 1809 documentation.

Use the following commands for .itb file:

bootm a0000000#ls1046ardb


Have a great day,
Pavel Chubakov

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos