diff --git a/firmware/bootloader/STMFlashLoader_all_screenshots.png b/firmware/bootloader/STMFlashLoader_all_screenshots.png new file mode 100644 index 0000000000..a663b26cba Binary files /dev/null and b/firmware/bootloader/STMFlashLoader_all_screenshots.png differ diff --git a/firmware/bootloader/readme.txt b/firmware/bootloader/readme.txt index 354d75dd7e..ba384ca7a7 100644 --- a/firmware/bootloader/readme.txt +++ b/firmware/bootloader/readme.txt @@ -8,15 +8,17 @@ To start the bootloader updater: - Turn on the ECU board. - If the connection is successful, the next page of STMFlashLoader appears immediately. Press "Next" button again and follow the instructions. - You can use: - - Flash Read command; - - Flash Write command; - - Sector Erase command (not Full Erase!). + - Upload from device (Flash Read) command; + - Download to device (Flash Write) command; + - Erase->Selection command (only Sector erase is currently supported, not Full Erase!). To update the firmware: -- choose "Flash Write" mode; +- choose "Download to device" mode; - select the firmware file (rusefi.hex). Note! ***Use only recent firmware builds with bootloader support!*** - you may select "verify" option to check -- you may select "Start application" to automatically run the main firmware after the update. +- you may select "Jump to the user program" to automatically run the main firmware after the update. + +See STMFlashLoader_all_screenshots.png for more info. !!! Note that the bootloader can update only the main firmware, but not itself !!!