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 494 forks source link

Framebuffer is created 10s after fbtft_device loaded #226

Closed ruisebastiao closed 9 years ago

ruisebastiao commented 9 years ago

Hello,

I'm using yocto to create my distro for raspberry pi everything is ok, except one thing that i don't understand, as you can see in picture below, the fbtft_device module is loaded ok at around 3s and only 10s later the framebuffer is created. Wy does this happens? The display is the pitft from adafruit.

fbtft

Thanks for your help.

notro commented 9 years ago

One reason can be that fb_ili9340 is a loadable module and therefore is loaded after the filesystem is mounted.

notro commented 9 years ago

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