forked from xiaozhi/xiaozhi-esp32
v1.6.8: Move partition CSV files into a folder
This commit is contained in:
@@ -22,7 +22,7 @@ Serial flasher config -> Flash size -> 8 MB
|
||||
### 分区表配置:
|
||||
|
||||
```
|
||||
Partition Table -> Custom partition CSV file -> partitions_8M.csv
|
||||
Partition Table -> Custom partition CSV file -> partitions/v1/8m.csv
|
||||
```
|
||||
|
||||
### 开发板选择:
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"name": "movecall-cuican-esp32s3",
|
||||
"sdkconfig_append": [
|
||||
"CONFIG_ESPTOOLPY_FLASHSIZE_8MB=y",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions_8M.csv\"",
|
||||
"CONFIG_PARTITION_TABLE_CUSTOM_FILENAME=\"partitions/v1/8m.csv\"",
|
||||
"CONFIG_COMPILER_OPTIMIZATION_SIZE=y"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user