Integration_Reference_Examples_S32G3_2023_02: Bootloader not booting on RDB3

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Integration_Reference_Examples_S32G3_2023_02: Bootloader not booting on RDB3

504 次查看
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.

标记 (3)
0 项奖励
回复
1 回复

487 次查看
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 项奖励
回复