Forum Discussion
AFies
New Contributor
6 years agoWriting the CFI flash of the Arria 10GX Dev Kit via JTAG.
2 Convert bts_config.sof to bts_config.flash intended for updating user hardware1 portion at 0x02D00000.
sof2flash --input=bts_config.sof --output=bts_config.flash --offset=0x02D00000 --pfl --option...
YuanLi_S_Intel
Regular Contributor
6 years agoHi Andreas,
First of all, you need to generate the appropriate bitstream in order to write into flash. You need select RPD bitstream and write it in little endian.
2ndly, you need the usage of IP which is Serial flash to write it into flash using JTAG. You may refer to the user guide for the usage of this IP.
https://www.intel.com/content/dam/www/programmable/us/en/pdfs/literature/ug/ug-gen-sfi.pdf
ThankYOu