This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Bootloader DFU update invalidates App

I am testing with SDK6.1 S110 7.1. I've noticed that when I try and update the Bootloader image using the Android MCP app, everything updates fine. I have logic in place that has the Bootloader image start the App. HOWEVER if after updating the Bootloader and then running in the App the Power is removed. Upon restoring power rather than the Application starting (it should still be valid) the device starts in Bootloader mode. This is only possible if the App image was somehow invalidated.

I've repeated this test several times to be certain that its a Bootloader issue. If I DFU update the App, everything works fine, even after power cycles. So its definitely something in the dfu code which is invalidating the Application. Is this expected behavior?

Thanks,

KL

Related