We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21f3e63 commit 9f53318Copy full SHA for 9f53318
generate_rel.sh
@@ -53,7 +53,7 @@ fi
53
if [[ $1 == "nicla" ]] || [[ $1 == "all" ]]; then
54
echo
55
echo Generating binaries for NICLA VISION
56
-mbed compile -c -m NICLA_VISION -t GCC_ARM --profile=release --profile mbed-os/tools/profiles/extensions/lto.json -N mcuboot_nicla_vision
+mbed compile -c -m NICLA_VISION -t GCC_ARM --profile=release --profile mbed-os/tools/profiles/extensions/lto.json -DBOARD_RAM_SIZE=0 -N mcuboot_nicla_vision
57
mkdir -p release/NICLA_VISION
58
mv ./libbootutil.a ./release/NICLA_VISION
59
cp ./BUILD/NICLA_VISION/GCC_ARM-RELEASE/mcuboot_nicla_vision.bin ./release/NICLA_VISION/mcuboot_nicla_vision.bin
0 commit comments