PelionIoT / mbed-bootloader

Generic bootloader to be used in conjunction with Pelion Device Management Client
https://www.pelion.com/iot-device-management/
Apache License 2.0
54 stars 90 forks source link

support getting fw key #104

Closed micgur01 closed 3 years ago

micgur01 commented 3 years ago

using direct access to get device key for encryption currently supported only for K64F with SD both at encryption and not encryption mode using candidate header as indication we are during fota

at MCCE "target.header_offset"/"target.app_offset" defined at mbed_app json and mbed_lib.json - need to remove from mbed_app json

TaniaMirzin commented 3 years ago

@micgur01 we can't remove "target.header_offset"/"target.app_offset" form mbed_app.json. I opened mbed-os bug as these two configuration are not taken form mbed_lib.json as it should be, but only from mbed_app.json.

micgur01 commented 3 years ago

@TaniaMirzin I see, ok - so later as i would be fixed we have same definitions at several places