jancona / android-on-freerunner

Automatically exported from code.google.com/p/android-on-freerunner
1 stars 1 forks source link

Not able to debug boot/kernel #8

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Boot the freerunner

What is the expected output? What do you see instead?
Debug messages, or at least a way to enable them. Now, all I see is the 
green android, where my phone freezes.

What version of the product are you using? On what operating system?
android-freerunner-cupcake-0.1

Please provide any additional information below.
By using the kernel provided here I get debug messages: http://www.mail-
archive.com/android-freerunner@android.koolu.org/msg00860.html

Original issue reported on code.google.com by anbugge on 20 Sep 2009 at 3:20

GoogleCodeExporter commented 9 years ago
I can verify that the kernel doesn't honor the extra debug parameters that qi 
adds
when holding in power-button at boot. That is it still boots with image instead 
of
kernel messages. The later would be good.

Original comment by larlin...@gmail.com on 20 Sep 2009 at 4:05

GoogleCodeExporter commented 9 years ago
I was able to enable the console by adding CONFIG_FRAMEBUFFER_CONSOLE=y at line 
1321 
in /kernel/arch/configs/gta02_android_defconfig.
To disable the splash screen I simply commented out line 831 to 853 in 
/system/core/
init/init.c. Not a nice hack, but it works..

Original comment by anbugge on 22 Sep 2009 at 11:31

GoogleCodeExporter commented 9 years ago
adding labels

Original comment by larlin...@gmail.com on 16 Jan 2010 at 9:59