From fd00be9741dc1410eaccda4ab44e6a9c77c24a76 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 10 Aug 2022 17:52:40 -0700 Subject: [PATCH] release: add signed H7 app fw (#25401) old-commit-hash: 463774f61c49a323f1ee96e517e4b77a857550a9 --- release/build_release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release/build_release.sh b/release/build_release.sh index b5e15e05c6..1000e607fa 100755 --- a/release/build_release.sh +++ b/release/build_release.sh @@ -40,6 +40,7 @@ cp -pR --parents $(cat $FILES_SRC) $BUILD_DIR/ cd $BUILD_DIR rm -f panda/board/obj/panda.bin.signed +rm -f panda/board/obj/panda_h7.bin.signed VERSION=$(cat common/version.h | awk -F[\"-] '{print $2}') echo "#define COMMA_VERSION \"$VERSION-release\"" > common/version.h @@ -53,6 +54,7 @@ git branch --set-upstream-to=origin/$RELEASE_BRANCH pushd panda/ CERT=/data/pandaextra/certs/release RELEASE=1 scons -u . mv board/obj/panda.bin.signed /tmp/panda.bin.signed +mv board/obj/panda_h7.bin.signed /tmp/panda_h7.bin.signed popd # Build @@ -81,6 +83,7 @@ rm selfdrive/modeld/models/supercombo.dlc # Move back signed panda fw mkdir -p panda/board/obj mv /tmp/panda.bin.signed panda/board/obj/panda.bin.signed +mv /tmp/panda_h7.bin.signed panda/board/obj/panda_h7.bin.signed # Restore third_party git checkout third_party/