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

5. for the application bootloader RAM start pointer I put the int_sram from the linker file

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

8. flash the target, it completed OK

9. set the switched to boot from NOR flash, make power off, power on

Result : Nothing!, the LED should have been blinking
what am I missing ?
thanks