debugging Error for none boot header executable image(AXF)

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

debugging Error for none boot header executable image(AXF)

867 Views
otaissey
Contributor III

Hello, support team.

I have a question and would like help.

[Back ground]

I would like to use RT685.

I would like to add CRC or Encryption for image.

I’m using MCUXpresso IDE & Secure Provisioning Tool for my development.

I see the following document.

https://www.nxp.com/docs/en/user-guide/MCUXSPTUG.pdf#page=82

"For current version of SEC, build image for images with XIP boot header is supported only for RT10xx processors.
Disable XIP boot header of the image before building the image, as it is currently added to the image by SEC."

[Question]

The following error occurs when debugging with none boot header executable image (.axf) set to BOOT_HEADER_ENABLE=0 in the MCUXpresso IDE. Please let me know how to work around it.

I attached two file. error log file and PDF.

Please help you understand my question.

Best Regards,

Otaissey

0 Kudos
3 Replies

794 Views
otaissey
Contributor III

thank you  for your reply.

I understood.

0 Kudos

816 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello otaissey,

If you want to use MCUXpresso IDE debug it with Image running from external NOR FLASH, you must 

 set to BOOT_HEADER_ENABLE= 1, because thus flash_config.c will be enabled, this file includes the flash configuration block that the ROM bootloader will utilize to communicate with your external memory. Without it, debug failed.

 

BR

Alice

 

 

 

0 Kudos

857 Views
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello otaissey,

Could you please take video or screenshots describe your steps in detail, that tell me how to reproduce the issue on my side,

thanks.

 

BR

Alice

0 Kudos