This commit is contained in:
rusefi 2018-01-23 14:45:56 -05:00
parent 2f9461b1ba
commit e346fcdd06
3 changed files with 7 additions and 14 deletions

View File

@ -14,8 +14,8 @@ if not exist openocd/openocd.exe echo openocd/openocd.exe NOT FOUND
if not exist openocd/openocd.exe exit -1
# newer discovery boards
rem newer discovery boards
openocd\openocd.exe -f openocd/stm32f429disc1.cfg -c init -c targets -c "halt" -c "flash erase_address 0x08000000 0x0100000" -c shutdown
# older disocovery boards or cheap eBay ST-Link
#openocd\openocd.exe -f openocd/stm32f4discovery.cfg -c init -c targets -c "halt" -c "flash erase_address 0x08000000 0x0100000" -c shutdown
rem older disocovery boards or cheap eBay ST-Link
rem openocd\openocd.exe -f openocd/stm32f4discovery.cfg -c init -c targets -c "halt" -c "flash erase_address 0x08000000 0x0100000" -c shutdown

View File

@ -14,8 +14,8 @@ if not exist openocd/openocd.exe echo openocd/openocd.exe NOT FOUND
if not exist openocd/openocd.exe exit -1
# newer discovery boards
#openocd\openocd.exe -f openocd/stm32f429disc1.cfg -c init -c targets -c "halt" -c "flash erase_address 0x08000000 0x0100000" -c shutdown
rem newer discovery boards
rem openocd\openocd.exe -f openocd/stm32f429disc1.cfg -c init -c targets -c "halt" -c "flash erase_address 0x08000000 0x0100000" -c shutdown
# older disocovery boards or cheap eBay ST-Link
rem older disocovery boards or cheap eBay ST-Link
openocd\openocd.exe -f openocd/stm32f4discovery.cfg -c init -c targets -c "halt" -c "flash erase_address 0x08000000 0x0100000" -c shutdown

View File

@ -1,11 +1,4 @@
# depends on
# mkdir -p C:\stuff\rusefi.git2svn\git
# cd C:\stuff\rusefi.git2svn\git
# git clone https://github.com/rusefi/rusefi
# cd C:\stuff\rusefi.git2svn\git\rusefi
#
#
rem See also git2svn_init.bat
echo This script should be executed from the root of rusEfi master GITHUB local copy