Skip to content

Filesystem images created with the default_16MB.csv or large_spiffs_16MB.csv partition tables fail to upload #7467

Closed
@CoryCharlton

Description

@CoryCharlton

Board

Unexpected Maker FeatherS3 (but likely any board with a 16MB flash)

Device Description

Unexpected Maker FeatherS3

Hardware Configuration

Nothing connected

Version

v2.0.5

IDE Name

PlatformIO

Operating System

Windows 10

Flash frequency

80Mhz

PSRAM enabled

yes

Upload speed

460800

Description

If you create a filesystem image using default_16MB.csv or large_spiffs_16MB.csv it fails to upload (see: espressif/esptool#795).

A custom partition table such as the following works fine:

# Name,   Type, SubType, Offset,  Size, Flags
nvs,      data, nvs,     36K,     20K,
factory,  app,  factory, 64K,     4M,
spiffs,   data, spiffs,  ,        10M,

Sketch

Not related to a specific sketch.

Debug Message

esptool.py v4.3
Serial port COM10
Connecting....
Chip is ESP32-S3 (revision v0.1)
Features: WiFi, BLE
Crystal is 40MHz
MAC: f4:12:fa:42:03:2c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00c90000 to 0x00ffffff...
Compressed 3604480 bytes to 6617...
Writing at 0x00c90000... (100 %)

A fatal error occurred: Invalid head of packet (0x6F): Possible serial noise or corruption.

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

  • I confirm I have checked existing issues, online documentation and Troubleshooting guide.

Metadata

Metadata

Assignees

Labels

Chip: ESP32-S3Issue is related to support of ESP32-S3 ChipIDE: PlaformIOIssue relates to PlatformIO IDE

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions