Is it possible to write a file to Flash memory in Zedboard without Linux?
Suppose the file has some hex values, can we directly write it to flash memory using any software? Can it be done with vivado 2014.1?
After writing the data to Flash memory is it possible to read this data from PL through vhdl file?
Or should it be read from PS first(using SPI code in C)?