Re: Instructions for Networking with Xilinx BSP and Qemu

2016-06-19 Thread Sebastian Huber
Hello Joel, On 17/06/16 17:40, Joel Sherrill wrote: Hi Are there instructions for doing this? https://git.rtems.org/rtems-libbsd/tree/libbsd.txt#n342 I do nearly all the libbsd development with the |xilinx_zynq_a9_qemu BSP. | Or even the realview BSP? It would need some Qemu patches,

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: Raspberry pi not working with latest compiler and rtems-git

2016-06-19 Thread Pavel Pisa
Hello Alan, On Friday 17 of June 2016 19:04:58 Alan Cudmore wrote: > I refreshed my RSB build and pulled the latest rtems git changes. ( as of > today ) and the Raspberry Pi BSPs are not working. > I built the sparc/sis RSB and BSP and my tests run fine on that. > I will troubleshoot in the next

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. > >>

[PATCH] arm/raspberrypi: Ensure that buffers used for VC mail box

2016-06-19 Thread Pavel Pisa
From: Pavel Pisa --- c/src/lib/libbsp/arm/raspberrypi/misc/vc.c | 42 ++ c/src/lib/libbsp/arm/raspberrypi/misc/vc_defines.h | 21 +++ 2 files changed, 56 insertions(+), 7 deletions(-) diff --git a/c/src/lib/libbsp/arm/raspberrypi/misc/vc.c

Re: Error while using Mailbox in RPI

2016-06-19 Thread Pavel Pisa
Hello Mudit Jain , On Sunday 19 of June 2016 10:51:37 Mudit Jain wrote: > Hi all, > > I am getting an error in setting the power using the mailbox. > > This is how I am calling the function in the bcm_sdhci_attach as follows. > >