notro / fbtft

Linux Framebuffer drivers for small TFT LCD display modules. Development has moved to https://git.kernel.org/cgit/linux/kernel/git/gregkh/staging.git/tree/drivers/staging/fbtft?h=staging-testing
1.85k stars 496 forks source link

Boot console in a straight Debian install (UbiLinux UpBoard) #449

Closed skorpioskorpio closed 6 years ago

skorpioskorpio commented 7 years ago

All of the examples given seem to use some various /boot/.txt files specific to RPi or BeagleBone (...or...) distributions. I am curious what it takes to implement a boot console in a straight out Debian Jessy like distribution like UbiLinux for the Atom based UpBoard that does not have these files in it's distribution. These pages have been a great help in getting an AdaFruit 3.5TFT working (from X startup on) on these boards, however there is still several issues, this being one of them.

notro commented 7 years ago

I don't know the UpBoard, but fbcon= controls which fbdev framebuffer fbcon connects to: https://github.com/notro/fbtft/wiki/Boot-console#enable-console

UbiLinux for the Atom based UpBoard that does not have these files in it's distribution

I don't understand which files you are talking about, since the kernel modules has to present for you to get the display working.

If the drivers are modules, the earliest you can load them is in initrd. If you want it to load before that, the driver has to be built into the kernel proper (zImage).

notro commented 6 years ago

Closing issue since there has been no activity for more than 2 months. Reopen if needed.