Re: cannot boot the compiled pistachio iso

Jens Kehne <[email protected]> Tue, 24 Jan 2012 11:23:53 +0100
Newsgroups gmane.comp.micro-kernel.l4.l4ka.general
Message-ID <[email protected]>
Am 22.01.2012 18:16, schrieb rukshan rajapaksha:
> hi,

Hi Rukshan,

> :( i cannot select ipc type it getting stuck.please someone help me to
> sort out this problem

Did you compile your userland binaries with serial console support? If
so, did you use the right settings (i.e. port number and baud rate)? I
cannot tell you what the right settings are, but they might be in the
qemu documentation. Basically, you need to find out the parameters of
the serial port qemu emulates, and then use the same settings when
compiling L4.
One more: are you typing in the right window? If qemu opens a new
window, the console will not work in that window. With -serial stdio,
you need to type in the same console window you used to launch qemu.
There are also other ways to emulate a serial console, such as attaching
the serial port to a telnet session, maybe you can try some of these.

HTH

Jens