Skip to content
Snippets Groups Projects
Commit 3834d870 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

board/stm32f4discovery: optimized openocd script

removed redundant flash erase (speeds up flashing quite a bit)
parent 6715bccf
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,6 @@ openocd -f "board/stm32f4discovery.cfg" \
-c "reset" \
-c "halt" \
-c "flash protect 0 0 11 off" \
-c "flash erase_address 0x08000000 0x100000" \
-c "flash write_image erase $1 0 ihex" \
-c "verify_image $1" \
-c "reset run"\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment