Intel Agilex® 7 ハード・プロセッサー・システム (HPS) のリモート・システム・アップデート・ユーザーガイド

ID 683184
日付 6/09/2023
Public
ドキュメント目次

7.1.6. U-Boot スクリプトの構築

U-Boot は、uboot.txt スクリプトを使用して Linux の起動を処理します。このスクリプトは FIT イメージに変換され、フラッシュ・デバイスからアクセスできるようになります。

cd $TOP_FOLDER
rm -f uboot.txt uboot_script.its boot.scr.uimg
wget https://raw.githubusercontent.com/altera-opensource/meta-intel-fpga-refdes/honister/recipes-bsp/u-boot/files/uboot.txt
wget https://raw.githubusercontent.com/altera-opensource/meta-intel-fpga-refdes/honister/recipes-bsp/u-boot/files/uboot_script.its
mkimage -f uboot_script.its boot.scr.uimg

上記の手順を完了すると、 $TOP_FOLDER/boot.scr.uimg FITファイルが生成されます。