Re: [PATCH v1] Add steps to test Newlib patch.

2019-08-16 Thread Gedare Bloom
Then this should be sent with -v2. On Thu, Aug 15, 2019 at 1:33 PM Vaibhav Gupta wrote: > > > > On Thu, Aug 15, 2019 at 8:51 PM Gedare Bloom wrote: >> >> Is this a duplicate of the other "patch v1 Add steps to test Newlib patch." >> or this one replaces it? > > This one replaces it. Actually I

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-16 Thread Gedare Bloom
Vaibhav, Please add a subsection near the top that consolidates links to all the code you wrote during the summer. It is great to have them in context, but it should also be easy (~10 seconds) to find what code you wrote. On Thu, Aug 15, 2019 at 1:27 PM Vaibhav Gupta wrote: > > Hello, > I have

Re: [PATCH v1] Add steps to test Newlib patch.

2019-08-16 Thread Gedare Bloom
Vaibhav, The use of the -vX is to differentiate patches that are sent to review on the mailing list. If this is not clear in our contributing guidelines, we probably need to improve the description... On Fri, Aug 16, 2019 at 8:32 AM Vaibhav Gupta wrote: > > Sure, > Actually made this patch on

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Gedare Bloom
On Fri, Aug 16, 2019 at 6:04 AM Christian Mauderer wrote: > > Hello Nils, > > you are right that system freezes are not a wanted behaviour. But > hot-plugging a disk isn't that common in embedded systems (except maybe > for USB drives). It's a case that isn't tested that often. So most > likely

[PATCH] Add JSON log generation

2019-08-16 Thread Kinsey Moore
This adds JSON log generation to the test infrastructure for consumption by automated processes or report generators. --- tester/rt/test.py | 66 +++ 1 file changed, 66 insertions(+) diff --git a/tester/rt/test.py b/tester/rt/test.py index

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Christian Mauderer
Hello Nils, you are right that system freezes are not a wanted behaviour. But hot-plugging a disk isn't that common in embedded systems (except maybe for USB drives). It's a case that isn't tested that often. So most likely no one noticed that bug. I wouldn't see it critical as long as I don't

Re: [PATCH v1] Add steps to test Newlib patch.

2019-08-16 Thread Vaibhav Gupta
On Fri, Aug 16, 2019 at 8:16 PM Gedare Bloom wrote: > Vaibhav, > > The use of the -vX is to differentiate patches that are sent to review > on the mailing list. Yeah, actually I assumed that working on different branch may allow us to send patches like this. > If this is not clear in our

Re: [PATCH v1] Add steps to test Newlib patch.

2019-08-16 Thread Vaibhav Gupta
Sure, Actually made this patch on different branch so used -v1. Sending a new one with -v2. -Vaibhav On Fri, Aug 16, 2019, 7:58 PM Gedare Bloom wrote: > Then this should be sent with -v2. > > On Thu, Aug 15, 2019 at 1:33 PM Vaibhav Gupta > wrote: > > > > > > > > On Thu, Aug 15, 2019 at 8:51

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-16 Thread Vaibhav Gupta
Thanks, working on it. -Vaibhav On Fri, Aug 16, 2019 at 7:57 PM Gedare Bloom wrote: > Vaibhav, > > Please add a subsection near the top that consolidates links to all > the code you wrote during the summer. It is great to have them in > context, but it should also be easy (~10 seconds) to find

Re: fenv on RISC-V

2019-08-16 Thread Gedare Bloom
On Thu, Aug 15, 2019 at 3:58 PM Joel Sherrill wrote: > > OK. I am going to through an issue out and then paste another email > from Jim Wilson. Let's see if we can figure this one out portably. > > (1) Every architecture now will have an implementation of fenv. It may > be a stub, non-functional

[PATCH v2] Add steps to test Newlib patch.

2019-08-16 Thread Vaibhav Gupta
Update the checksum to be used for the Newlib patches. Earlier it was msd5, but it is depreciated for security reasons. Now RSB accepts sha512. --- user/rsb/project-sets.rst | 41 +-- 1 file changed, 35 insertions(+), 6 deletions(-) diff --git

Re: [PATCH v1] Add steps to test Newlib patch.

2019-08-16 Thread Joel Sherrill
Ignoring the v1 vs v2, Jeff Johnson sent me a script to bootstrap newlib from the top. I updated it for the addition of fenv. And you need specifically automake 1.11.6 and autoconf 2.68 per him. --joel On Fri, Aug 16, 2019 at 10:03 AM Vaibhav Gupta wrote: > > > > On Fri, Aug 16, 2019 at 8:16

Re: fenv on RISC-V

2019-08-16 Thread Joel Sherrill
On Fri, Aug 16, 2019 at 9:44 AM Gedare Bloom wrote: > > On Thu, Aug 15, 2019 at 3:58 PM Joel Sherrill wrote: > > > > OK. I am going to through an issue out and then paste another email > > from Jim Wilson. Let's see if we can figure this one out portably. > > > > (1) Every architecture now will

Re: RTEMS Muilti-I/O lib is missing

2019-08-16 Thread Joel Sherrill
On Thu, Aug 15, 2019 at 10:39 AM Gedare Bloom wrote: > > On Thu, Aug 15, 2019 at 9:33 AM Joel Sherrill wrote: > > > > > > > > On Thu, Aug 15, 2019, 10:25 AM Wendell Silva wrote: > >> > >> Although git://git.rtems.org/multiio.git is clonable, this repository is > >> not listed as an official

[PATCH] bsps/arm/shared: Add GICv3 implementation

2019-08-16 Thread Kinsey Moore
This adds support for the GICv3 interrupt controller along with the redistributor to control SGIs and PPIs which wasn't present in GICv2 implementations. GICv3 implementations only optionally support memory-mapped GICC interface interaction and require system register access be implemented, so the

Re: RTEMS Muilti-I/O lib is missing

2019-08-16 Thread Wendell Silva
Well, I'm a non-OAR user with at least one customer 100% satisfied with multi-io lib. Suppose I'm going to championize it, how do I do to get started? --Wendell Em sex, 16 de ago de 2019 16:26, Joel Sherrill escreveu: > On Thu, Aug 15, 2019 at 10:39 AM Gedare Bloom wrote: > > > > On Thu, Aug

Re: Checksum Error on Leon3 Qemu patches

2019-08-16 Thread Jiri Gaisler
On 8/15/19 12:09 AM, Joel Sherrill wrote: > On Wed, Aug 14, 2019 at 4:42 PM Chris Johns wrote: >> On 15/8/19 12:46 am, Joel Sherrill wrote: >>> Qemu isn't building due to a checksum error. >>> >>> These patches are at gaisler.org. I don't know where to move them but >>> eventually they should

Re: Beagle: FDT support in BSP as a GSoC project?

2019-08-16 Thread Christian Mauderer
On 15/08/2019 23:01, Joel Sherrill wrote: > All I meant by "not all drivers" and "small" is that we currently do > not include code that > the application doesn't have a need for. I don't want that to change. > If the application > doesn't use i2c or the frame buffer, then those drivers shouldn't'

Re: Checksum Error on Leon3 Qemu patches

2019-08-16 Thread Juan Rafael García Blanco
Hi, AFAIK, the last qemu major version includes support for leon3. But I dont't know if that work was based on these patches. Regards, Juan. On Fri, Aug 16, 2019, 11:00 PM Jiri Gaisler wrote: > > On 8/15/19 12:09 AM, Joel Sherrill wrote: > > On Wed, Aug 14, 2019 at 4:42 PM Chris Johns wrote:

Re: RTEMS Muilti-I/O lib is missing

2019-08-16 Thread Chris Johns
On 17/8/19 7:02 am, Joel Sherrill wrote: > FWIW the repo is git clone git://git.rtems.org/multiio.git > > More below > > On Fri, Aug 16, 2019 at 3:20 PM Wendell Silva wrote: >> >> Well, I'm a non-OAR user with at least one customer 100% satisfied with >> multi-io lib. >> >> Suppose I'm going

Re: GSoC 2019 : POSIX Compliance - Final Report

2019-08-16 Thread Vaibhav Gupta
Made the changes as suggested :) Please have a look at this now. If every thing is fine. I will publish it in my blog. -Vaibhav Gupta On Fri, Aug 16, 2019 at 7:57 PM Gedare Bloom wrote: > Vaibhav, > > Please add a subsection near the top that consolidates links to all > the code you wrote

Re: RTEMS Muilti-I/O lib is missing

2019-08-16 Thread Joel Sherrill
FWIW the repo is git clone git://git.rtems.org/multiio.git More below On Fri, Aug 16, 2019 at 3:20 PM Wendell Silva wrote: > > Well, I'm a non-OAR user with at least one customer 100% satisfied with > multi-io lib. > > Suppose I'm going to championize it, how do I do to get started? I'm glad

Re: [PATCH] Add JSON log generation

2019-08-16 Thread Chris Johns
On 17/8/19 12:49 am, Kinsey Moore wrote: > This adds JSON log generation to the test infrastructure for consumption > by automated processes or report generators. Awesome change!! Thanks. > --- > tester/rt/test.py | 66 > +++ > 1 file

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Christian Mauderer
Hello Nils, if the U-Boot doesn't start from eMMC any more it won't be easy. Theoretically it is possible to boot via serial. See for example http://linuxkernel51.blogspot.com/2015/08/booting-beagle-bone-black-over-uart.html With that you could load an U-Boot (via X-Modem) that could start a

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Christian Mauderer
PS: If neither the SD nor the eMMC has a bootable image your BBB falls back to serial and then USB boot anyway. So no need to change any boot pins. On 16/08/2019 11:38, Christian Mauderer wrote: > Hello Nils, > > if the U-Boot doesn't start from eMMC any more it won't be easy. > Theoretically it

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Nils Hölscher
Hi, Thanks for the info. I already ordered a replacement. Thanks, Nils On Fri, 16 Aug 2019 at 11:38, Christian Mauderer wrote: > Hello Nils, > > if the U-Boot doesn't start from eMMC any more it won't be easy. > Theoretically it is possible to boot via serial. See for example > > >

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Nils Hölscher
Hi, Short update. It seems the device only hangs while I am connected with the debugger. looks like a Heisenberg bug. Best, Nils On Fri, 16 Aug 2019 at 09:50, Nils Hölscher wrote: > > On Thu, 15 Aug 2019 at 19:51, Christian Mauderer > wrote: > >> Hello Nils, >> >> maybe another bug in our

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Christian Mauderer
Hello Nils, thanks for the file list. I can't reproduce your problem with it. On 16/08/2019 10:01, Nils Hölscher wrote: > Hi, > > Short update. > > It seems the device only hangs while I am connected with the debugger. Is that true for the original file system tree? You are debugging via

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Nils Hölscher
Hi, It seems the problem was hardware related. My SD-Card connector just died. I hope I can get a new BBB oin a timely manner. Best, Nils On Fri, 16 Aug 2019 at 10:48, Christian Mauderer wrote: > Hello Nils, > > thanks for the file list. I can't reproduce your problem with it. > > On

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Christian Mauderer
On 16/08/2019 10:55, Nils Hölscher wrote: > Hi, > > It seems the problem was hardware related. > My SD-Card connector just died. > I hope I can get a new BBB oin a timely manner. > > Best, > Nils Hello Nils, thanks for the information. That's annoying. Good luck finding a replacement. For a

Re: Mounting/Accessing SD-Card on BBB

2019-08-16 Thread Nils Hölscher
Hi Christin, Thanks for the hint. But how can I alter the U- Boot on eMMC? Problem is I have a Linux version with an U-Boot that disables emmc on the emmc... And I guess I cant flash emmc without SD. Best, Nils On Fri, 16 Aug 2019 at 11:03, Christian Mauderer wrote: > On 16/08/2019 10:55,