Sign an image stored in flash to run in SDRAM

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

Sign an image stored in flash to run in SDRAM

跳至解决方案
924 次查看
dwhite85
Contributor I

I am creating an application image that will be stored in flash at around 0x6020_0000 (not the beginning of flash so no FCFB is only reason I mention) on the RT1050 EVKB board.  A bootloader that I have already setup is stored at 0x6000_0000 and will be responsible to loading this application into SDRAM to be run.

 

When I try to sign this test application though, the MCUXpresso Secure Provisioning Tool does not seem to like the start address of the image.  See picture below.

dwhite85_0-1620230762617.png

Is there a stretch of SDRAM that is unavailable for this purpose?  Is there any section I can use to get this image signed? I tried a few locations at random just in case there was a small reserved segment.

 

Thanks,

Dan

标签 (1)
0 项奖励
回复
1 解答
883 次查看
dwhite85
Contributor I

I got some help from an FAE who pointed me to a useful document that comes with the MCUXpresso Secure Provisioning tool.

 

dwhite85_0-1620408067035.jpeg

 

With the changes suggested here I was able to sign the image

在原帖中查看解决方案

0 项奖励
回复
1 回复
884 次查看
dwhite85
Contributor I

I got some help from an FAE who pointed me to a useful document that comes with the MCUXpresso Secure Provisioning tool.

 

dwhite85_0-1620408067035.jpeg

 

With the changes suggested here I was able to sign the image

0 项奖励
回复