A quick question, I followed the desciption.txt file. But as a starter I did not load the IPCF project bin, instead I created a simple LED blink project and loaded it from Uboot but it is not working.
Following are the steps I used:
1. Created a NXP DS project that blinks a blue LED on the S32G2. Tested with debugger, generated the bin file.
NOTE: This bin was generated by the NXP and NOT from the IVT. I hope that is okay. Please confirm.
2. I placed this bin file in the boot section of the sd card which contains the A53 image.
3. Inserted the SD card and interrupted the auto boot so that I get access to the Uboot terminal.
4. Following commands were given as per "description.txt" modified as per the blinky project SRAM address
=> dcache off
=> fatload mmc 0:1 0x80000000 Siul2_Dio_Ip_Example_S32G274A_M7.bin
[this returned with reading the bin file]
=> cp.b 0x80000000 0x34000000 0x100000
=> startm7 0x34500400 [interrupt vector address as per map file of blinky project]
[this returns saying that M7 core 0 has started at the address 0x34500400]
RESULT: but the LED does not blink on the board
Best,
Vishnu