Fix issues with linux and OSX permissions and update linux64 stlink upload script (issues 1 and 2)

This commit is contained in:
Roger Clark 2016-09-25 09:00:57 +10:00
parent 221cb35f42
commit de95abde3f
42 changed files with 4 additions and 0 deletions

0
linux/dfu-util/dfu-prefix Normal file → Executable file
View file

0
linux/dfu-util/dfu-suffix Normal file → Executable file
View file

0
linux/dfu-util/dfu-util Normal file → Executable file
View file

0
linux/install.sh Normal file → Executable file
View file

0
linux/maple_upload Normal file → Executable file
View file

0
linux/serial_upload Normal file → Executable file
View file

0
linux/stlink/st-flash Normal file → Executable file
View file

0
linux/stlink/st-info Normal file → Executable file
View file

0
linux/stlink/st-term Normal file → Executable file
View file

0
linux/stlink/st-util Normal file → Executable file
View file

0
linux/stlink_upload Normal file → Executable file
View file

0
linux/stm32flash/stm32flash Normal file → Executable file
View file

0
linux/upload-reset Normal file → Executable file
View file

0
linux/upload_router Normal file → Executable file
View file

0
linux64/dfu-util/dfu-prefix Normal file → Executable file
View file

0
linux64/dfu-util/dfu-suffix Normal file → Executable file
View file

0
linux64/dfu-util/dfu-util Normal file → Executable file
View file

0
linux64/install.sh Normal file → Executable file
View file

0
linux64/maple_upload Normal file → Executable file
View file

Binary file not shown.

0
linux64/serial_upload Normal file → Executable file
View file

0
linux64/stlink/st-flash Normal file → Executable file
View file

0
linux64/stlink/st-info Normal file → Executable file
View file

0
linux64/stlink/st-term Normal file → Executable file
View file

0
linux64/stlink/st-util Normal file → Executable file
View file

4
linux64/stlink_upload Normal file → Executable file
View file

@ -1,4 +1,8 @@
#!/bin/bash
$(dirname $0)/stlink/st-flash write "$4" 0x8000000
exit 0
## Remove the lines 2 and 3 (above) if you want this script to wait until the Serial device has been enumerated and loaded before the script exits
# Check for leaf device.
function leaf_status()

0
linux64/stm32flash/stm32flash Normal file → Executable file
View file

0
linux64/upload-reset Normal file → Executable file
View file

0
linux64/upload_router Normal file → Executable file
View file

0
macos/dfu-util/dfu-prefix Normal file → Executable file
View file

0
macos/dfu-util/dfu-suffix Normal file → Executable file
View file

0
macos/dfu-util/dfu-util Normal file → Executable file
View file

0
macos/maple_upload Normal file → Executable file
View file

0
macos/serial_upload Normal file → Executable file
View file

0
macos/stlink/st-flash Normal file → Executable file
View file

0
macos/stlink/st-info Normal file → Executable file
View file

0
macos/stlink/st-term Normal file → Executable file
View file

0
macos/stlink/st-util Normal file → Executable file
View file

0
macos/stlink_upload Normal file → Executable file
View file

0
macos/stm32flash/stm32flash Normal file → Executable file
View file

0
macos/upload-reset Normal file → Executable file
View file

0
macos/upload_router Normal file → Executable file
View file