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

How to do buttonless dfu

Hi, 

I am using nRF52832 and sdk 16

I am done secure bootloader dfu. By generating the new firmware application. Zip  , this part is working fine

Now I want to do buttonless dfu.  How to generate the bootloader settings? 

2.i have merged all the hex file into single hex file which include bootloader, softdevice, and application

3.how can I make my device to switch to dfu mode? 

Please suggest me an answer. 

Thanks

  1. Pspavi
Parents Reply
  • yes i have changed ram size  , complied successfully. But while transferring the file in nrf connect , it is showing waiting for bootloader , initializing the bootloader , firmware update  disconnecting by the remote device . . again it is  waiting for bootloader

    please have look at the below pic 

    nrfutil pkg generate --hw-version 52840 --application-version 1 --application ble_app_uart_pca10056_s140.hex --sd-req 0xCA --sd-id 0xCA --key-file private.key  app_dfu_package.zip
    //even i tried the application version 0 and 2 also same results
    

Children
Related