On Mon, Aug 29, 2011 at 07:14:27PM +0200, Andrea Bolognani wrote: > > However, I see no boot logo when the device loads: just a blank screen > > until gmenu2x pops up.
OK, the OpenWrt boot logo is disabled in the kernel configuration, that’s why it’s not displayed. The attached patch to openwrt-xburst.git enables it again. -- Andrea Bolognani <[email protected]> Resistance is futile, you will be garbage collected.
diff --git a/target/linux/xburst/qi_lb60/config-2.6.37 b/target/linux/xburst/qi_lb60/config-2.6.37 index 626d9de..946686b 100644 --- a/target/linux/xburst/qi_lb60/config-2.6.37 +++ b/target/linux/xburst/qi_lb60/config-2.6.37 @@ -9,6 +9,7 @@ CONFIG_KEYBOARD_MATRIX=y CONFIG_LCD_CLASS_DEVICE=y CONFIG_LCD_ILI8960=y CONFIG_LOGO=y +CONFIG_LOGO_OPENWRT_CLUT224=y CONFIG_MFD_CORE=y CONFIG_MFD_JZ4740_ADC=y CONFIG_SPI=y
signature.asc
Description: Digital signature
_______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

