Files
panda-meb/board/flash.sh
Igor Biletskyy 54eb42d903 one flash.sh for both H7 and F4 (#1032)
* flash one

* edit readme
2022-08-15 20:11:38 -07: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