only:Document hardware setup for openocd_wipe_and_flash proteus #5443

This commit is contained in:
rusefillc 2023-07-23 21:42:46 -04:00
parent 462d1cbac7
commit 6bb4d2b325
1 changed files with 1 additions and 0 deletions

View File

@ -12,4 +12,5 @@ set -e
cd firmware
# works on F4 with ST-LINK/V3 does not seem to work using V2 :(
openocd -f "$HW_SCRIPT" -c init -c targets -c "reset halt" -c "flash erase_sector 0 0 11" -c "flash write_image "deliver/rusefi.bin" 0x08000000" -c "reset run" -c "shutdown"