I program my p4080ds use the QorIQ_SDK_V2.0_P4080DS_20160527_NOR_Flash.bin,it is very convenient for me to program my board,i buile p4080 linux image by qoriq-components/yocto-sdk - Repo manifest for QorIQ Yocto SDK project,i can build the linux image successfully,but i don't find one 128MB image like QorIQ_SDK_V2.0_P4080DS_20160527_NOR_Flash.bin,how can i make it?
thank you, i will try
See the following pages about commands to manipulate binary files:
https://www.tecmint.com/best-hex-editors-for-linux/
https://unix.stackexchange.com/questions/304858/create-binary-file-of-specific-length
https://superuser.com/questions/233104/how-to-prepend-8-bytes-of-data-to-a-binary-file-in-linux
See also the following page about hex editors under Linux.
https://www.tecmint.com/best-hex-editors-for-linux/
Have a great day,
Pavel Chubakov
It looks like a hex editor can be used for creation a binary file.
This binary file should include binary images of RCW, u-boot, FMAN microcode, uImage, .dtb and rootfile system.
See the Table 72 (NOR Flash Memory Map) in SDK 2.0-1703 documentation for the P4080ds board:
https://www.nxp.com/docs/en/supporting-information/QORIQ-SDK-2.0-IC-REV0.pdf
Have a great day,
Pavel Chubakov
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
thank you for reply,nor flash memory is clear from table 72,but which hex editor should be used,do you have a good recommendation? are there any documentation on how to do this
Why no one replied to me