> I'm trying to boot up the mainline kernel on an n800 device. I don't have
> a functional UART up and running - so I cannot see any console messages.
>
> Does anyone have instructions or pointers to any patches that may be
> needed to get the mainline linux kernel booting to the UI on this
> platform?
>
> Alternatively, is there a way to direct the boot logs to the LCD instead
> of the UART/ttyMTD?

You may run your kernel under gdb in qemu like

qemu-system-arm -M n810 -kernel linux-omap-2.6/arch/arm/boot/zImage -s

load symbols from your vmlinux with gdb command

symbol-file linux-omap-2.6/vmlinux

and at certain point break into gdb by ^C and dump system log buffer
with gdb command

dump memory kmsg.log log_buf log_buf+100000

-- 
Max
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to