-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Kernel version? #7291
Comments
DietPi is not a separate operating system. It is a set of bash scripts on a Debian-based image. And there is no relationship between a DietPi version and the kernel. The kernel version depends on your SBC and the Debian version. And kernel updates are done with |
Sure, thank you! Yes, I'm on RPi CM3+. Now my problem is that How can I enlarge it, while preventing all rootfs files? |
128MB are pretty much ok. And as a first step, you would need to use our script I linked above to migrate to new structure for kernel and firmware. Just using |
Huh, I was faster: just did a quick
But, now, my gpios are not working anymore:
dmesg shows:
What shall I do? |
Undo whatever you have done |
I got it now! For others might be interesting:
You can know which gpio is which with
I have no idea on why is it modified like this :) |
My kernel version is 6.1.21-v8+ (DietPi v9.7.1).
I have a problem with an SPI-UART converter, for which I got a recommendation of updating the kernel.
I ran dietpi-update, it found a newer (9.8.0) version, but I couldn't find anywhere what kernel version is coming along with 9.8.0.
How can I know which kernel belongs to a certain DietPi version?
And how can I update the kernel on DietPi OS?
The text was updated successfully, but these errors were encountered: