mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 23:14:20 +00:00
11 lines
208 B
Bash
Executable file
11 lines
208 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -x -e
|
|
|
|
STM32_Programmer_CLI -c port=swd -ob RDP=0xBB
|
|
|
|
STM32_Programmer_CLI -c port=swd -ob displ
|
|
|
|
STM32_Programmer_CLI -c port=swd --readunprotect
|
|
|
|
STM32_Programmer_CLI -c port=swd -ob displ
|