I am going through the 'A Hands-On Guide to Effective Embedded System Design' tutorial trying to learning how to use the Zynq processors. As I was going through chapter 2 (helloworld), I got an error saying the FPGA was not configured. I found another helloworld tutorial that included generating the bit stream and then programming the FPGA and then helloworld worked. My question is why did I need to do this. From my understanding you should be able to configure the ARM processor without a bit stream and run the helloworld application. What am I not understanding correctly?
Thanks.