mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 00:33:52 +08:00
version: dragonpilot v2022.09.07 release for EON/C2
date: 2022-09-07T07:01:54
dp-dev(priv2) beta2 commit: 30a852791f
7 lines
202 B
Bash
Executable File
7 lines
202 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
DFU_UTIL="dfu-util"
|
|
/data/openpilot/selfdrive/ui/qt/spinner &
|
|
python -c "from panda import Panda; Panda().flash('/data/openpilot/panda/board/obj/panda.bin.signed')"
|
|
killall spinner &
|