Hi,
I'm using S32G274ARDB2 board.
I have tried to boot through below flow successfully:
1. Directly boot from sd card.
2. Directly boot from emmc. (The firmware is exactly same as which in sd card)
3. Boot from qflash bootloader then jump into sd card. (Follow the document AN13750, bootloader is built from NXP\Integration_Reference_Examples_S32G2_2022_06\code\framework\realtime\swc\bootloader\platforms\S32G2XX\build\launch.bat)
However, when I try to :
4. Boot from qflash bootloader then jump into emmc. (In this scene, I also tried the 1,2,3 above, they worked. The only change is to switch SW3 to emmc.)
It failed and there is not any print on UART0 debug console, also the application in M7 has not been reached (confirmed by LED on the board). It seems that the boot was being stuck in M7 bootloader.
I prefer maybe there is some problem in bootloader? Do you have any idea about this problem?
Thanks.