Is there a tutorial that explains how to create the hardware you need in the chip and then to create a new software load that is not helloworld?
What I would like to do is define our hardware definition for the Zynq and then start with a blank slate for the software and add only the pieces and .h files etc. that I need. So far all of the tutorials run helloworld.c and then attempt to reload that and add code. Knowing how to really build up the project would be useful.