Forum Discussion
DanF1
New Contributor
4 years agoRemote Update for Arria10
Hi there,
I'm using the Intel Remote Update IP on an Arria10 device with a EPCQL512F24IN memory device. I have successfully managed to trigger a reconfigure via user logic using the remote update ...
Jens
Occasional Contributor
4 years agoHi,
I'm also using the remote system upgrade controller in Arria 10 and a MT25QU256 serial flash device. I do convert the .sof to a binary file before flashing the Micron device. I use the commandline tools:
sof2flash --input="fpga_design.sof" --output="fpga_design.flash" --epcq
nios2-elf-objcopy -I srec -O binary "fpga_design.flash" fpga_design.bin
Flashing is done via Nios2 and the Serial Flash Controller II Core using Nios2 HAL drivers.
Jens