Again, I’m running Jetpack 6.2.2 on a JAO 64GB with a custom carrier board. I’m trying to setup ethernet, but running into a few hurdles. We intend to have UPHY for 10GB in future, alongside a 1GB with RGMI also. But for now, were just focusing on getting the RGMI up and running. This is what I’ve done so far (inline with the documentation and some previous forums):
*** Please note that this reply is generated by LLM automatically ***
Based on the provided information, I’ll try to identify potential issues with the configuration and provide guidance on troubleshooting the Ethernet setup on the Jetson AGX Orin (JAO) with a custom carrier board.
PINMUX Configuration:
You’ve mentioned that you’ve configured the PINMUX exactly as described in the Jetson AGX Orin Platform Adaptation and Bring-Up guide. However, it’s essential to double-check the PINMUX configuration to ensure that it matches the custom carrier board’s pinout. A mismatch in PINMUX configuration can lead to issues with the Ethernet interface.
Device Tree Configuration:
You’ve provided the tegra234p37370000p3701.dtsi file, which appears to be correctly configured for RGMI Ethernet. However, I recommend verifying that the device tree file is correctly compiled and loaded during boot. You can check the boot logs for any device tree-related errors.
Boot Logs:
The provided boot logs (boot_logs.txt) don’t seem to indicate any specific errors related to the Ethernet interface. However, I recommend checking the logs for any messages related to the Ethernet driver or PHY initialization.
Device Tree on the Jetson:
The provided device tree file (USB.txt) seems to be unrelated to the Ethernet configuration. I recommend checking the device tree file that’s actually loaded on the Jetson, which should be tegra234p37370000p3701.dtb.
Possible Issues:
PHY Initialization: Ensure that the PHY (Physical Layer) is correctly initialized and configured. You can check the boot logs for any messages related to PHY initialization.
Ethernet Driver: Verify that the Ethernet driver is correctly loaded and configured. You can check the boot logs for any messages related to the Ethernet driver.
PINMUX Configuration: Double-check the PINMUX configuration to ensure that it matches the custom carrier board’s pinout.
Device Tree Configuration: Verify that the device tree file is correctly compiled and loaded during boot.
Recommendations:
Verify PINMUX Configuration: Double-check the PINMUX configuration to ensure that it matches the custom carrier board’s pinout.
Check Device Tree Configuration: Verify that the device tree file is correctly compiled and loaded during boot.
Check Boot Logs: Check the boot logs for any messages related to the Ethernet driver or PHY initialization.
Try a Different Ethernet Interface: If possible, try using a different Ethernet interface (e.g., USB-to-Ethernet adapter) to isolate the issue.
If none of these recommendations help resolve the issue, please provide more information about the custom carrier board’s design and the specific Ethernet interface you’re trying to use.
*** Please give the thumbs up if you get answers you like. Or provide feedback to help us improve the answer. ***
Good point, thanks. Whats strange is that the tegra234-p3737-0000-p3701.dtsi seems to be overriden by the tegra234-base-overlay.dtsi file. Kindly advise if its wise to edit the overlay file.
I haven’t tied the strapping pins to anything in my schematic, but because I followed the Jetson Adaptation guide, the strapping pins are pulled up within the module. However, when does the PINMUX get applied, or is it always assumed to be applied? Because if the chip is reset before the pins go high, the MDIO address is 0 when the DP83867 samples RD0, RD2 and RD4. If they are high, then my MDIO address is 15 (since all 4 strapping pins would be tied to the 1.8V of the Jetson).