Skip to content

Commit c9892c5

Browse files
Chris Friedtcfriedt
authored andcommitted
scripts: build-combined-firmware-bundle: use virtual uart
Enable the virtual uart by default in scripts/build-combined-fwbundle.sh as well. Signed-off-by: Chris Friedt <[email protected]>
1 parent 70f2550 commit c9892c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

scripts/build-combined-fwbundle.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,10 @@ for REV in $BOARD_REVS; do
6363
fi
6464

6565
echo "Building $BOARD"
66-
west build -d "${TEMP_DIR}${REV}" --sysbuild -p -b "$BOARD" app/smc >/dev/null 2>&1
66+
west build -d "${TEMP_DIR}${REV}" --sysbuild -p -b "$BOARD" app/smc \
67+
-DEXTRA_CONF_FILE=vuart.conf \
68+
-DDTC_OVERLAY_FILE=vuart.overlay \
69+
>/dev/null 2>&1
6770
done
6871

6972
echo "Creating fw_pack-$PRELEASE.fwbundle"

0 commit comments

Comments
 (0)