Hi,
I am using DA14585 and trying the sample code named "ble_app_ota" in SDK6.0.4.
I built a hex file for OTA and I also download the Android SUOTA App(3.190.12)
After I pressing the "SEND TO DEVICE" button, it shows "invalid image header".
Is the app capable for DA14585 and SDK6.0.4?
Thanks.
Keywords:
Device:
Hi stanley_yeh,
Yes it is, but you need to follow a procedure (similar to the 580) in order to burn the flash properly and apply the proper headers for each image.
So you will need to create a multipart.bin file that will include two images, the bootloader, and the product header.
Thanks MT_dialog
I appreciate your detail explanation. Thank you so much.