OE4T / linux-tegra-5.10

NVIDIA downstream Linux kernel for Jetson platforms in single-repo form, derived from L4T R35.x series BSP
Other
22 stars 28 forks source link

Linux kernel build failed when CONFIG_PCIEASPM is OFF #16

Open lihing1994 opened 3 months ago

lihing1994 commented 3 months ago

Hi all,

I recently faced an issue where the NVMe 1.4 SSD is not working properly on the NVIDIA Jetson platform. In the Linux kernel boot log, I get the following error message:

[   46.404328] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[   46.405508] pcieport 0000:00:00.0:   device [10de:1ad0] error status/mask=00000001/0000e000
[  110.499436] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[  110.499735] pcieport 0000:00:00.0:   device [10de:1ad0] error status/mask=00000001/0000e000
[  122.408529] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[  122.408878] pcieport 0000:00:00.0:   device [10de:1ad0] error status/mask=00000001/0000e000
[  139.936480] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[  139.936843] pcieport 0000:00:00.0:   device [10de:1ad0] error status/mask=00000001/0000e000
[  189.417534] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[  189.417871] pcieport 0000:00:00.0:   device [10de:1ad0] error status/mask=00000001/0000e000
[  215.884735] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[  215.885062] pcieport 0000:00:00.0:   device [10de:1ad0] error status/mask=00000001/0000e000
[  225.355828] pcieport 0000:00:00.0: AER: Corrected error received: 0000:00:00.0
[  225.356245] pcieport 0000:00:00.0:   device [10de:1ad0] error status/mask=00000001/0000e000
madisongh commented 2 months ago

I think you're right. NVIDIA doesn't do much, if any, build testing with kernel configurations they don't use in their BSP, so it was probably just an oversight.