Files
StarPilot/panda/board/flash.sh
T
Vehicle Researcher 108478216b openpilot v0.8.16 release
date: 2022-08-23T18:53:11
master commit: f41dc62a12cc0f3cb8c5453c0caa0ba21e1bd01e
2022-08-23 18:53:12 +00:00

6 lines
158 B
Bash
Executable File

#!/usr/bin/env sh
set -e
scons -u -j$(nproc)
printf %b 'from python import Panda\nfor serial in Panda.list(): Panda(serial).flash()' | PYTHONPATH=.. python3