This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
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

Reflashing J-Link on nRF51-DK

Hi everyone,

sadly one of my nRF51-DK boards seems to be terribly bricked. During firmware update nRFgo Studio (on Windows) stopped responding. After a (long) while I restarted everything but then during another try I got an information that firmware update failed.

I've tried running jlink.exe and use advice from here: devzone.nordicsemi.com/.../ but I can see a message that "Failed to activate bootloader (timeout)".

nRFgo Studio recognizes nRF51-DK and if I wire up external nRF51822 chip to it it recognizes it. The problem is I can neither program any device using on board J-Link nor update its firmware.

Is there any possibility to reflash the bootloader using another nRF51-DK or I would need stand alone J-Link to do so?

Hope we can figure something out to fix it, thanks!

Parents
  • Are you able to enter bootloader mode on the atmel chip that contains the J-Link interface? Hold down the "IF BOOT/RESET" button on the DK while switching it on, and it should show up as an external disk named "BOOTLOADER". Try to flash the entire J-Link interface by dragging the "J-Link OB-SAM3U128-V2-NordicSemi 150311.bin" file over to the external disk. It can be downloaded here: www.nordicsemi.com/.../38671

  • First of all - do you have a recent jlink on your PC. After you flash the device with the bootloader you should be able to go to the command line and type

    jlink.exe -if swd -device nrf51822
    

    and if it connects it will upgrade the firmware for you. If you can get it that far, I'd hope it would be a little more stable.

Reply
  • First of all - do you have a recent jlink on your PC. After you flash the device with the bootloader you should be able to go to the command line and type

    jlink.exe -if swd -device nrf51822
    

    and if it connects it will upgrade the firmware for you. If you can get it that far, I'd hope it would be a little more stable.

Children
No Data
Related