AN 923: インテル® Stratix® 10 HPSペリフェラルのFPGAファブリックへの配線

ID 683838
日付 10/12/2020
Public

1.2.7. U-Bootの構築

cd ~/s10_spim_fpga
rm -rf u-boot-socfpga
git clone https://github.com/altera-opensource/u-boot-socfpga
cd u-boot-socfpga
git checkout -b test-bootloader -t origin/socfpga_v2020.04
make clean && make mrproper
make socfpga_stratix10_defconfig
make -j 24