Secure Firmware Update on a Mass Production Board Using RT1064

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

Secure Firmware Update on a Mass Production Board Using RT1064

930 Views
kbsidi
Contributor II

We have developed a mass production board using the RT1064.


The Boot Mode Switch is fixed to 0x0010.


We would like to implement firmware updates with the Secure feature applied.


Could you please let us know if this is possible, and if so, how it can be achieved?

Labels (1)
0 Kudos
Reply
3 Replies

909 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Hi @kbsidi ,

Thanks for your interest in NXP MIMXRT series!

Your application scenario is feasible and you are advised to refer to the OTA related project in the SDK. It uses imgtool to sign the image and then performs an OTA upgrade over the network. Also, SBL and SFW are good reference projects and you can find them on github. https://www.nxp.com/docs/en/user-guide/MCUOTASBLSFWUG.pdf

Best,
Gavin

898 Views
kbsidi
Contributor II
My custom board does not have wireless communication capabilities.
I would like to know if it is possible to implement this using a USB-based method.
Thank you.
Alex.
0 Kudos
Reply

883 Views
Gavin_Jia
NXP TechSupport
NXP TechSupport

Yes, using USB is also possible. You can check out the usb_dfu project.