iMXRT1021 flexspiNOR unable to use HAB Encrypted XIP

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

iMXRT1021 flexspiNOR unable to use HAB Encrypted XIP

8,176 Views
t_thurgood
Contributor III

Hi,

I am using the iMXRT1021 with flexqspiNOR flash. We want to encrypt the .sb image and the use on-the-fly BEE decryption. I am using the elftosb.exe, sdphost and blhost to produce and flash the .sb image.

This all works for normal (unsigned) image, but I cannot get the past the first stage of encryption.

I have downloaded, "Code-signing-tools", "openssl", "ubuntu shell for win10". I can create all the SRKs and certificates.

elftosb\elftosb.exe -f imx -V -c bd_file\imx-flexspinor-normal-signed.bd -o elftosb\img\ivt_output_xip.bin elftosb\img\hermes.s19

results in a ivt_output_xip.bin with 0kB.

Second stage..

elftosb\elftosb.exe -f kinetis -V -c bd_file\program_flexspinor_image_qspinor_encrypt.bd -o elftosb\img\encrypt_hermes_image.sb elftosb\img\ivt_output_xip_nopadding.bin

results in...

failed to open source file: elftosb\img\ivt_output_xip_nopadding.bin (ignoring for now)
error: line 55: error opening source 'myBinFile'

And no .sb image is produced.

Please advise how I can generate an encrypted .sb file, download and execute with BEE.

best regards,

Tony

imx-flexspinor-normal-signed.bd

options {
flags = 0x04;
startAddress = 0x60000000;
ivtOffset = 0x0400;
initialLoadSize = 0x2000;
//DCDFilePath = "dcd.bin";
# Note: This is required if the cst and elftsb are not in the same folder
// cstFolderPath = "/Users/nxf38031/Desktop/CSTFolder";
cstFolderPath = "/Projects/code_signing_tool/cst-3.2.0/release/";

# Note: This is required if the default entrypoint is not the Reset_Handler
# Please set the entryPointAddress to Reset_Handler address
// entryPointAddress = 0x60002411;
entryPointAddress = 0x60019358;
}

sources {
elfFile = extern(0);
}

constants {
SEC_CSF_HEADER = 20;
SEC_CSF_INSTALL_SRK = 21;
SEC_CSF_INSTALL_CSFK = 22;
SEC_CSF_INSTALL_NOCAK = 23;
SEC_CSF_AUTHENTICATE_CSF = 24;
SEC_CSF_INSTALL_KEY = 25;
SEC_CSF_AUTHENTICATE_DATA = 26;
SEC_CSF_INSTALL_SECRET_KEY = 27;
SEC_CSF_DECRYPT_DATA = 28;
SEC_NOP = 29;
SEC_SET_MID = 30;
SEC_SET_ENGINE = 31;
SEC_INIT = 32;
SEC_UNLOCK = 33;
SEC_XIP_REGION0 = 34;
SEC_XIP_REGION1 = 35;
}

section (SEC_CSF_HEADER;
Header_Version="4.2",
Header_HashAlgorithm="sha256",
Header_Engine="DCP",
Header_EngineConfiguration=0,
Header_CertificateFormat="x509",
Header_SignatureFormat="CMS"
)
{
}

section (SEC_CSF_INSTALL_SRK;
InstallSRK_Table="crts/SRK_1_2_3_4_table.bin", // "valid file path"
InstallSRK_SourceIndex=0
)
{
}

section (SEC_CSF_INSTALL_CSFK;
InstallCSFK_File="crts/CSF1_1_sha256_2048_65537_v3_usr_crt.pem", // "valid file path"
InstallCSFK_CertificateFormat="x509" // "x509"
)
{
}

section (SEC_CSF_AUTHENTICATE_CSF)
{
}

section (SEC_CSF_INSTALL_KEY;
InstallKey_File="crts/IMG1_1_sha256_2048_65537_v3_usr_crt.pem",
InstallKey_VerificationIndex=0, // Accepts integer or string
InstallKey_TargetIndex=2) // Accepts integer or string
{
}

section (SEC_CSF_AUTHENTICATE_DATA;
AuthenticateData_VerificationIndex=2,
AuthenticateData_Engine="DCP",
AuthenticateData_EngineConfiguration=0)
{
}

section (SEC_SET_ENGINE;
SetEngine_HashAlgorithm = "sha256", // "sha1", "Sha256", "sha512"
SetEngine_Engine = "DCP", // "ANY", "SAHARA", "RTIC", "DCP", "CAAM" and "SW"
SetEngine_EngineConfiguration = "0") // "valid engine configuration values"
{
}


section (SEC_UNLOCK;
Unlock_Engine = "SNVS", // "SRTC", "CAAM", SNVS and OCOTP
Unlock_features = "ZMK WRITE" // "Refer to Table-24"
)
{
}

