On Mon, Aug 19, 2019 at 9:45 AM Andy James wrote:
>
> I’m attempting to add a custom driver to RTEMS for a simple GPIO peripheral,
> for a Zynq BSP. I have added my gpio.c file to Makefile.am and the include
> files
>
> To headers.am, and also ran ./bootstrap –H ; however when I run ‘make all’
Double-check the MIO pin configuration register settings for the
particular pins your board uses. The pin mux register definitions are
in the back of the zynq-7000 TRM in the section on the SCLR.
On Mon, Aug 19, 2019 at 3:18 AM Andy James wrote:
>
> I’m attempting to run the RTEMS “hello” sample
I'm attempting to add a custom driver to RTEMS for a simple GPIO peripheral,
for a Zynq BSP. I have added my gpio.c file to Makefile.am and the include
files
To headers.am, and also ran ./bootstrap -H ; however when I run 'make all'
these files do not get compiled, and there are no error messa
I'm attempting to run the RTEMS "hello" sample application on a custom Zynq
board with 7030 device. I built and ran the sample application on a Zybo Z7-10
without any issues.
My custom board uses UART0 and a 100MHz UART clock with 666MHz CPU clk , and I
have changed the BSP to suit these val