Forum Discussion
syam
Occasional Contributor
4 years agoCYCLONE V HPS Boot - SDRAM Size Check Failed
Hi
I have an CYCLONE V FPGA design that was compiled using Quartus 20.1.1. The RBF is working since we had tested this independently using old Quartus 18.1 boot flow. Now we are trying to boot wit...
IntelSupport
Contributor
4 years agoHello syam,
Have you tried the following build flow?
A tag for uboot-socfpga is different as below.
# git checkout -b test-bootloader -t origin/socfpga_v2021.10
The tag of the sites you pointed out is below.
git checkout -b test -t origin/socfpga_v2020.04
Thanks