Files
StarPilot/panda/board/flash_h7.sh
T
2021-08-22 22:13:11 -07:00

6 lines
142 B
Bash
Executable File

#!/usr/bin/env sh
set -e
PANDA_GEN3=1 scons -u
PYTHONPATH=.. python3 -c "from python import Panda; Panda().flash('obj/panda_h7.bin.signed')"