We install an Intel PCIex4 Ethernet, and auto running with x4 5GT/s. How can we force it running with 2.5GT/s x4 mode. Modify DTS or with special command ?
You can set ‘nvidia,max-speed’ DT property to 1/2/3/4 to set limit the advertisement of root port’s max supported speed capability.
But, if your intention is not to limit the maximum advertised speed by root port, but to get only the link up at a specific speed and be able to take the link to a higher speed later on, you can use ‘nvidia,init-speed’ with 1/2/3/4 to get link working at the respective speed post boot.
Both either ‘nvidia,max-speed’ or ‘nvidia,init-speed’ can not be searched with “Linux_for_Tegra/sources/hardware” and “Linux_for_Tegra/sources/kernel”.
I am searching to increase max speed of the pcie on jetson nano and xavier.
Their are limited at 2,5 GT/s.
Xavier seems to be able to grow up to 8 GT/s and Nano to 5 GT/s.
I am using Jetpack 4.5 and i don’t find where i can change settings to grow up the pcie bus speed.