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

Unable to Run Application hex after OTA

Hi, i am using nrf52, sdk11 and S132v2.0.0. so i want to flash the hex file using OTA so that, i have create zip file using fallowing command.

**nrfutil dfu genpkg --application /nRF5_SDK_11.0.0_89a8197/examples/ble_peripheral/ble_app_hrs/hex/ble_app_hrs_s132_pca10040.hex  --application-version 0xffffffff --dev-revision 0xffff --dev-type 0xffff --sd-req 0x81 myAPp.zip**

then i had run the dfu_dual_bank_ble_s132_pca10040.hex(Advertising DfuTarget) on my PCA10040 then i connected through NRFToolbox. and able to flash generated zip file in the android application it is showing that OTA success but unable to RUN on the board what may be the issue

Related