matrixofdynamism
Advanced Member level 2

If one wants to store a few MB of image and text in a non-volatile external memory and access it from FPGA, I think that Flash is a good option. I have the following questions:
How would all images and data be transferred to the flash in the first place?
Is it important to have a file structure in the flash? if not then how is the start and end of image and text message recognized especially since images are 2D it is important to know which byte in memory is which row/column R/G/B value?
How would the start/end location of the image and text messages be written into VHDL/Verilog design?
If there is an example of this I would be very interested to study it.
How would all images and data be transferred to the flash in the first place?
Is it important to have a file structure in the flash? if not then how is the start and end of image and text message recognized especially since images are 2D it is important to know which byte in memory is which row/column R/G/B value?
How would the start/end location of the image and text messages be written into VHDL/Verilog design?
If there is an example of this I would be very interested to study it.