We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78a54ee commit 64f8c0fCopy full SHA for 64f8c0f
build.sh
@@ -297,7 +297,7 @@ package() {
297
cp -vrL kernel.* $STAGING_FOLDER/ || echo "[INFO] No .itb file found."
298
fi
299
300
- if [[ "$MACHINE" == *"agilex5_"* || "$MACHINE" == *"agilex7_"* || "$MACHINE" == *"stratix10"* ]]; then
+ if [[ "$MACHINE" == *"agilex5_"* || "$MACHINE" == *"agilex7_"* || "$MACHINE" == *"stratix10"* || "$MACHINE" == "agilex3" ]]; then
301
cp -vrL devicetree/* $STAGING_FOLDER/ || echo "[INFO] No dtb found."
302
elif [[ "$MACHINE" == "arria10" && "$IMAGE" == "nand" ]]; then
303
cp -vrL socfpga_arria10_socdk_nand.dtb $STAGING_FOLDER/ || echo "[INFO] No dtb found."
0 commit comments