Raspberry Pi test report

2020-01-05 Thread Alan Cudmore
I finally found the time to try the latest RTEMS head on my collection of Raspberry Pi models. The last time I tried to run RTEMS on a Pi, I had trouble with the current version of the Raspberry Pi Firmware, so I had to go back to a specific tag on the Rasberry Pi firmware repository to get RTEMS t

[PATCH v2] doc/raspberrypi: Added instructions for raspberrypi

2020-01-05 Thread G S Niteesh
Added instructions to run examples on raspberrypi. --- user/bsps/arm/raspberrypi.rst | 74 ++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/user/bsps/arm/raspberrypi.rst b/user/bsps/arm/raspberrypi.rst index 4ef75bd..7eccca5 100644 --- a/user/bsps/a

Re: [PATCH] doc/raspberrypi: Added instructions for raspberrypi

2020-01-05 Thread Gedare Bloom
On Sun, Jan 5, 2020 at 6:56 AM Christian Mauderer wrote: > > Hello Niteesh, > > thanks for extending the documentation. That's very valuable. > > I had some white space bugs again when applying: > > ` > .git/rebase-apply/patch:68: trailing whitespace. > > .git/rebase-apply/patch:77: trailing w

Re: [PATCH] doc/raspberrypi: Added instructions for raspberrypi

2020-01-05 Thread Christian Mauderer
Hello Niteesh, thanks for extending the documentation. That's very valuable. I had some white space bugs again when applying: ` .git/rebase-apply/patch:68: trailing whitespace. .git/rebase-apply/patch:77: trailing whitespace. arm-rtems5-gdb hello.exe .git/rebase-apply/patch:85: trailin

Re: [PATCH] doc/raspberrypi: Added instructions for raspberrypi

2020-01-05 Thread Niteesh
I have added basic instructions, just let me know if you need any other section. On Sun, Jan 5, 2020 at 6:17 PM G S Niteesh wrote: > Added instructions to run examples on raspberrypi. > --- > user/bsps/arm/raspberrypi.rst | 75 ++- > 1 file changed, 74 insertions

[PATCH] doc/raspberrypi: Added instructions for raspberrypi

2020-01-05 Thread G S Niteesh
Added instructions to run examples on raspberrypi. --- user/bsps/arm/raspberrypi.rst | 75 ++- 1 file changed, 74 insertions(+), 1 deletion(-) diff --git a/user/bsps/arm/raspberrypi.rst b/user/bsps/arm/raspberrypi.rst index 4ef75bd..653f8a7 100644 --- a/user/bsps/a

Re: Error while building the rtems-libbsd

2020-01-05 Thread Christian Mauderer
On 05/01/2020 03:17, Utkarsh Rai wrote: > 1. For the libbbsd I have been > using https://github.com/nilhoel1/rtems-libbsd/tree/ti_pruss, this was > used by @Nils Hölscher  for his GSoc project( > I have talked to him about my errors, and this libbsd builds fine on his > h