partitions: go back to 8mb flash detection

This commit is contained in:
2026-01-03 14:46:05 +01:00
parent 38251303b7
commit 3d6f784683
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
[target.xtensa-esp32s3-none-elf]
runner = "espflash flash --monitor --chip esp32s3 --partition-table ./partitions.csv --flash-size 16mb"
runner = "espflash flash --monitor --chip esp32s3 --partition-table ./partitions.csv"
[env]
ESP_LOG="info"

View File

@@ -4,4 +4,4 @@
nvs, data, nvs, , 0x6000,
phy_init, data, phy, , 0x1000,
factory, app, factory, , 2M,
sim, data, undefined,, 13M,
sim, data, undefined,, 6M,
1 # Name, Type, SubType, Offset, Size, Flags
4 nvs, data, nvs, , 0x6000,
5 phy_init, data, phy, , 0x1000,
6 factory, app, factory, , 2M,
7 sim, data, undefined,, 13M, sim, data, undefined,, 6M,