Hi,
I am developing a driver for a LCD panel.
Running a RPi5 with the latest firmware / linux kernel so
However, when I It returnsHow can I get the version 6.6.62 version of kernel source tree?
Or alternatively, how to downgrade my running kernel to 6.6.58?
As I don't think my driver compiled as module, currently for 6.6.58, can run on a RPi host running kernel 6.6.62
I am developing a driver for a LCD panel.
Running a RPi5 with the latest firmware / linux kernel so
Code:
$ uname -aLinux rpi5-raspbian 6.6.62+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
Code:
git clone --depth=1 --branch rpi-6.6.y https://github.com/raspberrypi/linuxcd linuxmake kernelversion
Code:
$ make kernelversion6.6.58
Or alternatively, how to downgrade my running kernel to 6.6.58?
As I don't think my driver compiled as module, currently for 6.6.58, can run on a RPi host running kernel 6.6.62
Statistics: Posted by csvke — Thu Dec 05, 2024 9:51 am — Replies 2 — Views 36