Re: [PATCH] user: Add a link for the setup of frdme310arty BSP

2020-01-01 Thread Sebastian Huber
On 31/12/2019 10:55, Pragnesh Patel wrote: -Original Message- From: Pragnesh Patel Sent: 29 November 2019 19:14 To:sebastian.hu...@embedded-brains.de Cc:devel@rtems.org; Pragnesh Patel Subject: [PATCH] user: Add a link for the setup of frdme310arty BSP Signed-off-by: Pragnesh Patel --- u

Re: Error while building the rtems-libbsd

2020-01-01 Thread Sebastian Huber
On 01/01/2020 16:14, Utkarsh Rai wrote: I have been successful in building the rtems-libbsd using 'python3 ./waf'. Although, I had to do some weird changes to some of the files in the libbsd package. (These changes were done as there were several build errors even after the 'python ./waf' comma

Re: Pi2 and Pi3 on qemu

2020-01-01 Thread Christian Mauderer
On 30/12/2019 17:14, Joel Sherrill wrote: > Hi > > It has been great watching the traffic over the holidays on the Pi. > Thanks guys. > > I recently checked the board models supported by the qemu built by the > qemu4 rsb package. It has Pi2 and Pi3.  > > 1. The Pi3 may help when debugging. > >

Re: Error while building the rtems-libbsd

2020-01-01 Thread Utkarsh Rai
I have been successful in building the rtems-libbsd using 'python3 ./waf'. Although, I had to do some weird changes to some of the files in the libbsd package. (These changes were done as there were several build errors even after the 'python ./waf' command ) 1. In the ../freebsd/sys/netinet/in_m

[PATCH v5] Raspberrypi: updated the console interface.

2020-01-01 Thread G S Niteesh
Replaced the older console api with newer FDT based console driver. Replaces the custom pl011 driver with RTEMS arm-pl011 driver. --- bsps/arm/raspberrypi/console/console-config.c | 161 + bsps/arm/raspberrypi/console/console_select.c | 114 bsps/arm/raspberrypi/consol

Re: [PATCH v4] Raspberrypi: updated the console interface.

2020-01-01 Thread Christian Mauderer
On 01/01/2020 07:38, Niteesh wrote: > How to turn off optimizations, while debugging some of the variables get > optimized out. First: Great that it works now. Regarding optimization: Do a export CFLAGS_OPTIMIZE_V="-O0 -g" before configure and make. Alternatively change it in bsps/arm/raspb