Re: testing pc386 with qemu?

2016-06-20 Thread Gedare Bloom
Thanks Pavel. The following minimally seems to work: qemu-system-i386 -kernel hello.exe -append "--console=/dev/com1" -serial stdio On Sun, Jun 19, 2016 at 8:34 PM, Pavel Pisa wrote: > Hello Chris, > > On Monday 20 of June 2016 01:58:09 Chris Johns wrote: >> On

Re: testing pc386 with qemu?

2016-06-19 Thread Chris Johns
On 20/06/2016 10:34, Pavel Pisa wrote: Hello Chris, On Monday 20 of June 2016 01:58:09 Chris Johns wrote: On 20/06/2016 09:08, Joel Sherrill wrote: Does this append to the boot arguments? Yes. If so, shouldn't it be /dev/com1? Or did you fix that Chris to work both ways on the master?

Re: testing pc386 with qemu?

2016-06-19 Thread Pavel Pisa
Hello Chris, On Monday 20 of June 2016 01:58:09 Chris Johns wrote: > On 20/06/2016 09:08, Joel Sherrill wrote: > > Does this append to the boot arguments? > > Yes. > > > If so, shouldn't it be /dev/com1? Or did you fix that Chris to work both > > ways on the master? > > Yes. I noticed this after

Re: testing pc386 with qemu?

2016-06-19 Thread Chris Johns
On 20/06/2016 09:08, Joel Sherrill wrote: Does this append to the boot arguments? Yes. If so, shouldn't it be /dev/com1? Or did you fix that Chris to work both ways on the master? Yes. I noticed this after I sent the email. The doco in the wiki is correct ...

Re: testing pc386 with qemu?

2016-06-19 Thread Joel Sherrill
On Jun 19, 2016 4:44 PM, "Chris Johns" wrote: > > On 20/06/2016 00:06, Pavel Pisa wrote: >> >> >> I have rebuild RTEMS from actual head (I hope make rebuild right files >> according to the dependencies) and run it by QEMU >> >>QEMU emulator version 2.6.0, Copyright (c)

Re: testing pc386 with qemu?

2016-06-19 Thread Chris Johns
On 20/06/2016 00:06, Pavel Pisa wrote: I have rebuild RTEMS from actual head (I hope make rebuild right files according to the dependencies) and run it by QEMU QEMU emulator version 2.6.0, Copyright (c) 2003-2008 Fabrice Bellard qemu-system-x86_64 -enable-kvm -kernel $APP_BINARY \

Re: testing pc386 with qemu?

2016-06-19 Thread Pavel Pisa
Hello, On Thursday 09 of June 2016 02:54:17 Chris Johns wrote: > On 09/06/2016 09:57, Gedare Bloom wrote: > > On Wed, Jun 8, 2016 at 6:58 PM, Chris Johns wrote: > >> On 09/06/2016 06:31, Gedare Bloom wrote: > >>> I'm not seeing output with the current pc386 BSP using qemu. > >>

Re: testing pc386 with qemu?

2016-06-08 Thread Gedare Bloom
On Wed, Jun 8, 2016 at 6:58 PM, Chris Johns wrote: > On 09/06/2016 06:31, Gedare Bloom wrote: >> >> I'm not seeing output with the current pc386 BSP using qemu. > > > Is this the RSB qemu or another one? > RSB built, but awhile back. QEMU emulator version 2.3.50, Copyright (c)

Re: testing pc386 with qemu?

2016-06-08 Thread Chris Johns
On 09/06/2016 06:31, Gedare Bloom wrote: I'm not seeing output with the current pc386 BSP using qemu. Is this the RSB qemu or another one? I suspect this is due to some combination of the changes made in the BSP or the printk support. Any advice? I will take a look. I have tried to

testing pc386 with qemu?

2016-06-08 Thread Gedare Bloom
I'm not seeing output with the current pc386 BSP using qemu. I suspect this is due to some combination of the changes made in the BSP or the printk support. Any advice? I have tried to configure with and without USE_COM1_AS_CONSOLE=1, and run qemu with and without redirecting serial to stdio.