Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread Christian Mauderer
Hello Niteesh, thanks for your work. I tested the patches. I agree that it works on Pi 1 and 2. Id doesn't work for me on Pi 3 (Model B V1.2) or 4. But with Alans test reports there is positive feedback for some additional Pis. It's no regression for 1 and 2 so I pushed it. Best regards

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread G. S. Niteesh
Can someone please push these patches? Thanks, Niteesh On Sun, Feb 16, 2020 at 11:05 PM Alan Cudmore wrote: > Awesome! The Pi Zero W is a bonus too! I think we can run RTEMS on all > models except the Pi 4 now. > > On Sun, Feb 16, 2020 at 12:30 PM G. S. Niteesh wrote: > > > > Hii Alan, > > >

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread Alan Cudmore
Awesome! The Pi Zero W is a bonus too! I think we can run RTEMS on all models except the Pi 4 now. On Sun, Feb 16, 2020 at 12:30 PM G. S. Niteesh wrote: > > Hii Alan, > > I tested it on my Raspberry Pi 3 model b v1.2 and it works. > U-Boot is not required anymore :) > > Thanks, > Niteesh. > > On

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread G. S. Niteesh
Hii Alan, I tested it on my Raspberry Pi 3 model b v1.2 and it works. U-Boot is not required anymore :) Thanks, Niteesh. On Sun, Feb 16, 2020 at 10:51 PM Alan Cudmore wrote: > I'm definitely using the kernel_address, but letting the firmware > decide what image to boot. For me kernel.img is

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread Alan Cudmore
I'm definitely using the kernel_address, but letting the firmware decide what image to boot. For me kernel.img is the single core ARM images. kernel7.img is used for the raspberry pi 2 and 3. With these names, I can have both images on the same SD card to test in all of my Pis. my config.txt:

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread Christian Mauderer
On 16/02/2020 17:31, G. S. Niteesh wrote: > Can you please share your config.txt for Pi3. +1 It's interesting that it seems to work without an adapted config.txt. It should be at least necessary to define the start address. > > Thanks, > Niteesh > > On Sun, Feb 16, 2020 at 9:58 PM Alan

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread G. S. Niteesh
Can you please share your config.txt for Pi3. Thanks, Niteesh On Sun, Feb 16, 2020 at 9:58 PM Alan Cudmore wrote: > I tried running my raspberrypi BSP image that worked on the Pi Zero > and W, but it did not work on the Pi 3. > > I built the raspberrypi2 BSP, used objcopy to copy the binary to

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread Alan Cudmore
I tried running my raspberrypi BSP image that worked on the Pi Zero and W, but it did not work on the Pi 3. I built the raspberrypi2 BSP, used objcopy to copy the binary to my sd card as kernel7.img, and it works on my Pi 3 and Pi3 A+ ( without ethernet) . Note that my config.txt file does not

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread G. S. Niteesh
On Sun, Feb 16, 2020 at 8:37 PM Alan Cudmore wrote: > Hi Niteesh, > I can try this patch on my Pi 3. Which BSP should I use? Is there any > special setup or BSP configuration needed? > Thanks, > Alan > Hi Alan, First of all, thank you for taking this initiative. I have tried using the default

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-16 Thread Alan Cudmore
Hi Niteesh, I can try this patch on my Pi 3. Which BSP should I use? Is there any special setup or BSP configuration needed? Thanks, Alan On Sun, Feb 16, 2020 at 2:35 AM G. S. Niteesh wrote: > > Hii, > This is a reminder message since this patch has been unnoticed for a while. > I have tested it

Re: [PATCH v3 2/2] bsp/raspberrypi: Mini UART driver

2020-02-15 Thread G. S. Niteesh
Hii, This is a reminder message since this patch has been unnoticed for a while. I have tested it on Raspberry Pi 3 and it works fine. There is also another patch https://lists.rtems.org/pipermail/devel/2020-February/057194.html, please do have a look at these. Thank you. Niteesh On Mon, Feb 10,