Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hi ,may i know how to re-flash nRF52840 #26

Open
dskho opened this issue Oct 5, 2019 · 2 comments
Open

hi ,may i know how to re-flash nRF52840 #26

dskho opened this issue Oct 5, 2019 · 2 comments

Comments

@dskho
Copy link

dskho commented Oct 5, 2019

i am current use v1.0.4 beta version on nRF52840 , wan to re-flash to v0.2.1-beta
but always showing "Unsupported device. The detected device could not be recognized as neither JLink device nor Nordic USB device."
do you have any suggestion ?

擷取

@domshia
Copy link

domshia commented Nov 8, 2019

I'm facing exact same issue, but it has to do with a nRFConnect software :(

@NotMedic
Copy link

NotMedic commented Mar 1, 2020

It looks like your dongles likely have the new UF2 bootloader. If so, you'll need to put it into "DFU" mode by holding the button when you plug it in and it'll show up as an external disk.

You'll need to download logitacker_mdk_dongle.hex, use the conversion instructions on the makerdiary nrf52 repo for "DFU via UF2 bootloader," and copy the resulting .uf2 file to the dongle.

The repo:
https://github.com/makerdiary/nrf52840-mdk-usb-dongle/tree/master/firmware/uf2_bootloader

Saving you a click looking for the uf2conv.py script:
https://github.com/Microsoft/uf2/blob/master/utils/uf2conv.py

And the command:
uf2conv.py logitacker_mdk_dongle.hex -c -f 0xADA52840

And the copy the flash.uf2 file to the external drive. Once it's copied and the light on the dongle goes out, unplug it and plug it back in, and you should see a new COM port.

Hope that helps.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants