mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2025-01-03 00:18:43 +00:00
4 lines
81 B
Bash
4 lines
81 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
dfu-util -D `dirname "$0"`/build/target_prod.bin -a 0 -s 0x08008000
|