3 lines
64 B
Text
3 lines
64 B
Text
|
|
#!/bin/bash
|
||
|
|
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
|