Hello
I'm unable to boot from M7, Target is GoldBox RDGB2, application M7 single core works in debug, flashed OK to the QSPI NOR flash, but does not being boot !
Steps I do
1. Building and checking a M7 application from the examples Siul2_Port_ToggleLed_S32G274A_M7
2. Did all steps from: HOWTO: Use IVT Tool To Create A Blob Image S32G274... - NXP Community
3. for the DCD i imported the one from the project, only exported it as binary
4. for the application bootloader RAM entry pointer I put the intc_vector
oferbaharguardknox_0-1688631199101.png
5. for the application bootloader RAM start pointer I put the int_sram from the linker file
oferbaharguardknox_1-1688631312888.png
6. I tried either with or without QuadSpi parameters file e.g. mx25_sim200ddr.bin, or mx25_sim133sdr.bin
7. export a blob, looks OK
oferbaharguardknox_4-1688631616182.png
8. flash the target, it completed OK
oferbaharguardknox_3-1688631582660.png
9. set the switched to boot from NOR flash, make power off, power on
oferbaharguardknox_2-1688631492549.png
Result : Nothing!, the LED should have been blinking
what am I missing ?
thanks