Skip to content

Commit 9f53318

Browse files
committed
Set NICLA_VISION RAM size to 0 in the bootloader configuration data
1 parent 21f3e63 commit 9f53318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_rel.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ fi
5353
if [[ $1 == "nicla" ]] || [[ $1 == "all" ]]; then
5454
echo
5555
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
56+
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
5757
mkdir -p release/NICLA_VISION
5858
mv ./libbootutil.a ./release/NICLA_VISION
5959
cp ./BUILD/NICLA_VISION/GCC_ARM-RELEASE/mcuboot_nicla_vision.bin ./release/NICLA_VISION/mcuboot_nicla_vision.bin

0 commit comments

Comments
 (0)