Is it mandatory to re-build the RFS image for P2020RDB, if any test application need to be included and executed when board is booted up with kernel from NOR or NAND Flash.

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

Is it mandatory to re-build the RFS image for P2020RDB, if any test application need to be included and executed when board is booted up with kernel from NOR or NAND Flash.

464 Views
chhavidhawan
Contributor I

Is there any other option to permanently save test application binary for execution on Board.

0 Kudos
1 Reply

351 Views
bpe
NXP Employee
NXP Employee

If you use a ramdisk-based root filesystem, which implies that all
changes are lost after a power cycle, you always have to re-build
and re-deploy the root FS image if you wish to see your changes after
a new power-on. Consider using an MTD-based root filesystem, JFFS2 or
UBIFS, if you want to keep your changes:

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-A28089FD-8D34-46BA-9AFA-D...

https://freescale.sdlproducts.com/LiveContent/content/en-US/QorIQ_SDK/GUID-F077305B-5163-44EA-A9B0-3...


Have a great day,

Platon

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

0 Kudos