[okl4-developer] okl4 in qemu emulated gumstix environment
Geoffrey Lee
glee at ok-labs.com
Tue Aug 26 19:39:07 EST 2008
On Tue, Aug 26, 2008 at 05:04:57AM -0400, Ashish Bijlani wrote:
> Hi,
>
> I'm able to boot OKL4 in QEMU emulated gumstix environment. However,
> I'm not able to get "Linux user startup!" and following messages on
> the qemu serial console. Any ideas why?
>
> This is what I did:
>
> cp build/image.boot /tftpboot/.
> ../qemu-gumstix/arm-softmmu/qemu-system-arm -M gumstix -hda
> ../connex-gumstix/flash -net nic -net tap,ifname=qtap0 -m 256
> -monitor null -serial stdio -m 289 -nographic
>
> GUM>
> GUM> setenv ipaddr 10.0.0.231
> GUM> setenv serverip 10.0.0.29
> GUM> tftpboot a2000000 image.boot
> GUM> bootelf a2000000
>
> The OKL4 kernel, wombat, iguana everything is loaded and booted
> properly. However, I don't see any messages after :
>
> NET: Registered protocol family 15
> VFS: Mounted root (ext2 filesystem) readonly.
This probably means ig_serial.c or the user-level serial driver
in drivers/ is misconfigured. The kernel bootup messages get
shown via the KDB console, which gets routed to the driver
in the OKL4 kernel. Once you get to Linux user startup
output gets routed through /dev/ttyS0, which is backed by
ig_serial.
-gl
>
> Am I missing something?
>
> Thanks,
> Ashish
>
> _______________________________________________
> Developer mailing list
> Developer at okl4.org
> https://lists.okl4.org/mailman/listinfo/developer
>
--
More information about the Developer
mailing list