Re: Interested in BSP's (No idea where to start?)

2019-11-27 Thread Hesham Almatary
On Tue, 26 Nov 2019 at 21:43, Joel Sherrill wrote: > > > > On Tue, Nov 26, 2019 at 2:06 PM Niteesh wrote: >> >> Do both raspberry pi and raspberrypi2 use the same BSP? If not how to build >> for raspberry pi 2 > > > Yes both use the same BSP family with some configuration settings based on >

Re: Interested in BSP's (No idea where to start?)

2019-11-26 Thread Joel Sherrill
On Tue, Nov 26, 2019 at 2:06 PM Niteesh wrote: > Do both raspberry pi and raspberrypi2 use the same BSP? If not how to > build for raspberry pi 2 > Yes both use the same BSP family with some configuration settings based on the BSP name/variant. See the configure.ac --target=arm-rtems5

Re: Interested in BSP's (No idea where to start?)

2019-11-26 Thread Niteesh
Do both raspberry pi and raspberrypi2 use the same BSP? If not how to build for raspberry pi 2 I couldn't find any datasheet's for BCM2711(raspberrypi4), could only find for BCM2835 (raspberrypi1): https://www.raspberrypi.org/app/uploads/2012/02/BCM2835-ARM-Peripherals.pdf but I think we can maybe

Re: Interested in BSP's (No idea where to start?)

2019-11-26 Thread Joel Sherrill
On Tue, Nov 26, 2019 at 5:42 AM Niteesh wrote: > Hii, everyone > I am interested in contributing to RTEMS, specifically to the arm based > BSP's. I am a sophomore in electronics and communication engineering > interested in operating systems, and systems programming. I have written > small

Interested in BSP's (No idea where to start?)

2019-11-26 Thread Niteesh
Hii, everyone I am interested in contributing to RTEMS, specifically to the arm based BSP's. I am a sophomore in electronics and communication engineering interested in operating systems, and systems programming. I have written small drivers and libraries for Arduino, bare metal avr chips to