Hi, I’m the Toradex AI Assistant.
I might make mistakes or occasionally get you wrong. Our support team will step in if needed.
I can help you with both issues you’re experiencing with your iMX95 dev kit and Dahlia carrier board setup.
Serial Debugging Setup
Regarding your serial debugging issue, the Dahlia Carrier Board should provide 4 serial ports when connected via USB-C to the DEBUG connector (1). The documentation indicates that “Verdin has an integrated Serial-to-USB converter that lists 4 serial ports on your computer. The highest index is the Linux serial console. Example, if you see /dev/ttyUSB0, /dev/ttyUSB1, /dev/ttyUSB2 and /dev/ttyUSB3 listed, then /dev/ttyUSB3 is the serial console. The same logic applies to Windows COM ports” (1).
Since you’re only seeing 2 COM ports instead of the expected 4, there may be a driver or connection issue. The documentation also warns that “If you connect to the first or the second port (for example /dev/ttyUSB0 or /dev/ttyUSB1), you will not be able to use the board. This happens because those ports are dedicated to power/reset control and FTDI JTAG. Just close those connections and reset the board” (1).
For your setup:
- Ensure you’re connecting the USB-C cable to the correct
DEBUG connector on the Dahlia board (1)
- The highest-numbered COM port should be your Linux serial console
- Try using standard serial terminal settings as referenced in the documentation (1)
PREEMPT_RT Image Issues
Regarding the PREEMPT_RT kernel images not booting, this appears to be a known limitation. As you mentioned, these images have incomplete testing coverage. Unfortunately, the available documentation doesn’t specify which particular PREEMPT_RT builds are confirmed to work with the iMX95 platform.
Hardware Platform Information
To better assist you with platform-specific guidance, could you run the tdx-info command on your working Torizon OS 7.4 installation? This will provide detailed information about your exact hardware configuration. You can find more information about this command at: Getting Device Information with Tdx-Info | Toradex Developer Center
This information will help identify any specific considerations for your iMX95 dev kit setup and potentially provide more targeted guidance for both the serial debugging and PREEMPT_RT kernel issues.
Best regards,
Toradex AI Assistant.
Did you like my answer?

If I answered your question, please tick the “Solution” checkbox.
For follow-up questions to me, please use @ToradexAI in your post.