Labels (1)
81 Replies

2,454 Views
t_thurgood
Contributor III

kerryzhou

Hi Kerry,

Some progress my end.

I re-built the blinky code using the start up procedure from our app. I put in ram funcs and an asm jmp to a bank in flash to execute the code. This all worked ok. I was able to attach the debugger to the encrypted code on the EVK and step through the start-up.

I went back to the target board running the encrypted download and repeated the debugger attachment. I was able to pause, reset to start of execution and step through the code. This initialisation appears to be good, but things get a bit erratic after that. However I was able to communicate with the the CLI shell we have running and execute a number of commands. Then it crashed.

So I am more confident that I can get the application working as it should, we are still in development.

The srec file is attached.

br,

Tony

0 Kudos

2,454 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Tony,

    Thanks for your new updated information and hear you make the progress.

    I checked your .s19, the code boot from the external QSPI flash, I checked the IVT, the header side, the boot should work.

    Now, when you make the EVK works, you can move it to your own board and test it step by step.

    If you need any help from your side, just kindly let me know.

    BTW, if you have the new question, it's better to create the new question post, because this post is really very long now. Thanks a lot for your understanding.

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,453 Views
t_thurgood
Contributor III

Ok, will do.

thanks,

Tony

0 Kudos

2,453 Views
kerryzhou
NXP TechSupport
NXP TechSupport

You are always welcome!

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,454 Views
t_thurgood
Contributor III

kerryzhou

I'm trying to understand what issues could be causing my startup problem.

One possibility is ramfuncs?

I have a number of functions that are designated ramfunc. On startup they are copied from flash to ITCM and then executed from that location.

What I would like to know is; 

Is the ramfunc flash resident code de-crypted on-the-fly when it is copied to RAM and then executed as unecrypted code?

Or are the functions copied encrypted into RAM and then de-crypted by BEE on execution from RAM?

I thought the BEE was coupled to the flexspi bus (external flash) but I'm not sure about ITCM?

Please enquire.

br,

Tony

0 Kudos

2,454 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Tony Thurgood,

   Thanks a lot for your effort and test result.

   So, now, your issue is the BEE encrypt boot problem with your own board?

   1, Please share your own board app source .srec code, and the corresponding BEE secured code which is read out from the MCUBootutility tool, BEE code is c14_enc_image.docx right? I still need your source .srec code.

   2. What's the situation of your encrypted_xip pin on your own board? GPIO_EMC_18(BT_CFG[0]).

     If you already fan out this pin, I highly suggest you use the external GPIO boot at first, which I have told you in the previous reply, I just want to do it very carefully, step by step, fuse modification(bt_fuse_sel and encrypted_xip) should be put in the last stage after we make sure the BEE encrypt boot works with your own board.

   3. What's the boot mode you are using after you burn the bt_fuse_sel and encrypted_xip? You need to set boot mode=00.

   4. Please enter serial download mode, connect your own board, and readout the fuse map, and send me your newest fuse map which already include the modification for bt_fuse_sel and encrypted_xip.

   5. About your request for image_enc2 source code, I will help you to check with the author in the next week, now is the weekend time. In the future, if you use RT1010 OTFAD, I also would like to help you, you can create the new case or new post and let me know at that time, if you really need my help.

Anyway, let's do it together, try to make your own board BEE boot works at first.

   6.  About your question: Is the ramfunc flash resident code de-crypted on-the-fly when it is copied to RAM and then executed as unecrypted code?

Or are the functions copied encrypted into RAM and then de-crypted by BEE on execution from RAM?

Answer:  If it is the RAM code(non-XIP), in fact, jay already mention it in the tool readme:

pastedImage_1.png

It is simliar to HAB, it will decrypted it and copy to RAM, then run from RAM.

Do you use the non-xip(RAM) app? Do you try the XIP code like the EVK directly? Or you can use the same app.srec as EVK, then just check the led blinking.

Any updated information, just kindly let me know.

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,454 Views
t_thurgood
Contributor III

Hi kerryzhou

Thanks for your reply, going through your suggestions...

1. I am not allowed to share source code/design on a public forum. Please email me directly or provide a secure method of data transfer.

2. Our design uses the 100 pin package and most of the GPIO_EMC_18 to GPIO_EMC_27 pins are assigned to logic control. It powers up with Boot From Fuses mode (BOOT_MODE[1:0] = 00b),  the default internal fuse settings put the chip in serial mode. The image is downloaded via serial port and then BT_SEL_FUSE is blown. Thereafter the board starts up with normal execution and allows j-link debugger to attach. We could feasibly cut tracks and try to manage the boot mode with external pins.

3. Yes, it is always boot mode=00.

