Altera_Forum
Honored Contributor
13 years agohow to download configure file in the flash by FPGA device itself
there is a problem of how to download configure file in the flash by fpga device itself。
there is my opinion as below: 1. I have already designed a SPI driver which can read and write the EPCS4 . 2. Use this driver the write the configure data in the EPCS4, 3. RePower-ON the FPGA device ,then to achieve update the new configure data by itself my question. 1. Is this way OK for update Code by itself? 2. but there is a problem of the configure file(.rbf or .hexout),which was declared OK for configure by third microprocessor. i have read out all the data in the EPCS4 from 000000 to the end ,and compare those data with .rbf file showing data,then i found there is not only the LSB load first different but also same addresss load different data,so i think the configure data was loaded in a complex way which i don't know. 3. how does third mircoprocessor to load the data in EPCS4? 4. what is the structure of those configure file