mirror of
https://github.com/infiniteCable2/panda.git
synced 2026-02-18 17:23:52 +08:00
6 lines
140 B
Bash
Executable File
6 lines
140 B
Bash
Executable File
#!/usr/bin/env sh
|
|
set -e
|
|
|
|
scons -u -j$(nproc)
|
|
PYTHONPATH=.. python3 -c "from python import Panda; Panda().flash('obj/panda_h7.bin.signed')"
|