partitions: go back to 8mb flash detection
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
[target.xtensa-esp32s3-none-elf]
|
[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]
|
[env]
|
||||||
ESP_LOG="info"
|
ESP_LOG="info"
|
||||||
|
|||||||
@@ -4,4 +4,4 @@
|
|||||||
nvs, data, nvs, , 0x6000,
|
nvs, data, nvs, , 0x6000,
|
||||||
phy_init, data, phy, , 0x1000,
|
phy_init, data, phy, , 0x1000,
|
||||||
factory, app, factory, , 2M,
|
factory, app, factory, , 2M,
|
||||||
sim, data, undefined,, 13M,
|
sim, data, undefined,, 6M,
|
||||||
|
|||||||
|
Reference in New Issue
Block a user