mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-22 09:42:10 +08:00
b0b7a768f0
git-subtree-dir: panda git-subtree-split: 3b35621671aaa6de3fc66d85d30e4208a77e2489
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
|
|
|