This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Programmer v2.0.0 fails to upload generated hex file

Hi,

I just downloaded both versions 1.7.0 and 1.7.1. Compiling asset_tracker_v2 right out of the box with  west build -b nrf9160dk_nrf9160_ns --pristine I get the hex files, but when trying to upload app_signed.hex to the hardware, I get the below error. This is despite the fact that I can program pre-compiled img_fota_dfu_hex/thingy91_asset_tracker_ltem_2021-10-20_d29f1dde.hex from the binary firmware zip file.

18:23:36.652
Writing C:\Users\***\ncs\v1.7.0\nrf\applications\asset_tracker_v2\build\zephyr\app_signed.hex to device THINGY91_cd86150f5579
18:25:24.176
MCUboot DFU failed with error: async task failure for id: 20487337456 msg: Not able to map error to string
18:25:24.176
async task failure for id: 20487337456 msg: Not able to map error to string

I have also updated the modem firmware to 1.3.1.

This was a very easy process with SDK v1.6. Has anything changed?

Parents Reply
  • I just read through the original post from you and noticed:

    west build -b nrf9160dk_nrf9160_ns --pristine

    Writing C:\Users\***\ncs\v1.7.0\nrf\applications\asset_tracker_v2\build\zephyr\app_signed.hex to device THINGY91_cd86150f5579

    What happens if you build for Thingy:91

    west build -b thingy91_nrf9160_ns --pristine

    Kind regards,
    Øyvind

Children
No Data
Related