How to enable the pcie3 of orin nano

Hi Team

I have connected a wifi module to the pcie3 of the orin nx but its not getting detected.

If I connect the same module to a different pcie of orin Nx its getting detected. Is there any specific steps to be done to enable the pcie 3 of orin NX

By detection i mean device getting detected in lspci

1 Like

Dear Mr JP,

p3767.conf.common
ODMDATA="gbe-uphy-config-9,hsstp-lane-map-3,hsio-uphy-config-0";
cvb/tegra234-p3509-a02-pcie.dtsi
pcie@141e0000 { /* C7x1 node */
                status = "okay";
                phys = <&p2u_gbe_0>;
                phy-names = "p2u-0";
        };

        pcie@140c0000 { /* C9x1 */
                status = "okay";
                phys = <&p2u_gbe_1>;
                phy-names = "p2u-0";
        };  ```
1 Like

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