Forum Discussion
How to program FPGA in Arria 10 HPS?
- 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
Hi sunyeong,
The fit_spl_fpga.its referring to Option 2 from the document need to be changed in order to re-generate the fit_spl_fpga.itb file.
I think there is a typo error from your side, you will configure the core.rbf only with the below:
imxtract ${loadaddr} fpga-core-1 ${coreaddr}
Thanks.
Regards,
Aik Eu
- sunyeong2 years ago
New Contributor
Hi, Aik Eu.
The fit_spl_fpga.its file is in u-boot code not document file.(https://github.com/altera-opensource/u-boot-socfpga/blob/socfpga_v2024.01/board/altera/arria10-socdk/fit_spl_fpga.its)
The command was not typo error.
In order to use fpga-core configuration name, I used this command.
I think any further conversation is meaningless.
Thank you for support.
Regards,
Jung.