-
Notifications
You must be signed in to change notification settings - Fork 5
Description
I have connected an SBC's power supply USB-C port with one of the USB-C ports (lower left, with USB-C module) of the RISC-V board, running V1.1 of the Ubuntu 24.04 image.
The SBC is running and on can access the web interface of the server software running on it. So it gets powered by the same power supply which powers the RISC-V board.
Now, the documentation of the SBC tells that on this USB-C port there is also a serial console for monitoring the boot process. And, indeed, the SBC shows as a USB->serial adapter (of CDC ACM type) in lsusb -v, run on the RISC-V board, but I cannot access it.
With a regular (Ubuntu on amd64) laptop I can access the SBC's serial console with sudo minicom -s and choosing a device /dev/ttyACM0, /dev/ttyACM1, ...
I did some investigation and on the amd64 laptop there is a kernel module cdc_acm but it is missing on the RISC-V system. Could this module be supplied with an upcoming update?