Thor to AGX Orion compatibility

Hi community,

I went over Jetson T5000 and Jetson AGX Orin Series Interface Comparison and Migration document by Nvidia. On table 5 there is a description of the UPHY interfaces migration between Thor and Orion. UPHY0 lanes 4, 5 should be shared between those two Jetsons.

I tried to validate it in two different ways:

  1. Compared the SoC net name on the two chips
  2. Compared the functionality of those nets on the EVB schematics

I found the following gaps:

  1. UPHY_RX4_N/P (Thor) should be connected to HS_UPHY0_L4_RX_N/P (Orion) but actually connected to HS_UPHY2_L0_RX_N/P
  2. UPHY_RX5_N/P (Thor) should be connected to HS_UPHY0_L5_RX_N/P (Orion) but actually connected to HS_UPHY2_L_RX_N/P

On the schematics I see the following:

  1. Connector pin B20:
    1. Thor: UPHY0_RX4_N
    2. Orion: SNN_UPHY_RX2_N
  2. Connector pin D20:
    1. Thor: SNN_UPHY0_RX5_P
    2. Orion: SNN_UPHY_RX3_P
  3. Connector pin D32:
    1. Thor: HDMI_DP3_TX0_N
    2. Orion: UPHY0_RX4_N
  4. Connector pin A35:
    1. Thor: HDMI_DP3_TX2_N
    2. Orion: UPHY0_RX5_N

Please advice

Thanks in advance!

1 Like

Table 5 is correct in Jetson T5000 and Jetson AGX Orin Series Interface Comparison and Migration guide and so are the carrier board schematics for AGX Orin and Jetson Thor carrier boards.

Migration guide provides path to attain compatibility between both designs, the pins used might be different however you can still get functional equivalence using different set of pins on both the Jetson modules and some adaptations would be needed in the carrier board design to achieve this.

Hi Sgursal and thank you for your replay

So if I understand correctly (and i will appreciate your confirmation): Table 5 discuss about interface migration but do not promises pin compatibility between them

Thanks!

Correct. They are Not pin compatible, however you can achieve interface migration and functional equivalence using the migration guide as reference.

Hi Sgursal and thank you for your replay and confirmation

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.