Hi Daniel ,
the version information is as follows:
BSP 35
IPCF 4.8.0
I already change atf to use an alignment of 64.
I can boot RDB3 from sd card with modified atf.
I can boot A53_0 from norflash with Application Bootloader under the IVT.
I have tried to replace linker in S32G3 exapmle with the linker provided under the AN13750SW package, but A53 core still boot failed.
I also tried to remove m7 app, let bootloader only boot the fip.bin, it failed, so i guess may be something wrong between bootloader and fip.bin.
----------------------
Consistent with the previous debug, the global variable <bootApplications> has 0 data at address 0x3533309C in SRAM, and then I checked the relative offset addresses of the norflash and bin files, and the data is all 0. The problem seems to be in the build phase of the bootloader.
More detailed configuration of the bootloader is as follows:
1. I disabled Crypto, CryptoDal, Rm module

2. I delete some related init and deinit function


--------------
By analyzing the bin file and map file, we found that the bin file start address is 0x35300000 (int_sram_no_cacheable pointer) instead of 0x35320000 (the reset_handler pointer & int_sram pointer). This is not consistent with what is described in the documentation, how should I configure the ivt image.