Background: We're using Kinetis K64F in several products (and Freedom K64F boards for some development/test).
We need to distribute encrypted firmware update images to customers.
Historic implementation here used bootloader v2.0 (USB MSC and serial) without encryption.
MCU Bootloader v2.7.0 Reference Manual, Rev. 3, 11/2018 lists in 1.4 Features supported:
Support for encrypted image download
Unfortunately there is no information in this manual about encryption/decryption.
Obviously, we and your other customers need and examples and documentation on:
- Preparation of image (key selection and SB processing), and
- configuration of bootloader to decrypt image
Where is this information?
Thanks!
Best Regards, Dave
PS: I looked in the bootloader examples provided in SDK 2.7- Absolutely no encryption/decryption info.