Files
sunnypilot/panda/scripts/read_st_flash.sh
T
github-actions[bot] 3e87c0fd46 sunnypilot v2026.003.000
version: sunnypilot v2026.003.000 (staging)
date: 2026-09-03T14:24:40
master commit: 132b31f4cf
2026-09-03 14:24:40 +00:00

7 lines
163 B
Bash
Executable File

#!/usr/bin/env 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