Jetpack 5.0.2,Jetson AGX Orin Developer Kit, one type-c not working

Hi All,

Please try the solution here instead of the remvoing dtbo solution mentioned in previous comment.

--- p3701.conf.common_ori       2022-09-02 01:40:41.250541164 +0800
+++ p3701.conf.common   2022-09-02 01:40:55.714453715 +0800
@@ -69,7 +69,7 @@

        # p3701-0000
        if [ "${chip_sku}" = "00" -o "${chip_sku}" = "D0" ] &&
-          [ "${board_FAB}" = "400" -o "${board_FAB}" = "TS4" -o "${board_FAB}" = "RC1" ]; then
+          [ "${board_FAB}" = "500" -o "${board_FAB}" = "400" -o "${board_FAB}" = "TS4" -o "${board_FAB}" = "RC1" ]; then
                PINMUX_CONFIG="tegra234-mb1-bct-pinmux-p3701-0000-a04.dtsi";
                PMC_CONFIG="tegra234-mb1-bct-padvoltage-p3701-0000-a04.dtsi";
        fi
1 Like