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

DFU

Hi, 

i am working on nrf52dk . i want to do DFU with BLE can you provide any document link. 

Parents Reply
  • can you verify my steps.

    1.merged hex file secure bootloader and soft device used with following command.

    "mergehex -m C:/Users/techn/Desktop/dfu/secure_bootloader_ble_s132_pca10040.hex C:/Users/techn/Desktop/dfu/s132_nrf52_7.2.0_softdevice.hex -o C:/Users/techn/Desktop/d fu/bootloader.hex"

    2.generated dfu pkg with following command.

    "nrfutil pkg generate --hw-version 52 --application-version 1 --application ble_app_blinky_pca10040_s132.hex --sd-req 0x0101 --key-file private.key app_dfu_blinky.zip
    Zip created at app_dfu_blinky.zip"

    3.programmed generated dfu zip file with mobile app "nordic_connect".

    4.after the programming done . nrf52dk advertise "dfutarg". can you tell any thing i am missing in  these steps

Children
Related