You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
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.
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 ?
The text was updated successfully, but these errors were encountered: