Re: Error while building the rtems-libbsd

2020-01-04 Thread Utkarsh Rai
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 host system). 2. The rtems and RSB versions are https://github.com/RTEMS/rtems

[PATCH v2] bsp/raspberrypi: Updated the console API.

2020-01-04 Thread G S Niteesh
Replaces the legacy termios API with new termios API (#3034) Replaces the custom PL011 serial driver with RTEMS arm-pl011. Update #3034 --- bsps/arm/raspberrypi/console/console-config.c | 143 +++ bsps/arm/raspberrypi/console/console_select.c | 114 bsps/arm/raspberrypi/co

Re: [PATCH] bsp/raspberrypi: Updated the console API.

2020-01-04 Thread Christian Mauderer
On 03/01/2020 16:54, Vijay Kumar Banerjee wrote: > > > On Fri, Jan 3, 2020, 8:53 PM Niteesh > wrote: > > On Fri, Jan 3, 2020 at 7:32 PM Vijay Kumar Banerjee > mailto:vijaykumar9...@gmail.com>> wrote: > > Hi Niteesh, > A few formatting suggestio

Re: [PATCH] Updated docs to use the standalone SIS simulator, instead of GDB inbuilt SIS for the erc32 BSP.

2020-01-04 Thread Christian Mauderer
Gedare acknowledged it so I'll push it together with the other RTEMS patches in a few days. On 04/01/2020 08:18, Niteesh wrote: > Just a reminder, it's almost been a week since I sent the patch. I also > sent it a month ago, but it slipped from everyone's eyes. > > On Thu, Jan 2, 2020 at 9:45 PM

Re: Raspberrypi3: AUX Uart driver

2020-01-04 Thread Christian Mauderer
On 04/01/2020 09:32, Niteesh wrote: > We could now run RTEMS on Rpi3. I tried examples from the samples > section and they run > fine. But still, a lot of functionality has to tested since it uses the > RPI2 BSP. To test these examples > I used a simple driver for the AUX. > The documentation from

Re: What do you want to study in GSOC 2020?

2020-01-04 Thread Christian Mauderer
On 04/01/2020 06:08, Niteesh wrote: > I problem was in uart_probe, and console_select. I totally forgot about > console_select > changing back to pl011. The application starts without any > issues https://ibb.co/PZY5BWr > but *rtems_shell_wait_for_input *return unsuccessful, maybe it fails > becaus

Re: What do you want to study in GSOC 2020?

2020-01-04 Thread Christian Mauderer
On 04/01/2020 04:13, Niteesh wrote: > On Sat, Jan 4, 2020 at 1:29 AM Christian Mauderer > wrote: > > On 03/01/2020 18:37, Niteesh wrote: > > On Fri, Jan 3, 2020 at 7:30 PM Christian Mauderer > mailto:l...@c-mauderer.de> > >

Raspberrypi3: AUX Uart driver

2020-01-04 Thread Niteesh
We could now run RTEMS on Rpi3. I tried examples from the samples section and they run fine. But still, a lot of functionality has to tested since it uses the RPI2 BSP. To test these examples I used a simple driver for the AUX. The documentation from BCM link