Hi
I need help in programming MicroZed board for standalone. I have designed IPs in Vivado Design Suite and now I need to test it on MicroZed board. I don't have a Jtag cable. Therefore, I decided to program the SD card. Also, I am using breakout carrier card.
I created a block design using two of my IPs, created a constraint file (for taking output from a pin in CON1 port of carrier card), generated bitstream, exported the hardware(bitstream included) and launched SDK. Then within the SDK, I created a BSP with fat file system library. After this I created a FSBL application and added "ddr" to its available memory region in lscript.id. Then I created boot image for the FSBL application. [This procedure was explained in Adam Taylor's blog]
I copied the BOOT.bin file to SD card and inserted the SD card into the MicroZed board. I used breakout carrier card for powering the MicroZed board. As I powered it after inserting SD card, the blue LED glowed. But i couldn't get any output from the CON1 in carrier card. Can anyone explain what I am missing.
PS: I have already tested the IPs on Zedboard and got correct results.
Thanx in advance!
Priya