I am working on Zedboard where it is required for me to store FPGA configuration file(.mcs file) onto Flash.
Zedboard works fine in the JTAG mode. But however FPGA_done LED does not glow if I choose flash method of loading the file.
I am using the following command for converting .bit to .mcs file conversion in Vivado 2014.4:
write_cfgmem -format mcs -interface spix1 -size 32 -loadbit "up 0x0 c:/main.bit" -file main.mcs
I also have set JP7 to JP11 jumpers to 00010 for Flash mode.
I find that flash memory gets erased, programmed and verified properly as displayed in Vivado tool.
Am I missing anything. Please help.