Re: Xilinx Zynq console rx not working

2021-08-18 Thread Gedare Bloom
On Mon, Aug 16, 2021 at 11:13 PM Chris Johns wrote: > > On 17/8/21 8:59 am, Chris Johns wrote: > > On 16/8/21 11:03 pm, Kinsey Moore wrote: > >> On 8/16/2021 04:45, Chris Johns wrote: > >>> On 16/8/21 6:38 pm, Chris Johns wrote: > I have taken a closer look at the driver. I am receiving RX

Re: Xilinx Zynq console rx not working

2021-08-18 Thread Gedare Bloom
On Mon, Aug 16, 2021 at 4:59 PM Chris Johns wrote: > > On 16/8/21 11:03 pm, Kinsey Moore wrote: > > On 8/16/2021 04:45, Chris Johns wrote: > >> On 16/8/21 6:38 pm, Chris Johns wrote: > >>> I have taken a closer look at the driver. I am receiving RX interrupts > >>> and the > >>> characters are

Re: Xilinx Zynq console rx not working

2021-08-16 Thread Chris Johns
On 17/8/21 8:59 am, Chris Johns wrote: > On 16/8/21 11:03 pm, Kinsey Moore wrote: >> On 8/16/2021 04:45, Chris Johns wrote: >>> On 16/8/21 6:38 pm, Chris Johns wrote: I have taken a closer look at the driver. I am receiving RX interrupts and the characters are being queued however

Re: Xilinx Zynq console rx not working

2021-08-16 Thread Chris Johns
On 16/8/21 11:03 pm, Kinsey Moore wrote: > On 8/16/2021 04:45, Chris Johns wrote: >> On 16/8/21 6:38 pm, Chris Johns wrote: >>> I have taken a closer look at the driver. I am receiving RX interrupts and >>> the >>> characters are being queued however the receive FIFO trigger interrupt is >>>

Re: Xilinx Zynq console rx not working

2021-08-16 Thread mbenson
Ah. Yes. I did not test input. Thanks for the heads up. Sent from my iPhone > On Aug 16, 2021, at 09:04, Kinsey Moore wrote: > > On 8/16/2021 08:40, mben...@windhoverlabs.com wrote: >> I just built and ran the zc702 build on Qemu yesterday with no problems. I >> ran the hello.exe sample.

Re: Xilinx Zynq console rx not working

2021-08-16 Thread Kinsey Moore
On 8/16/2021 08:40, mben...@windhoverlabs.com wrote: I just built and ran the zc702 build on Qemu yesterday with no problems. I ran the hello.exe sample. But, I launched it using Vitis 2020.2 so maybe it was a qemu difference? Master branch. RTEMS 6. Sent from my iPhone Output seems to

Re: Xilinx Zynq console rx not working

2021-08-16 Thread mbenson
I just built and ran the zc702 build on Qemu yesterday with no problems. I ran the hello.exe sample. But, I launched it using Vitis 2020.2 so maybe it was a qemu difference? Master branch. RTEMS 6. Sent from my iPhone > On Aug 16, 2021, at 08:03, Kinsey Moore wrote: > > On 8/16/2021

Re: Xilinx Zynq console rx not working

2021-08-16 Thread Kinsey Moore
On 8/16/2021 04:45, Chris Johns wrote: On 16/8/21 6:38 pm, Chris Johns wrote: I have taken a closer look at the driver. I am receiving RX interrupts and the characters are being queued however the receive FIFO trigger interrupt is only raised when the FIFO reaches the set threshold of half the

Re: Xilinx Zynq console rx not working

2021-08-16 Thread Chris Johns
On 16/8/21 6:38 pm, Chris Johns wrote: > On 14/8/21 12:40 am, Kinsey Moore wrote: >> On 8/13/2021 03:05, Chris Johns wrote: >>> Hi, >>> >>> I am bring up a major app on RTEMS 6 and LibBSD on custom Zynq hardware and >>> I am >>> not getting any receive interrupts from the console UART. The same

Re: Xilinx Zynq console rx not working

2021-08-16 Thread Chris Johns
On 14/8/21 12:40 am, Kinsey Moore wrote: > On 8/13/2021 03:05, Chris Johns wrote: >> Hi, >> >> I am bring up a major app on RTEMS 6 and LibBSD on custom Zynq hardware and >> I am >> not getting any receive interrupts from the console UART. The same hardware >> works with RTEMS 4.11 and RTEMS 5.

Re: Xilinx Zynq console rx not working

2021-08-13 Thread Kinsey Moore
On 8/13/2021 03:05, Chris Johns wrote: Hi, I am bring up a major app on RTEMS 6 and LibBSD on custom Zynq hardware and I am not getting any receive interrupts from the console UART. The same hardware works with RTEMS 4.11 and RTEMS 5. I also do not see any console input with qemu and I thought

Xilinx Zynq console rx not working

2021-08-13 Thread Chris Johns
Hi, I am bring up a major app on RTEMS 6 and LibBSD on custom Zynq hardware and I am not getting any receive interrupts from the console UART. The same hardware works with RTEMS 4.11 and RTEMS 5. I also do not see any console input with qemu and I thought this was something in qemu but I am now