[OE-core] [PATCH 1/1] runqemu-internal: add "console=ttyS0" to ramfs image kernel parameters

ChenQi Qi.Chen at windriver.com
Tue May 20 01:56:45 UTC 2014


On 05/20/2014 05:11 AM, Khem Raj wrote:
> On Mon, May 19, 2014 at 1:03 AM, Chen Qi <Qi.Chen at windriver.com> wrote:
>> +    KERNCMDLINE="root=/dev/ram0 console=ttyS0 debugshell"
> is this valid for all kind of qemu machines ?
>
>

I think so.
Notice in runqemu scripts, if '-nographic' is supplied to the qemu 
command, then 'console=ttyS0' is supplied to the '-append' option. This 
is the behaviour for the 'nographic' parameter for the 'runqemu' 
command. The exception is the case of starting a ramfs image. And this 
patch fixes this.

Thanks,
Chen Qi



More information about the Openembedded-core mailing list