I am following the instructions at infocenter.nordicsemi.com/.../nRF52840_PDK_User_Guide_v1.2.pdf
to program a pre-compiled example (blinky).
I have two nRF52840-PDK (PC10056) preview development kits.
When I use the first board, everything works perfectly.
However, when I use the second board, the standard USB driver (JLINK directory) does not appear on my host computer (linux machine).
Here is what I do:
- connect the USB port to my linux machine
/dev/ttyACM0 shows up
- erase the flash on the board:
nrfjprog --eraseall
- disconnect the USB port
- re-connect the USB port
/dev/ttyACM0 shows up
. .. but JLINK directory does not show up.
Since all of this works well when I use the first board (the JLINK directory shows up), it appears that the issue is with the second board.
Is there something on my second board that prevents it from allowing the JLINK directory to be created?
What can I do to fix the issue?
