Is anyone using panel-mipi-dbi in Linux 6.12? #16
-
|
I need a new feature that's only available in 6.12, from an unofficial armbian branch... but I keep getting errors about failing to inject the firmware. The same setup: same DTS, same bin, same ili9488, was successful in linux 6.11 Is anyone successful with Linux 6.12? Is there a way to make panel-mipi-dbi-spi more verbose to see what's going on? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
|
Enable driver debug messages: |
Beta Was this translation helpful? Give feedback.
-
|
Thank you... this makes the modules more verbose, which will be helpful. When I boot Linux 6.12, the LCD does not come on, and I enter "# modprobe panel-mipi-dbi" Then "dmesg | grep panel" shows that my firmware file ili9488-fw.bin gets used... but there's not even 1 blink in the LCD. So far can't see why the LCD is not responding... perhaps I need to check that the SPI is working correctly in this Orange Pi zero 3 with Linux 6.12 Are there more required modules? panel-mipi-dbi and drm_mipi_dbi? How would I make it work since boot time? (I need this to use it in the orange pi zero 3 with 6.11.9 where the ili9488 is working) |
Beta Was this translation helpful? Give feedback.
-
|
Module panel-mipi-dbi depends on drm_mipi_dbi and drm. These are automatically loaded if they're not built into the kernel image. If you need the driver to load as early as possible, you need to have it built into the kernel image. This means a |
Beta Was this translation helpful? Give feedback.
-
|
Notro, thank you for your help 2 weeks ago. My problem was the SPI driver not being configured correctly when I upgraded to Linux 6.12. panel-mipi-dbi-spi works in Orange Pi Zero 3 in Linux 6.12 and Linux 6.13 |
Beta Was this translation helpful? Give feedback.
Enable driver debug messages: