How to program FPGA in Arria 10 HPS?
Hello,
I'm reading the below rocketboards document about how to program an FPGA from HPS.
According to this document, rbf file is little differnt with Arria10.
It seems that Arria10 has two rbf files instead of having one rbf(soc_system.rbf) file.
(ghrd_10as066n2.periph.rbf , ghrd_10as066n2.core.rbf)
And it seems that BSP editor also doesn't exists in Quartus Prime Pro 24.1 version.
So, Can you give me proper document releated to Arria10 SoC?
I'm using QSPI boot mode and Arria10 SoC Development Kit now.
And I'm using Quartus Prime Pro 24.1 version.
Thanks.
Regards,
Jung.
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