diff --git a/firmware/flash_erase_new_board.bat b/firmware/flash_erase_new_board.bat index f46708e8a8..dbc0323fc8 100644 --- a/firmware/flash_erase_new_board.bat +++ b/firmware/flash_erase_new_board.bat @@ -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 \ No newline at end of file +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 \ No newline at end of file diff --git a/firmware/flash_erase_old_board.bat b/firmware/flash_erase_old_board.bat index c7e0a77a96..79a57ce434 100644 --- a/firmware/flash_erase_old_board.bat +++ b/firmware/flash_erase_old_board.bat @@ -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 \ No newline at end of file diff --git a/misc/git2svn.bat b/misc/git2svn.bat index 42903917c7..74316691ec 100644 --- a/misc/git2svn.bat +++ b/misc/git2svn.bat @@ -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