espressif / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
13.74k stars 7.43k forks source link

Downloading firmware in esp32s3_gen4_r8n16 using esp32s3 flash download tool #10354

Closed muzahid13 closed 2 months ago

muzahid13 commented 2 months ago
esp32s3 flash tool visual stdio ini

Related area

esp32

Hardware specification

esp32s3_gen4_r8n16

Is your feature request related to a problem?

i built the firmware using platformio in visual studio code. when i upload firmware directly from visual studio code, it is working good. but when i built firmware from vs code but upload using esp32s3 flash tool , it did not work. i put the offset value 0x10000 for firmware.bin, 0x1000 for bootloader.bin and 0x8000 for partition.bin. The bin files uploaded successfully but board didnot work. could you please help me to solve this issue.

Describe the solution you'd like

my board must be worked when i will upload the firmware using esp32s3 flash download tool. i cannot use vs code in the production line to upload firmware. so i must use esp32s3 flash download tool.

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

me-no-dev commented 2 months ago

bootloader is at address 0x0. And this is really off topic here