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

Bricked nRf9160-DK

Hello,

What are the steps to recover a bricked nRF9160-DK? I want to get it back to the state that it was shipped in.  I would assume refresh "secure_boot" and an app such as "asset_tracker".  Is there any other file that should be flashed? Modem FW image?

Thanks,

Juan G

Parents
  • Some DKs were shipped with the at_client and others with the asset_tracker app. Using the secure_boot.hex and asset_tracker.hex in the 'Programmer' nRF Connect app should be all you need.

    I did have to get a UICR fix from Nordic for my original DK, that was the final thing I needed in order to use the nRF Programmer. However, you should be able to flash sample programs using SEGGER Embedded Studio as per 'nRF91 Getting Started'. That's how I swap between the two apps.

  • I agree. Erase the nRF91 via nrfjprog --eraseall -f nrf91 or via the nRF Connect Programmer app first. This will only erase application flash, not the modem flash. Then, program the secure_boot.hex file first & then the application hex file (e.g. asset tracker or lte_gateway, at_client, etc). You can program the hex files directly via Segger Embedded Studio.

Reply Children
Related