Hi, all.
I am using the S32G399ARDB3 board and creating a multi-boot Blob Image for the M7 core and A53 core.
I used the GoldVIP-1.12 version with the Bootloader_S32G3XX_ASR_4.4_M7 example, and I modified the boot source information based on the following:
A53:
- Reset Handler Address: 0x34302000
- Load Image Address: 0x342F8000
- Image Size (size of fip.s32): 1,189,472 bytes
M7:
- Reset Handler Address: 0x34420010
- Load Image Address: 0x34420000
- Image Size (size of pfe-master.bin): 1,090,300 bytes
I generated the bootloader.bin using the S32DS IVT Configuration Tool and created the Blob Image.
I uploaded the image using S32 FlashTool with the following configuration:
- Destination: FLASH
- Algorithm: MX25UW51245G
I flashed the images to the following addresses:
- 0x0: Blob Image
- 0x100000: fip.bin
- 0x300000: pfe-master.bin
After flashing, I powered on the device, but the boot process stopped at the following log without any further response.
Minicom log:
==============================================================
bootloader 0x2 ComDal_Init() done.
bootloader 0x2 Bootloader initialization complete.
bootloader 0x2 Application 0 image fragment 0 of size 1189504 was loaded from QSPI, address 0x100000.
bootloader 0x2 Application 0 image fragment 0 was loaded in 16.57 milliseconds. bootloader 0x2 Application A53_0 was loaded.
bootloader 0x2 Application 1 image fragment 0 of size 1090304 was loaded from QSPI, address 0x300000.
bootloader 0x2 Application 1 image fragment 0 was loaded in 15.494 milliseconds. bootloader 0x2 Application M7_0 was loaded. ==============================================================
Could you help me figure out the possible cause and how to resolve this issue?