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

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

7.1.3. 建物 Arm* 信頼できるファームウェア

次のコマンドは、 Arm* Trusted Firmware (ATF) を選択してコンパイルします。
cd $TOP_FOLDER
rm -rf arm-trusted-firmware
git clone https://github.com/altera-opensource/arm-trusted-firmware
cd arm-trusted-firmware
# checkout the branch used for this document, comment out to use default
# git checkout -b test -t origin/socfpga_v2.6.0
make bl31 PLAT=agilex DEPRECATED=1 
cd ..

上記の手順を完了すると、 Arm* 信頼できるファームウェアのバイナリ ファイルが作成され、次の場所にあります。 arm-trusted-firmware/build/agilex/release/bl31.bin