Sign an image stored in flash to run in SDRAM

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

Sign an image stored in flash to run in SDRAM

Jump to solution
712 Views
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

Labels (1)
0 Kudos
Reply
1 Solution
671 Views
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

View solution in original post

0 Kudos
Reply
1 Reply
672 Views
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 Kudos
Reply