Re: RTEMS on Zynq

2019-08-30 Thread John Hou
Matt, I did not use the Zed but the ZC706. However, I assume the process should be similar.Did you build the u-boot for the Zed board?After I build the hello.exe. I copy the hello.exe to the SD card. Also you should have the BOOT.BIN in the SD card. Then at the u-boot prompt. I use the followin

Re: RTEMS on Zynq

2019-08-30 Thread Mathew Benson
Pre 5. Head of the master branch as of yesterday. There was a minor problem in a python script in the builder, but aside from that, everything builds just fine and runs in qemu. I’m sifting through Xilinx and RTEMS documentation to figure out how to boot from an SD card. Sent from my iPad >

Re: RTEMS on Zynq

2019-08-30 Thread Weiguang Hou
Hi Matt, What is RTEMS version you are using? Thanks, John Sent from my iPhone > On Aug 30, 2019, at 4:16 PM, Mathew Benson wrote: > > Could somebody point me to documentation or exchange emails with me to help > me through running RTEMS on a Zedboard? I got it running in qemu (zynq) no >

Re: CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER macro issue

2019-08-30 Thread Joel Sherrill
On Fri, Aug 30, 2019, 11:35 AM Michel Macena wrote: > Thanks for the answer, but the ticker sample program > has this macro in his system.h header. I can compile a program > with this macro but when I load it, the board just ignores it an then > reset. If I change the > macro for the opposite on

RTEMS on Zynq

2019-08-30 Thread Mathew Benson
Could somebody point me to documentation or exchange emails with me to help me through running RTEMS on a Zedboard? I got it running in qemu (zynq) no problem. I should have everything built. I'm just struggling my way through u-boot now. -- *Mathew Benson* CEO | Chief Engineer Windhover Labs,

Re: CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER macro issue

2019-08-30 Thread Michel Macena
Thanks for the answer, but the ticker sample program has this macro in his system.h header. I can compile a program with this macro but when I load it, the board just ignores it an then reset. If I change the macro for the opposite one ("does not need the clock driver") the program just works, exc