debugging Error for none boot header executable image(AXF)

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

debugging Error for none boot header executable image(AXF)

1,883 次查看
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 项奖励
回复
3 回复数

1,810 次查看
otaissey
Contributor III

thank you  for your reply.

I understood.

0 项奖励
回复

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

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