Skip to content

Commit 105181b

Browse files
author
guoping.liu
committed
fixed the compile script error
1 parent d527c2c commit 105181b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

make_armbian_for_hubv3.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ if [[ -n "$IMG_FILE" ]]; then
122122
echo "UBOOT: ${UBOOT}"
123123
echo "Image: ${IMAGE}"
124124

125+
mkdir -p $current_dir/tools/Armbian_Convert/output
126+
125127
$current_dir/tools/Armbian_Convert/convert.sh ${IMAGE} ${board} armbian no ${UBOOT}
126128

127129
IMGBURN=$(find ${current_dir}/tools -maxdepth 8 -type f -name "*.burn.img")

0 commit comments

Comments
 (0)