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