On Wed, May 27, 2009 at 18:39, Peter Strapp <[email protected]> wrote:
> How do I disable the koolu boot screen without rebuilding the kernel? I need > to be able to view the kernel output on boot. The logo is not the kernel logo, it's loaded by the boot process. To see the kernel messages, you need to modify the kernel configuration (enable console on fb). The kernel is built as part of the regular build process, you can checkout the source and examine kernel/Android.mk which calls kernel/Makefile.android. You'll see that it takes a config template (sorry, the path escapes my memory right now), fills in a couple of values and that's it. You'd need to modify the template to enable the console on FB. HTH, Marcelo _______________________________________________ android-freerunner mailing list [email protected] http://android.koolu.org/listinfo.cgi/android-freerunner-koolu.org
