This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

CDC ACM USB example update driver and installation in the Ubuntu Linux

Hi, I am using nRF52840 kit and using Ubuntu Host PC. I am running usbd_cdc_acm_example with below link :

https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/usbd_cdc_acm_example?2011#usbd_cdc_acm_example_setup

I am not able to detect the dedicated nRF52840 USB port from EVK from host PC.

Is there any other configuration or driver need to do in this case.

Please support.

Parents
  • Which USB connector have you connected? 

    Can you print out the list of devices in /dev? 

  • Maybe I need suggestion on below testing method on Ubuntu Linux PC.

    Test the USB CDC ACM Example application by performing the following steps:

    1. Compile and program the application.
    2. Connect the development kit to the host computer.
    3. If you are running Windows 7, on first run CDC ACM driver installation is needed. To install the driver on Windows 7, follow these steps:
      • Open Device Manager
      • Right-click the development kit (look for the name "nRF52 ..." depending on the example)
      • Click "Update Driver Software..."
      • Click "Browse my computer for driver software"
      • Click "Browse..." and choose the folder sdk/nrf5/examples/usb_drivers
      • Click "Ok"
      • Click "Next"
      • Click "Install"
      • Click "Close"

    I am not able to see any device manager in Linux for updating and selecting USB driver.

Reply
  • Maybe I need suggestion on below testing method on Ubuntu Linux PC.

    Test the USB CDC ACM Example application by performing the following steps:

    1. Compile and program the application.
    2. Connect the development kit to the host computer.
    3. If you are running Windows 7, on first run CDC ACM driver installation is needed. To install the driver on Windows 7, follow these steps:
      • Open Device Manager
      • Right-click the development kit (look for the name "nRF52 ..." depending on the example)
      • Click "Update Driver Software..."
      • Click "Browse my computer for driver software"
      • Click "Browse..." and choose the folder sdk/nrf5/examples/usb_drivers
      • Click "Ok"
      • Click "Next"
      • Click "Install"
      • Click "Close"

    I am not able to see any device manager in Linux for updating and selecting USB driver.

Children
Related