Page 1 of 1

Esp32 s3 flashing problem

Posted: Wed Jul 10, 2024 8:55 am
by wiwjwhw
How to flash esp32 s3 clone using flash tool? What's memory address for it? I tried several pre compiled projects like nat, wifi repeater, rubber ducky and https://github.com/Kl0ibi/esp32_hackingtool
but none worked! But these are working with Esp8266 I tested. What's solution?

Re: Esp32 s3 flashing problem

Posted: Thu Jul 11, 2024 3:35 am
by ESP_Sprite
These seem to be compiled for the ESP32 (without suffix), not the ESP32-S3. You'd have to recompile for the -S3 (and fix any issues stemming from the differences between chips) in order to make it work on your chip.

Re: Esp32 s3 flashing problem

Posted: Sat Jul 13, 2024 1:48 pm
by wiwjwhw
ESP_Sprite wrote:
Thu Jul 11, 2024 3:35 am
These seem to be compiled for the ESP32 (without suffix), not the ESP32-S3. You'd have to recompile for the -S3 (and fix any issues stemming from the differences between chips) in order to make it work on your chip.
Do i need to use esp idf to compile?