What to do about "pcieport 0000:00:01:0 errors" when using 60-series radio with PCIe interface on a Jetson nano?

PCIE Active State Power Management (ASPM) is enabled in powersave mode by default in stock nVidia kernel image.  This causes correctable errors because the 60-series radios advertise support for ASPM but doesn't handle it well enough.

Disabling of ASPM is needed by one of the below methods:

1. change in kernel config (permanent)
2. Change at run time via /sys/module/pcie_aspm/parameters/policy, set to [performance] (has to be done upon every boot)

Categories

Products