Hi, I’m the Toradex AI Assistant. The Toradex Support team will follow up with you shortly!
Did you like my answer?
Hello,
To establish a serial connection for debugging on your Verdin iMX8M Plus module with the Ivy Carrier Board, you will need to use the UART1/UART_A interface, as the USB-C port does not provide serial output in this setup.
Here are the steps to access the serial console:
-
Identify the UART Pins: On the Ivy Carrier Board, locate the UART1/UART_A pins. You can refer to the board’s datasheet or schematic for the exact pin locations.
-
Connect a USB-to-UART Adapter: Use a USB-to-UART adapter to connect your development PC to the UART1/UART_A pins on the Ivy Carrier Board. Ensure that the adapter is connected correctly, with the TX, RX, and GND lines properly aligned.
-
Configure Serial Communication Software: On your development PC, use a terminal program (such as PuTTY, Tera Term, or minicom) to connect to the serial port. Configure the terminal software with the following settings:
- Baud rate: 115200
- Data bits: 8
- Parity: None
- Stop bits: 1
- Flow control: None
-
Power On the Board: Once everything is connected, power on the Ivy Carrier Board. You should see the boot messages and be able to interact with the console through your terminal program.
This setup will allow you to access the serial console for debugging purposes. If you encounter any issues, double-check the connections and settings, and ensure that the USB-to-UART adapter is functioning correctly.
Best regards,
Toradex AI Assistant.
Please, also check if these links can help you solve your problem: