Closed ibndias closed 4 years ago
I'm not sure I fully understand what's happening.
If you set the programmer to be JLink, then yes, the script will indeed expect a JLink programer to be hooked to the dongle in order to flash it. But once flashed you don't need the JLink programer to use the dongle (unless if you want to flash it again).
I'm not sure I fully understand what's happening.
If you set the programmer to be JLink, then yes, the script will indeed expect a JLink programer to be hooked to the dongle in order to flash it. But once flashed you don't need the JLink programer to use the dongle (unless if you want to flash it again).
Sorry maybe the title is misleading here. After flashing, I managed to be able to use OpenSK with my dongle, the led flashing when the web request for authentication. Pressing reset blinks the green led. (This is happens with Jlink still connected)
But then i remove the Jlink, the dongle is dead, no more led flashing when the website request for authentication. Pressing reset but nothing happens with the led.
Seems like the dongle not detected. When i connect the Jlink, i can run lsusb
and i got Bus 001 Device 030: ID 1915:521f Nordic Semiconductor ASA
but when i remove the jlink, its gone
I use another dongle and it works fine, so it's a hardware problem.
Just for information, I found that one of my dongle component is missing, and it's causing my dongle undetected. Seems like I've pushed the Tag-Connect TC2050 retainer clip too hard while flashing it.
Expected Behavior
NRF52840 Dongle works with/without Jlink is connected.
Actual Behavior
NRF52840 Dongle only works when Jlink is connected. This is the first time I tried to compile in dongle. Am i missing something here?
Steps to Reproduce the Problem
./setup.sh
./deploy.py --board=nrf52840_dongle --opensk --programmer=jlink
Specifications