Skip to content

Commit

Permalink
st-flash
Browse files Browse the repository at this point in the history
  • Loading branch information
rusefillc committed Jul 26, 2021
1 parent 9cfff77 commit 03a44d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java_console/bin/flash_stlink.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@

# sudo apt-get install stlink-tools -y
# sudo apt-get remove --purge stlink-tools
# armbian packages repo has 1.5 which does not seem to support ST-LINK 2.1 from newest discovery boards
# version 1.6.1 of https://github.com/stlink-org/stlink works!
# See https://freeelectron.ro/installing-st-link-v2-to-flash-stm32-targets-on-linux/
# master of https://github.com/stlink-org/stlink does not work https://github.com/stlink-org/stlink/issues/1165

st-flash write rusefi.bin 0x08000000

0 comments on commit 03a44d6

Please sign in to comment.