sunyeong
New Contributor
2 years agoHow to program FPGA in Arria 10 HPS?
Hello, I'm reading the below rocketboards document about how to program an FPGA from HPS. GSRD131ProgrammingFPGA According to this document, rbf file is little differnt with Arria10. It seems ...
- 2 years ago
Hi sunyeong,
You can refer to this document on building the bootloader method using Arria10:
https://www.rocketboards.org/foswiki/Documentation/BuildingBootloaderCycloneVAndArria10
Arria 10 FPGA configuration is done in two steps:
Configuration of periphery(periph.rbf): this allows HPS DDRAM to be brought up, and must do be done in SPL
Configuration of fabric(core.rbf): it configures the actual FPGA core fabric, and can be done from SPL or U-Boot
Thanks.
Regards,
Aik Eu