mckaygerhard / dingoo-linux

Automatically exported from code.google.com/p/dingoo-linux
0 stars 0 forks source link

LCD won't show anything until 1 second after boot has started. #18

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is expected, since the LCD won't show anything until the linux
framebuffer driver initializes it. However, it's a little weird for the
final user, because it looks like the A320 is not booting.

The good way to fix this (erarly LCD initialization in the SPL or u-boot)
is likely never going to be implemented, due to the compexity of
maintaining LCD support in two different places.

An alternate way to fix this would be to enable LCD backlight in the SPL.
The LCD will at least show that the A320 is "alive".

Original issue reported on code.google.com by igga...@gmail.com on 14 Jun 2009 at 3:00

GoogleCodeExporter commented 9 years ago

Original comment by igga...@gmail.com on 14 Jun 2009 at 3:13

GoogleCodeExporter commented 9 years ago

Original comment by igga...@gmail.com on 8 Sep 2009 at 11:39