-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RPi5] [rpi-6.12.y]: nvme no worky #6484
Comments
Replacing |
I found it out, you forgot / removed the code setting the PCIe generation. Patch below |
There is that call in |
looks like. |
Fixed by #6487 |
Describe the bug
On 6.12 kernels, my nvme SSD does not get detected (while the PCIe bridge does), and the status LED of the shield does not turn on.
It does work fine with 6.6.y and 6.11.y.
Steps to reproduce the behaviour
Compiling the 6.12.y (currently at ab9bb48 ) with bcm2712_defconfig.
Device (s)
Raspberry Pi 5
System
Linux pi5 6.11.9-v8-16k+ #3 SMP PREEMPT Thu Nov 21 13:14:34 GMT 2024 aarch64 GNU/Linux
Linux pi5 6.12.0-v8-16k+ #4 SMP PREEMPT Thu Nov 21 17:37:01 GMT 2024 aarch64 GNU/Linux
Logs
6.11
kmsg11.txt
6.12
kmsg12.txt
Additional context
Context
config.txt contains
dtparam=pciex1_gen=3
6.11
lspci
lspci -v
6.12
lspci
I will update this issue if I can get more information on the problem. I will try to take a look at the pcie drivers to see if they have been rebased on 6.12 incorrectly.
The text was updated successfully, but these errors were encountered: