Skip to content

Commit b2041fa

Browse files
committed
Update script to generate libbootutil including default_bd object file instead of ota
1 parent 6f0efd3 commit b2041fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
mbed compile -c -m PORTENTA_H7_M7 -t GCC_ARM --app=mbed_app_bootutil.json
33
echo
44
echo Generating library
5-
find ./BUILD/PORTENTA_H7_M7/GCC_ARM/ \( -name "FileBlockDevice.o" -o -name "rtc.o" -o -name "ota.o" -o -name "bootutil_extra.o" -o -name "flash_map_backend.o" -o -name "bootutil_public.o" \) | xargs arm-none-eabi-ar -csr libbootutil.a
5+
find ./BUILD/PORTENTA_H7_M7/GCC_ARM/ \( -name "FileBlockDevice.o" -o -name "rtc.o" -o -name "default_bd.o" -o -name "bootutil_extra.o" -o -name "flash_map_backend.o" -o -name "bootutil_public.o" \) | xargs arm-none-eabi-ar -csr libbootutil.a
66
echo -n "Library: "
77
find ./ -name "libbootutil.a"
88
echo

0 commit comments

Comments
 (0)