Fix #7 https://github.com/texane/stlink/releases/tag/1.3.0 https://github.com/texane/stlink/tree/1.3.0 Signed-off-by: Frederic.Pillon <frederic.pillon@st.com>
3 lines
107 B
Bash
Executable file
3 lines
107 B
Bash
Executable file
#!/bin/bash
|
|
DYLD_LIBRARY_PATH=$(dirname $0)/stlink/lib
|
|
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
|