Skip to content
Snippets Groups Projects
Commit 382b115f authored by Thomas Eichinger's avatar Thomas Eichinger
Browse files

Merge pull request #2373 from haukepetersen/opt_f4discovery_openocd

board/stm32f4discovery: optimized openocd script
parents 6715bccf 3834d870
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