On Tue, 2012-02-14 at 22:27 -0800, Zach Pfeffer wrote:
John,
Have you seen this?
2012/2/14 Bernhard Rosenkränzer bernhard.rosenkranzer@linaro.org:
2012/2/16 Amit Pundir amit.pundir@linaro.org:
[ Up to here, this is expected and just given as context ] <4>Disabling lock debugging due to kernel taint <3>init: service 'console' requires console
After that, it goes on and boots Android fine, everything works nicely. But there is no console on the serial port.
Please double check "androidboot.console" bootarg.
Looks right... console=ttymxc0,115200n8 rootwait ro earlyprintk rootdelay=1 fixrtc nocompcache di1_primary tve init=/init androidboot.console=ttymxc0
This isn't ringing any bells to me, but did you make sure you've got the relevant console-over-serial options enabled? For example, on omap there's SERIAL_OMAP_CONSOLE (why this is a board specific option, i don't know...)
thanks -john