docs
This commit is contained in:
parent
eb8cbaf282
commit
4c297e85e0
|
@ -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
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue