mirror of
https://github.com/LuckfoxTECH/luckfox-pico.git
synced 2026-01-18 03:28:19 +01:00
project:build.sh:Fix the error displayed when running ./build.sh lunch.
Signed-off-by: luckfox-eng29 <eng29@luckfox.com>
This commit is contained in:
@@ -337,7 +337,7 @@ function choose_target_board() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# EMMC
|
# EMMC
|
||||||
if (("$HW_INDEX" >= 6 && "$HW_INDEX" <= 7)); then
|
if (("$HW_INDEX" >= range_emmc[0] && "$HW_INDEX" <= range_emmc[${#range_emmc[@]}-1])); then
|
||||||
BM_INDEX=$BM_INDEX+2 #EMMC
|
BM_INDEX=$BM_INDEX+2 #EMMC
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user