

Download and Install CDC ACM Kernel Module

Anything older than that may have the CDC ACM driver missing. If you are using L4T 28.2, then the CDC ACM driver should already be there.
#Install cdc acm driver linux serial#
But to use the serial monitor with a Teensy programmed to be USB serial, you will need to install the cdc_acm driver. You can still use Teensy without this this driver, because Teensy Loader uses HID protocol, and the new Ports menu is able to natively detect USB devices even when their drivers don’t load. The default kernel that ships with Jetson lacks the cdc_acm driver needed for USB serial communication. A note buried in the Teeensyduino’s website explains the situation: If you are having trouble connecting your Teensy/Arduino board to your TX2 as a serial device (e.g., ttyACM0), chances are you are using the (old) stock NVIDIA kernel that does not contain the CDC ACM driver by default. This article guides you through the steps for installing the CDC ACM driver for recognizing your Teensy/Arduino board as a serial device (i.e., ttyACMx).

