Operating System
macOS 12.3
Version
latest master
Python Version
3.8.12
Chip Description
ESP32-S3
Device Description
AI-Thinker ESPS3-12K (NodeMCU)
Hardware Configuration
nothing
How is Esptool Run
VSC and directly via command line
Full Esptool Command Line that Was Run
esptool.py --chip esp32s3 write_flash --flash_size 8MB 0x0 bootloader.bin 0xe000 boot_app0.bin 0x8000 partition-table.bin 0x10000 app.bin
Esptool finishes normally.
Reading bootloader first bytes back
E903022F C0613B40 EE000000 09000000
so this is still the orig. 4MB bootloader provided from Arduino framework
Correct for 8MB would be
E903023F C0613B40 EE000000 09000000
More Information
No response
Other Steps to Reproduce
Flashing a 8MB ESP32-S3 device with this Arduino bootpartition.bin
I Have Read the Troubleshooting Guide