4. Once the BT_FUSE_SEL is blown and power cycled, it is not possible to re-connect the serial port. This picture shows the state of the Cfg fuses after encrypted download...

 c38_enc_fuse.png

6. So you are saying the ramfuncs are read out of flash using BEE, decrypted and then copied to ICTM ram. They are not just read from flash and copied to ITCM. Please confirm.

I can provide you with all src etc, please contact me direct.

br,

Tony

0 Kudos

2,454 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Tony Thurgood,

 1. Maybe some misunderstanding, not source code, just the app.srec which you are using, unsecured app.srec.

    I want to check your app.srec address location situation.

 2. It's good, please use the external GPIO as the BOOT_CFG to test it, make sure it is not caused by the boot problem.

     When you use the GPIO as the BOOT_CFG pin, please choose boot mode as Internal Boot (BOOT_MODE[1:0]=10).

 4.you are right

pastedImage_6.png

If BT_FUSE_SEL is set, you can't enter the serial download mode.

So, let's still test the GPIO boot at first, it will be more safe, at least we still can enter the serial download mode, to modify the app.

  6. As I know, yes,  

   Read out of flash using BEE, decrypted and then copied to ITCM ram, then run from ITCM.

   Do you need to run the code in the internal RAM, not just do the XIP directly in the external QSPI flash?

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,454 Views
t_thurgood
Contributor III

kerryzhou

6. As I know, yes,  

   Read out of flash using BEE, decrypted and then copied to ITCM ram, then run from ITCM.

   Do you need to run the code in the internal RAM, not just do the XIP directly in the external QSPI flash?

Most of the application code runs from XIP flash. A few routines are placed in ITCM as ramfuncs. These are needed in ram so that I can read/write/erase areas of flash while the program is executing, for NV storage and also firmware upgrade.

0 Kudos

2,454 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Tony Thurgood,

1.   When you try the  image.bin in DEV download mode, don't burn any fuse, whether it boots OK or not?

2.  Your BT_CFG[0] is totally didn't fan out? Or just connect to other modules?

     If you already fan out, I highly suggest you try to use the external EncryptedXIP pin at first, after the boot really works, then we can burn the EncryptedXIP fuse again.

3. After the chip is secured, you really can't use the JTAG to debug it directly. So, normally, we do the secure function in the product last phase.

4. The user key should also works, anyway, I think you can follow my OTPMK key at first, after it works, then we can go to the user key together.

   But the very important result from your side, you said you are using the user key, your fuse map result doesn't like what you have said.

pastedImage_1.png

0X460 is 0x00002012, what does it mean?

It means you are still choosing the OTPMK not the SWGP2.

pastedImage_2.png

Are you use you have chosen the user key?

BTW, if you choose the key, you need to share your configuration picture. 

Anyway, your BEE_KEY0_SEL is 10 now, not 11.

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,454 Views
t_thurgood
Contributor III

0X460 is 0x00002012, what does it mean?

It means you are still choosing the OTPMK not the SWGP2.

Are you use you have chosen the user key?

BTW, if you choose the key, you need to share your configuration picture. 

Anyway, your BEE_KEY0_SEL is 10 now, not 11.

I didn't "choose" the BEE_KEY0_SEL, that was done by the "All in one action" (probably taken from the Advanced Key Setting).

0X460 is 0x00002012...

15  14  13  12     11  10  09  08

  0    0    1    0       0    0   0    0          =  10-From OTPMK[255:128]

07  06  05  04     03  02  01  00

  0    0    0    1       0    0   1    0          =  BT_FUSE_SEL  and  SEC_CFG[1]

SEC_CFG[1] closes the HAB, which is forced by the Tool download. This is a subject of contention, discussed previously on this thread.

Anyway, I did manage to get an MIMXRT1020 EVK. I got a clean copy of MCU_Boot_Utility and CST, added the image_enc.exe. 

Set to Master mode and Generate .sb file = off.

From the ...NXP-MCUBootUtility\apps\NXP_X-IMXRT1020-VAL_Rev.A, I accessed led_blinky_0x6000a000.srec. I setup the tool for Dev Unsigned Image Boot and downloaded the image. Reset to internal mode and the led blinked confirming all working.

I then setup the tool for BEE Encrypted Image Boot, generated the keys and certs. Used All In One and performed the complete download and fuse blow.

Switched to Internal mode and the led blinks ok. I was also able to erase the flash and repeat the image download with "user selected region", all working ok.

 

So I think having a clean copy and not using .sb has contributed to a good result. I will now try the same with my srec image and target board.

0 Kudos

2,454 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Tony Thurgood

  I am really very happy that you have make it work on the MIMXRT1020-EVK, at least it is the progress.

 Now, you can do the same operation on your own board.

  About the BEE_KEY0_SEL, it is related to your BEE secured key source.

