nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

How to set nrf USB port for CDC ACM on a nRF52840 DK so that I can run my code?

Probably there is already some solution here in the forum, but I couldnt find a fitting one. 

My problem: I have custom code on my nRF52840 DK, which is used as an aggregator for some nordic thingys. Now I have the issue that I connect my nrf52840 DK to a nVidia Jetson Nano, and I need to connect the port via the nrf USB port (the one on the side). However, the CDC ACM does not recognize the board so I cannot execute my scripts to run the program. I guess that there is a simple solution how to "unlock" or set the port that it is recognized via the nrf USB. Could anyone give me some pointers how to do this?

Also, everything is running in docker containers, so not sure if this changes anything (normally I would assume that everything that runs on the system, will also run in the docker containers).

br 

Related