Integration_Reference_Examples_S32G3_2023_02: Bootloader not booting on RDB3

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Integration_Reference_Examples_S32G3_2023_02: Bootloader not booting on RDB3

499 Views
yellapu_anishkh
Contributor IV

Hi Team,

Software: Integration_Reference_Examples_S32G3_2023_02

Hardware: RDB3

Issue: I have taken above base and able to generate bootloader.bin, after code generation from tresos and compilation using Cygwin.

           Post which I have generated blob for NOR using S32DS. Please find the linker file and binaries attached. But, when flashed on RDB3, device is not booting. Could you please point me, why it is not working.

Tried with HSE and without HSE. Is this already tried on RDB3 to boot M7 and A53 using bootloader runiong on M7.

Tags (3)
0 Kudos
Reply
1 Reply

482 Views
Daniel-Aguirre
NXP TechSupport
NXP TechSupport

Hi,

The "Bootloader.c" file, which contains "main" function, has a SW breakpoint set by default, for debugging purposes, as shown below:

DanielAguirre_0-1686175144108.png

The default value for "ENABLE_BREAKPOINT_AT_MAIN" its 0. Under main, the following routine is applied:

DanielAguirre_1-1686175204410.png

For which, the program will be under the infinite loop if the conditions are met. Have you confirmed that you do not have this SW breakpoint turned ON by default?

Please, let us know.

0 Kudos
Reply