Hi,
Is there any documentation on how to setup code protection and to get basic understanding how it works?
Thanks,
Hi Ernst
These are the documents that are readily accessible:
- https://community.nxp.com/docs/DOC-344919
- https://www.nxp.com/docs/en/application-note/AN12419.pdf
- https://www.nxp.com/docs/en/application-note/AN12800.pdf
Generally check out the 1060 documents and application notes at
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-...
but some security related ones may only be available via your FAE.
For a simpler to use method that increases security with AES256 encryption and integrates code and clone protection together with boot loading and OTA update concept you can also use the uTasker project:
https://www.utasker.com/docs/iMX/Loader.pdf
https://www.youtube.com/watch?v=2XfgZq19XDw&list=PLWKlVb_MqDQEOCnsNOJO8gd3jDCwiyKKe&index=3
which works compatibly on i.MX RT 1010 to i.MX RT 1064
Regards
Mark
[uTasker project developer for Kinetis and i.MX RT]
Mark,
Thanks for the retailed reply. We already have our own ecosystem so i really like to integrate secure boot into it.
I try to find a NXP FAE for some more info and hopefully some examples.
Thanks.