pastedImage_1.png

If you choose SNVS, then BEE_KEY0_SEL is 10, but if you choose user key.

pastedImage_2.png

then your BEE_KEY0_SEL will be 11, this is what the detail information which I want to tell you in my above reply.

Anyway, if you have any difficulties, please kindly let me know.

I am interested in your own board BEE test result.

 

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,454 Views
t_thurgood
Contributor III

kerryzhou

Ok, I am happy with Fixed OTPMK from the snvs module.

thanks for the clarification.

0 Kudos

2,454 Views
t_thurgood
Contributor III

Using my srec image and target board, I setup with the Tool.

I used All-in-one to download an unencrypted image, reset and that ran normally.

I selected BEE encryption and used the settings/certs that I used on the EVK. I used All-in-one to perform the download and fuse blowing. I additionally set bt_fuse_sel and encrypted_xip. then power cycled the boad.

It failed to run.

So I know the unencrypted image works with the tool and target. I know the encrypted demo app runs on the EVK.

For some reason my target + encryption doesn't start.

I have attached logs, pngs and a copy of "View Bootable Image".

c14_enc _fuse_map.png

c14_enc.png

0 Kudos

2,454 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Please also choose the master mode and one step, just the same as me:

pastedImage_1.png

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,454 Views
t_thurgood
Contributor III

Yes, I always have master mode selected. The "one step" only defines how the tool connects to the flashloader via the serial port. Doing that manually makes no difference. Sometimes connecting can be a bit erratic, so that why I used single step.

0 Kudos

2,454 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Please follow my latest reply, try the tool's app instead of your own .sb file.

0 Kudos

2,455 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Tony Thurgood,

  Thanks for your feedback, it's really a little confusing to you.

  Now, I already send the following files to your DFAE Avnet(Jason Muriel), as I can't share it directly in the public community.

  1.image_enc.zip
  2.cst.zip
  3.SRK_1_2_3_4_fuse.bin
  4.SRK_1_2_3_4_table.bin

The following are the usage:
1. image_enc.zip
unzip it, will get image_enc.exe, copy it to:
NXP-MCUBootUtility-2.2.0\tools\image_enc2\win

The following 3 files, normally should be generated by the customer and set the customer's SRK, the customer can refer to the application note:
https://www.nxp.com/webapp/sps/download/mod_download.jsp?colCode=AN12079&location=null&appType=moder...
chapter 3.1. Authenticate using elftosb
But, now, I also share my generated files and SRK for customer's reference, I have tested it in the newest version MCUBoot2.2.0, it works fine!

But, if you already configured your own related files, you also can use it directly, if you still failed, you can try my files in the new chip.
-------------
2. cst.zip
Copy to :
NXP-MCUBootUtility-2.2.0\tools
Delete the original cst folder.
3. SRK_1_2_3_4_fuse.bin
4. SRK_1_2_3_4_table.bin
Copy SRK_1_2_3_4_fuse.bin and SRK_1_2_3_4_table.bin to folder:
NXP-MCUBootUtility-2.2.0\gen\hab_cert
-------------

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

2,456 Views
t_thurgood
Contributor III

Hi kerryzhou

I un-zipped the files received ...thank you.

1. I copied the enc file to...  NXP-MCUBootUtility-2.2.0\tools\image_enc2\win\image_enc.exe

2. Removed cst folder and added your cst

3. Copied SRK_1_2_3_4_fuse.bin and SRK_1_2_3_4_table.bin to folder:
NXP-MCUBootUtility-2.0.0\gen\hab_cert

3. connected the target board, selected image file, set the Advanced settings, Generated .sb selected.

4. Clicked "All-In-One-Action"

The tool ran for 5 seconds, but then hung up without downloading the image or blowing any fuses.

I have attached logs and images.

I tried other boards, but the same result.c38.png

0 Kudos

2,456 Views
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Tony Thurgood

  Good that you get the files.

  1. Do you tried your board like me with DEV unsigned image boot mode and readout the orignal fuse map at first?

     This is important.

     Please try DEV unsigned image in the new chip at first, and switch to the boot internal mode, make sure your board normal download and boot have no issue.

   2. If the DEV unsigned image boot works, then you can try the BEE mode.

      If you find the fuse map is not burn after you download BEE code, please click the following button in your picture:

pastedImage_1.png

Burn SRK data, if your fuse is not burn automatically, just as Jay told you, he leave the fuse burn to the customer instead of the tool download it directly.

In your picture, I find your SRK table already list, you just need to click Burn SRK data.

But you said, the tool even didn't burn the image, I highly suggest you try the DEV mode instead of BEE mode directly, make sure your board configuration is correct, you need to select the correct external QSPI flash.

Any updated information, let me know ASAP.

  

Have a great day,
Kerry

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos