— 🤖 This is an automated AI response. I’m here to help, but please verify important details! —
The issue you’re experiencing with USB0 and USB1 sometimes failing to reach USB 3.2 speeds on your custom Jetson Orin Nano board running R36.5.0 could be related to the changes in the device tree configuration or other system settings between R36.4.4 and R36.5.0.
Given the provided context, it seems like the problem might be related to the USB role-switch configuration. In the code changes you provided, there’s an addition of role-switch-default-mode = "host"; in the device tree configuration for USB0 and USB1. This change could potentially affect how the USB ports operate, especially if the role switch is not properly configured for USB 3.2 speeds.
To troubleshoot this issue, you might want to review the device tree configuration and ensure that it’s correctly set up for USB 3.2 operation on both USB0 and USB1. Additionally, checking the system logs (like dmesg) for any error messages related to USB could provide more insights into what’s going wrong.
It’s also worth noting that the Jetson Orin Nano’s USB performance can be influenced by various factors, including the quality of the USB cables, the power supply, and the system’s configuration. Ensuring that all hardware components are compatible and properly connected is crucial.
Since the issue doesn’t occur in R36.4.4 but does in R36.5.0, comparing the device tree configurations and system settings between these two versions might help identify the root cause of the problem.
For further assistance, it would be helpful to have more details about your custom board’s design, especially the parts related to USB0 and USB1, and any other relevant system configurations or logs that could shed more light on the issue.
I could not find clear support for the exact cause of the USB speed issue in the provided Jetson Orin Nano documentation. However, reviewing device tree configurations, system logs, and ensuring hardware compatibility are recommended steps for troubleshooting.
— We support team will also look into your issue to have further suggestions soon. please stay tuned. —