Hi NXP team,
Request: In serial boot, we want to run M7 APP in the SRAM.
Platform: S32G274ARDB2.
Prepare:
(Reference '.map' file:RAM entry pointer = int_sram; RAM start pointer =
Issue:The program did not start, uart1 did not print.
解決済! 解決策の投稿を見る。
Hi,
For binary creation, we can recommend following the steps shown under the thread below:
HOWTO: Generate S-Record/Intel HEX/Binary file - NXP Community
As for the linker modification, we understand that this is not required for Serial Boot from UART interface. The examples should work out-of-the-box without this modification. We can recommend looking into the following threads that talk about serial mode booting:
Solved: How to create an image for serial boot? - NXP Community
Solved: How to boot an image from uart? - NXP Community
Where the first thread talks about creating the serial boot mode image and the second thread talks about copying into the SRAM inside the S32G platform.
Please, let us know.
Hi,
For binary creation, we can recommend following the steps shown under the thread below:
HOWTO: Generate S-Record/Intel HEX/Binary file - NXP Community
As for the linker modification, we understand that this is not required for Serial Boot from UART interface. The examples should work out-of-the-box without this modification. We can recommend looking into the following threads that talk about serial mode booting:
Solved: How to create an image for serial boot? - NXP Community
Solved: How to boot an image from uart? - NXP Community
Where the first thread talks about creating the serial boot mode image and the second thread talks about copying into the SRAM inside the S32G platform.
Please, let us know.
Please tell me which process is wrong.