only: HW CI flash erase progress (#5445)
Co-authored-by: rusefillc <sdfsdfqsf2334234234>
This commit is contained in:
parent
1b3c5a7d6f
commit
a23d92e441
|
@ -13,4 +13,4 @@ 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"
|
||||
openocd -f "$HW_SCRIPT" -c init -c targets -c "reset halt" -c "flash erase_sector 0 0 last" -c "flash write_image "deliver/rusefi.bin" 0x08000000" -c "reset run" -c "shutdown"
|
Loading…
Reference in New Issue