From 94141df964c1bcb97a8296cd9102945f3a1ab4c3 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 3 Oct 2023 15:15:28 +0200 Subject: [PATCH] Update Installing-and-Compiling.md align with SR 0.13.4 naming scheme --- docs/WLEDSR/Installing-and-Compiling.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/WLEDSR/Installing-and-Compiling.md b/docs/WLEDSR/Installing-and-Compiling.md index 0a2b7b4e5..ef8bb2c2b 100644 --- a/docs/WLEDSR/Installing-and-Compiling.md +++ b/docs/WLEDSR/Installing-and-Compiling.md @@ -23,7 +23,8 @@ SR WLED releases are also included in this web-based installer: https://wled-ins _Warning_: We had to change the partition size on the ESP32 in order to 'fit' all the new features. This means that the 'old way' of upgrading/flashing, no longer work unfortunately. **You cannot use ESPHome Flasher**, and you cannot use OTA from a build prior to v0.13.0-b5. -1. Download [esptool](https://github.com/espressif/esptool). + +1. Download [esptool](https://github.com/espressif/esptool/releases) binary for your PC or MAC. 1. Download the ESP32 bootloader, such as [esp32_bootloader_v4](https://github.com/Aircoookie/WLED/releases/download/v0.13.3/esp32_bootloader_v4.bin) 1. Download the sound reactive binary, such as [Atuline releases](https://github.com/atuline/WLED/releases) 1. Plug the ESP32 board into your computer. @@ -34,7 +35,7 @@ _Warning_: We had to change the partition size on the ESP32 in order to 'fit' al 1. Then burn the bootloader with: `esptool.exe write_flash 0x0 esp32_bootloader_v4.bin` 1. Once complete, you can now burn the sound reactive binary with: - `esptool write_flash 0x10000 soundReactive_WLED_0.13.X_ESP32.bin` + `esptool write_flash 0x10000 WLEDSR_0.13.X_soundReactive_esp32dev.bin` 1. You can optionally add the port, such as '-p COM6'. 1. In addition, if this is the first time you've used this version, you need to go to the "Security & Updates" settings page and tick the "Factory reset" box, then select "Save & Reboot". Caveat: May not be necessary if you ran 'erase_flash' above. 1. This will reset the EEPROM and remove any settings or presets you may have saved.