Hi,
I just got a Smart Vision Developpement Kit featuring Picozed board with 7015 Zynq and I am struggling with a problem when trying to test my first design.
For now I just want to run a few GPIOs, open and send info via a COM link (UART).
By default the board is booting from an application stored on QSPI which transmits via GigE image from the camera (Sensor 2 image reference design).
When I try to program the FPGA HW from the vivado HW manager I have no change on my output (EMIO state), even though the programation is said succesfull into Vivado. There is no change.
So what I did is try to use only the SDK and there same thing I tried program FPGA and run application and it did not work.
I tried to run only the SW application and my application is not launched most of the time (I turn on a led on the board). Sometime I get error message like impossible to run ps7_init, sometime process keep running, sometime no error just no output.
What is weird is that from time to time I am successfull launching the SW application (led turn on and off), I was not able to understand why it worked at those time and not before.
Once SW app has been sucessfully launched once, I can program the PL part (this time I get EMIO pins which go low after download) and run SW again which in addition to light a led on the board also turns on and off 2 EMIOS output pins at same time. At this stage if I don't switch off my board I can change SW or HW programmation and it works good (though COM link is still not working for some other reasons probably). I was able to implement at that time a I2C control of a external device and it was working fine.
Problem appears again when I finaly switch off my board. I spend a few hours trying to program my board again and to understand why it works only from time to time several times already.
For now what I understand is that:
-The QSPI app once launched on the board (and working) prevent most of the time any launch of the SW).
-In order to be able to program my HW I must have launched my SW app once.
I must precise that I had a Microzed board for a few days before and I never had this kind of trouble with it. COM link as well was working fine.
Thanks for your help.
Ben