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

successful OTA process but not working

I program SD132 into nrf52832 and then program bootloader secure into nrf52832. on nRFToolbox is show name "DFUTARG"

I'm using nRFToolbox for OTA. When OTA process is successful. My device is still show "DFUTARG". Name not change. i don't know why 

CMD to create zip file from bootloader.hex:

nrfutil pkg generate --hw-version 52 --application-version 1 --application nrf52832_xxaa_s132.hex --sd-req 0xA8 --key-file private.key app_dfu_package.zip

Could anyone help me?

Thanks

Parents Reply Children
  • sd req depends on the softdevice version. In the blog post I linked to, check out this line:

    "--sd-req: In my case my application runs with Softdevice S132 v4.0.2. The code number for this softdevice version is 0x98. You can find the softdevice code number by typing nrfutil pkg generate --help . If it's not in the list just yet, you can find the code using nRFGo Studio, just open any board that contains the softdevice."

Related