Hi,
We are trying to measure PCIE signal and the signal doesn’t output.
From document: Jetson_Xavier_NX_Tuning_and_Compliance_Guide_Application_Note_DA-09890-001_v1.2, there’s a patch to enable PCIE root port always.
On Jetson Nano platform, the behavior is similar to Xavier: When there’s no device under PCIE root port, the root port is disabled.
However, we can’t find information to always enable root port for SI check in document: Jetson_Nano_Interface_Tuning_Complaince_Guide_Application_Note_v1.1.
Would you please teach us to enable the root port when no device connected?
We are using L4T 32.6.1 codebase . I searched all “Nano” PCIe node, there are not including “nvidia,enable-power-down” property in original codebase. But due to WiFi issue (Jetson Nano custom motherboard Wifi doesn't work) , we only modify PCIE node with remove the following property
I searched the dts files under /hardware/nvidia/soc , thers is no “nvidia,enable-power-down” in any dts file .
And we add the line in platform DTS file as following, but still can’t work.
My bad, I gave solution for Jetson Xavier. Unfortunately for Nano, there is no DT control to keep PCIe controller enabled. Apply attached kernel patch, compile and flash kernel image it to keep PCIe controller enabled in compliance mode.