Skip to content

ESP32-S3 --flash_size 8MB does not modify bootpartition.bin (ESPTOOL-431) #727

@Jason2866

Description

@Jason2866

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

  • I confirm I have read the troubleshooting guide.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions