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
  • 1.using mergehex to mergehex files

    $ 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/dfu/bootloader.hex
    Parsing input files.
    Merging file "secure_bootloader_ble_s132_pca10040.hex" into output.
    Merging file "s132_nrf52_7.2.0_softdevice.hex" into output.
    Storing merged file.

    2.command i am using for dfu pakage generate.


    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

Children
Related