Skip to content

Commit 64f8c0f

Browse files
committed
build.sh: Deploy DTB files into staging folder for Agilex3
Signed-off-by: drosdi <danish.ahmad.rosdi@altera.com>
1 parent 78a54ee commit 64f8c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ package() {
297297
cp -vrL kernel.* $STAGING_FOLDER/ || echo "[INFO] No .itb file found."
298298
fi
299299

300-
if [[ "$MACHINE" == *"agilex5_"* || "$MACHINE" == *"agilex7_"* || "$MACHINE" == *"stratix10"* ]]; then
300+
if [[ "$MACHINE" == *"agilex5_"* || "$MACHINE" == *"agilex7_"* || "$MACHINE" == *"stratix10"* || "$MACHINE" == "agilex3" ]]; then
301301
cp -vrL devicetree/* $STAGING_FOLDER/ || echo "[INFO] No dtb found."
302302
elif [[ "$MACHINE" == "arria10" && "$IMAGE" == "nand" ]]; then
303303
cp -vrL socfpga_arria10_socdk_nand.dtb $STAGING_FOLDER/ || echo "[INFO] No dtb found."

0 commit comments

Comments
 (0)