I am trying to get the UART debug console for the following setup. I connect the Ivy plus carrier board to my laptop using usb-c to usb-a cable, I was able to use vnc viewer connect to 192.168.11.1 to see the installer and install the Torizon OS. But after I installed the Torizon OS,
I tried to setup the UART debug console, the COM port is not showing up in my windows device manager. I connect the board to my windows 11 laptop using usb-c to usb-a cable. Is there any driver I need to install in my windows laptop to get the COM port show up?
I tried to find the info for how to setup UART debug for Ivy carrier board, but there is no info for the Ivy carrier board. Could you please help with this issue? Thanks!
Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
To set up the UART debug console on your Ivy Plus carrier board with a Verdin AM62 module, please follow these steps to ensure proper configuration:
Check USB Connection: Verify that the USB-C port on the Ivy Plus carrier board is configured for UART communication. Some USB-C ports may only support power or data transfer without UART capabilities.
Driver Installation: Windows should typically recognize the USB-to-UART bridge and install the necessary drivers automatically. If the COM port is not appearing, you may need to manually install drivers. Identify if the Ivy Plus carrier board uses a specific USB-to-UART chip (such as FTDI or Silicon Labs) and download the appropriate drivers from the manufacturer’s website.
Device Manager: After connecting the board, open the Device Manager on your Windows laptop and look under “Ports (COM & LPT)”. If the device is recognized, it should appear here as a COM port. If not, try reconnecting the USB cable or using a different USB port on your laptop.
Serial Console Parameters: Once the COM port is visible, use a terminal emulator (such as PuTTY or Tera Term) to connect to the serial console. The typical settings for Toradex modules are:
Baud rate: 115200
Data bits: 8
Parity: None
Stop bits: 1
Flow control: None
If these steps do not resolve the issue, ensure that the USB cable is functioning properly and consider checking the Ivy Plus carrier board documentation for any specific setup instructions related to the UART debug console.
I hope this helps you set up your UART debug console successfully.
Best regards,
Toradex AI Assistant
Please, also check if these links can help you solve your problem:
From Ivy carrier board data sheet, J1 and J17 are listed as UART connection for Linux Console,
Can I use these for the UART console instead of using usb-c port? What are the pin assignments for those connectors? They are not described in the data sheet.
Let us know if you have other issues.
By the way you are testing out Torizon OS. Do you already know what OS you intend or think you will use in development and final production?