From cd39d16cc6badf9548666bbd4f0dff4b6970e7de Mon Sep 17 00:00:00 2001 From: tcfshcrw <48719709+tcfshcrw@users.noreply.github.com> Date: Mon, 5 Aug 2024 04:54:44 +0800 Subject: [PATCH] Update Webflasher filename and address 1. ESP32 webflasher filename change 2. Add the address for ESP32S3 --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ff680e8..02a1adf2 100644 --- a/README.md +++ b/README.md @@ -180,15 +180,22 @@ Firmware can be built and flashed via VS Code. Prebuilt binaries can be flashed See this [guide](https://github.com/ChrGri/DIY-Sim-Racing-FFB-Pedal/wiki/VScode-IDE-setup). #### Flash prebuilt binaries via web flasher -The binaries are available [here](https://github.com/ChrGri/DIY-Sim-Racing-FFB-Pedal/releases). They can be flashed via the ESP [webflasher](https://esp.huhn.me/). - +The binaries are available [here](https://github.com/ChrGri/DIY-Sim-Racing-FFB-Pedal/releases). They can be flashed via the ESP [webflasher](https://esp.huhn.me/). Another [Webflasher](https://nabucasa.github.io/esp-web-flasher/). +##### ESP32 Memory address | File :-------------------------:|:-------------------------: -| 0x1000 | Main.ino.bootloader.bin | -| 0x8000 | Main.ino.partitions.bin | +| 0x1000 | bootloader.bin | +| 0x8000 | partitions.bin | | 0xe000 | boot_app0.bin | -| 0x10000 | Main.ino.bin | +| 0x10000 | firmware.bin | +##### ESP32S3 +Memory address | File +:-------------------------:|:-------------------------: +| 0x0000 | bootloader.bin | +| 0x8000 | partitions.bin | +| 0xe000 | boot_app0.bin | +| 0x10000 | firmware.bin | ## iSV57T-130 servo config tuning The iSV57T allows parameter tuning via its RS232 interface. To tune the servo towards this application, I executed the following [steps](StepperParameterization/StepperTuning.md).