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

Secure DFU over UART issue

Hi,

I have followed sequence in http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fsdk_app_serial_dfu_bootloader.html&cp=4_0_0_4_3_4 

It says programmed 100% but example not running. Can you specify reason?

Working scenario nrfconnect image when programmed UART bootloader and example image normally

Not working scenario nrfconnect image when programmed UART bootloader and example by giving command nrfutil dfu serial -pkg dfu1.zip -p COM3

Seems softdevice is getting over written

Thanks

Parents
  • Hi,

     

    Could you clarify that by setting the sd_req you can do UART DFU properly ? 

    From the screenshot you provided, it seems that the bootloader receives the image, however the image was not verified and it's not copied into flash and the bootloader stay in bootloader mode without jumping to the application (because the application was invalid). This is dual bank DFU. 

    In the second case the image was copied properly. 

Reply
  • Hi,

     

    Could you clarify that by setting the sd_req you can do UART DFU properly ? 

    From the screenshot you provided, it seems that the bootloader receives the image, however the image was not verified and it's not copied into flash and the bootloader stay in bootloader mode without jumping to the application (because the application was invalid). This is dual bank DFU. 

    In the second case the image was copied properly. 

Children
Related