Adafruit nRF52840 Feather Express USB Serial port not recognized

Hi,

I'm trying out an application from the NRF SDK where I need to connect via putty or something similar to the serial port.

However, the port is not showing up (normally it should be /dev/ttyACM0)

My setup is as follows:

  • NRF SDK 15.3.0
  • Ubuntu 20.04.04 LTS
  • Adafruit nRF52840 Feather Express
  • flash_fds example application

The only time my device is recognized is when I upload the Adafruit Bootloader and run an application using Arduino IDE.

However, I want to use the secure bootloader from the NRF SDK or none at all.

Parents Reply Children
Related