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

Unable to update firmware with Progammer

Hi I'm having trouble updating the firmware on a custom board using JTAG through the NRF9160 DK. 

I've attached the log file from the programmer of the error I'm getting. I've already checked all possible hardware faults.

When I try to open the device using the drop down menu I get this:

but nothing else happens. If I leave it in this state for a while , then close device, and open again it connects for some reason.

But when I try to erase and write the new hex file I get the errors in the attached log.

Would be very grateful for any help.

2020-03-31T12_33_10.692Z-log.txt

Parents
  • Yep, looks like it's the updated programmer, wasted a few hours on this, stuffing around with potentially damaged cables.....

    If you use nrfjprog as a command line you will be able to communicate with your attached device

    so

    nrfjprog -e will erase the device

    nrfjprog --reset will reset it

    nrfjprog --program merged.hex will program the thing

Reply
  • Yep, looks like it's the updated programmer, wasted a few hours on this, stuffing around with potentially damaged cables.....

    If you use nrfjprog as a command line you will be able to communicate with your attached device

    so

    nrfjprog -e will erase the device

    nrfjprog --reset will reset it

    nrfjprog --program merged.hex will program the thing

Children
Related