<p dir="ltr"><br>
On Jun 19, 2016 4:44 PM, "Chris Johns" <<a href="mailto:chrisj@rtems.org">chrisj@rtems.org</a>> wrote:<br>
><br>
> On 20/06/2016 00:06, Pavel Pisa wrote:<br>
>><br>
>><br>
>> I have rebuild RTEMS from actual head (I hope make rebuild right files<br>
>> according to the dependencies) and run it by QEMU<br>
>><br>
>>    QEMU emulator version 2.6.0, Copyright (c) 2003-2008 Fabrice Bellard<br>
>><br>
>>   qemu-system-x86_64 -enable-kvm -kernel $APP_BINARY \<br>
>>        -vga cirrus \<br>
>>        -net nic,vlan=0,model=e1000 -net user,vlan=0 \<br>
>>        -append "--console=com1" \<br>
><br>
>       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^<br>
> This is the bit that is missing from the documentation.</p>
<p dir="ltr">Does this append to the boot arguments?</p>
<p dir="ltr">If so, shouldn't it be /dev/com1? Or did you fix that Chris to work both ways on the master?<br><br></p>
<p dir="ltr">><br>
>>        -serial stdio \<br>
>><br>
>> and output appears right on the console.<br>
>> I have tested without --console=com1 argument and output<br>
>> goes to QEMU emulated VESA screen.<br>
>><br>
>> So the run of RTEMS through -kernel option seems to work<br>
>> (at least on my computer).<br>
><br>
><br>
> Excellent and thanks for the report. I will edit the wiki.<br>
><br>
> Chris<br>
><br>
> _______________________________________________<br>
> devel mailing list<br>
> <a href="mailto:devel@rtems.org">devel@rtems.org</a><br>
> <a href="http://lists.rtems.org/mailman/listinfo/devel">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</p>