Forum Discussion
BJona
Occasional Contributor
7 years agoCan a Soc_FPGA reconfigure a distant FPGA via Ethernet?
Hi, I have a system with an ARRIA10 soc (considered as the master). It controls a distant Cyclone10 through a Gbit Ethernet link. My question is : Is it possible to reconfigure the Cyclone10 via ...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
It can be done if you send the image as a raw binary file. It might be something like this:
A10(soc)-------> AXI------->A10(FPGA_fabric,GbE)-------->PhyA10---->Cable----->
PhyMax10-----> EPCQ Flash -------> Cyclone10
I will consider there is a nios ii processor hold in MAX10 so it can read the incoming binary file and store it to configuration flash.
Thanks