RTEMS-BSP testing

2020-02-23 Thread John kongtcheu
Hello New Guy Here, I was going through the Gsoc getting started page and I got a bit stuck on the Test a Board Support Package section.I went through the steps provided prior to this. However, when I ran the command cd $HOME/quick-start/build/b-erc32 rtems-test --rtems-bsp=erc32-sis --rtems-tools

Re: RTEMS-BSP testing

2020-02-23 Thread John kongtcheu
Hello again, DIfferent problem though it's more minor. I was running the test files and at the end of them I always got this message *** FATAL *** fatal source: 5 (RTEMS_FATAL_SOURCE_EXIT) fatal code: 0 (0x) RTEMS version: 5.0.0.486829b2766119275f74e7a2a11d7bf3a9561f54 RTEMS tools: 7.5.0 20

Re: RTEMS-BSP testing

2020-02-23 Thread Anmol Mishra
Hey, I also witnessed this, My host was Ubuntu as well, I was trying out Hello world task using sis. Considering myself naive and new to this, I am trying to look into this as well. Thank You On Sun, Feb 23, 2020 at 9:23 PM John kongtcheu wrote: > Hello again, > DIfferent problem though it's m

Device Tree Blob for Beaglebone Black?

2020-02-23 Thread Alan Cudmore
I have been trying to bring up RTEMS with rtems-libbsd on the beaglebone black (latest master). I can run the regular RTEMS samples on the board, and a couple of the rtems-libbsd testsuite examples run as well. The samples such as ping01 and usb01 get a fatal exception in the function fdt_ro_prob

Re: Device Tree Blob for Beaglebone Black?

2020-02-23 Thread Christian Mauderer
On 23/02/2020 17:07, Alan Cudmore wrote: > I have been trying to bring up RTEMS with rtems-libbsd on the > beaglebone black (latest master). > > I can run the regular RTEMS samples on the board, and a couple of the > rtems-libbsd testsuite examples run as well. > > The samples such as ping01 and

Re: RTEMS-BSP testing

2020-02-23 Thread Joel Sherrill
On Sun, Feb 23, 2020, 10:03 AM Anmol Mishra wrote: > Hey, I also witnessed this, My host was Ubuntu as well, I was trying out > Hello world task using sis. Considering myself naive and new to this, I am > trying to look into this as well. > > Thank You > > > On Sun, Feb 23, 2020 at 9:23 PM John k

Re: Device Tree Blob for Beaglebone Black?

2020-02-23 Thread Alan Cudmore
Hi Christian, Thanks for the quick response. I followed the instructions in the docs.rtems.org manual and generated the dtb from the FreeBSD commit that Vijay suggested. It still resulted in an exception in the same function. Do you know if a specific commit of rtems-libbsd is required to work wit

[PATCH] Hello World

2020-02-23 Thread John Kongtcheu
--- testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 34ded37c55..13aa377d95 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -22,7 +22,7 @

Re: [PATCH] Hello World

2020-02-23 Thread Gedare Bloom
Hi John, Thank you. If you're planning to apply for GSoC as a student, please also send me by email your screenshot, CC to j...@rtems.org and chr...@rtems.org Begin to look through the Open Projects for what kinds of projects might interest you, and ask questions here about whether/which projects

ARM Hard Float Support

2020-02-23 Thread Joel Sherrill
Hi What's the state of the world on ARM hard float support? I was asked by someone about these options: -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -march=armv7-a+simd When I test build a simple main(), I end up with a library mismatch which usually means we are missing a proper multilib va

[PATCH v1] Hello world task done

2020-02-23 Thread Anmol Mishra
testsuites/samples/hello/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuites/samples/hello/init.c b/testsuites/samples/hello/init.c index 34ded37c55..882b9d3838 100644 --- a/testsuites/samples/hello/init.c +++ b/testsuites/samples/hello/init.c @@ -22,7 +22,7 @@ st

Re: [PATCH v1] Hello world task done

2020-02-23 Thread Gedare Bloom
Hi Anmol, Thanks. You can send me your screenshot proof, with j...@rtems.org and chr...@rtems.org in CC. Please review the list of open projects to identify which one(s) interest you, and discuss on this mailing list to find out if anyone is willing to mentor it this year, or has any advice on ap

Re: Device Tree Blob for Beaglebone Black?

2020-02-23 Thread Vijay Kumar Banerjee
On Sun, Feb 23, 2020 at 11:46 PM Alan Cudmore wrote: > Hi Christian, > Thanks for the quick response. I followed the instructions in the > docs.rtems.org manual and generated the dtb from the FreeBSD commit > that Vijay suggested. It still resulted in an exception in the same > function. > > Do y

Re: Device Tree Blob for Beaglebone Black?

2020-02-23 Thread Chris Johns
> On 24 Feb 2020, at 5:32 am, Christian Mauderer wrote: > > On 23/02/2020 17:07, Alan Cudmore wrote: >> I have been trying to bring up RTEMS with rtems-libbsd on the >> beaglebone black (latest master). >> >> I can run the regular RTEMS samples on the board, and a couple of the >> rtems-libbs

Re: ARM Hard Float Support

2020-02-23 Thread Sebastian Huber
Hello Joel, On 24/02/2020 02:55, Joel Sherrill wrote: Hi What's the state of the world on ARM hard float support? I was asked by someone about these options: -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -march=armv7-a+simd When I test build a simple main(), I end up with a library mismatc

Re: Testing BSP package using beaglebone black

2020-02-23 Thread Niteesh G. S.
Hii, Can you just check if you have the ARM toolchain installed? The guide that you mentioned is for RTEMS 4.11 and maybe things changed with RTEMS 5. If you don't have it installed you can do in a similar way as you did for sparc $ ../source-builder/sb-set-builder --source-only-download 5/rtems-

Re: rtems-boot-image tool: Raspberry Pi

2020-02-23 Thread G. S. Niteesh
Hii, This is a follow-up message since this thread has been unnoticed for a while. Thank you, Niteesh On Fri, Feb 21, 2020 at 8:15 PM G. S. Niteesh wrote: > Hi, > > This is regarding adding RPi support to the boot image generation tool. > > The boot process for Raspberry Pi is very unconventio

Re: SPDX License Identifier Only and Full Copy?

2020-02-23 Thread Sebastian Huber
Hello, I updated the File Template section: https://docs.rtems.org/branches/master/eng/coding-file-hdr.html Please have a look at it and check if it is all right for you. -- Sebastian Huber, embedded brains GmbH Address : Dornierstr. 4, D-82178 Puchheim, Germany Phone : +49 89 189 47 41-16