The display drivers are out of tree, so the kernel version number doesn’t say anything about it
Where I can get source code and .config of your latest stable kernel?
Is there any plans for kernel 7?
Rex just adds to raspberry’s kernel uconsole’s drivers, ask them
Which changes in Kernel 7 are important to you?
Power optimization, better distribution of background tasks, updated Mesa and better driver integration
Last commit has a compilation error.
What error are you getting? Are you building off my repo or just using the patches?
Yeah that don’t work. You just need to compile it yourself.
Build with make? Where i can get all menuconfig parameters for cm5?
Everything for the cm4 and cm5 are set you just need to compile the kernel you’ll most likely just want to use the bcm2711_defconfig that one works with the cm3/4/5
If you want to change anything you can do it manually or still use make on your system.
gcc: error: unrecognized command-line option ‘-mlittle-endian’
Search Assist
The error “unrecognized command line option ‘-mlittle-endian’” indicates that the GCC compiler does not recognize this option, which may suggest that you are using a version of GCC that does not support it or that you are not targeting the correct architecture. You might want to check if you are using the appropriate version of GCC for ARM architecture or consider using the alternative option
-fconvert=little-endianinstead.
I copied your drivers to OuinOuin’s repo and built it. I still get the same gray lines on the display.
do you have them when you boot on Trixie 6.12.y for the uConsole and DevTerm ?
what about some screen shot?
No, display on trixie works normal. I probably found problem with drivers. I copied drivers folder, but not drivers.zip. PKGBUILD uses drivers.zip

