mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-02-19 07:44:00 +08:00
version: dragonpilot v2023.02.08 release for EON/C2
date: 2023-02-08T05:01:31
dp-dev(priv2) beta2 commit: f770882b7f
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 &
|