Files
dragonpilot/panda/board/flash.sh
T
2021-03-29 23:54:22 +00:00

6 lines
126 B
Bash
Executable File

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