build release panda fw

old-commit-hash: ab63d65ae5c4bd3b8a6f128bb44d9f694c65e537
This commit is contained in:
Adeeb Shihadeh
2021-07-28 22:27:16 -07:00
parent baec214e45
commit 799931cf21
+1 -2
View File
@@ -40,10 +40,9 @@ echo "[-] committing version $VERSION T=$SECONDS"
git add -f .
git commit -a -m "openpilot v$VERSION release"
# TODO: sign with release cert
# Build panda firmware
pushd panda/
scons -U .
CERT=/data/pandaextra/certs/release RELEASE=1 scons -u .
mv board/obj/panda.bin.signed /tmp/panda.bin.signed
popd