I've ported KBOOT/MCUBOOT 2.0.0 over to the KL04 and have successfully been able to update it using blhost.exe. I'd like to be able to update it from Android. Is there any source code for an Android app that can do this?
We are running a custom Android 7.1.1 image on custom hardware that uses an i.MX6 Dual which communicates with the KL04 over UART.
android app android7.1.1 kboot mcuboot kl04
Hi Mick,
I'm sorry we haven't such code or example. Maybe you can refer a bit to NXP_Kinetis_Bootloader_2_0_0\apps\KinetisFlashTool\KinetisFlashTool. This works on windows, far from android.
Regards,
Jing
Thank you Jing. I'll convert blhost into an Android background service.
Nick