mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-06-26 20:32:09 +08:00
c251b312d8
git-subtree-dir: panda git-subtree-split: c371fe688dbad4c53635905d3471a01c185e811d
7 lines
155 B
Bash
Executable File
7 lines
155 B
Bash
Executable File
#!/bin/bash
|
|
rm -f /tmp/dump_bootstub
|
|
rm -f /tmp/dump_main
|
|
dfu-util -a 0 -s 0x08000000 -U /tmp/dump_bootstub
|
|
dfu-util -a 0 -s 0x08004000 -U /tmp/dump_main
|
|
|