Partition Table Editor
Go to
View
>Command Palette
.Type
ESP-IDF: SDK Configuration Editor
and select the command.Search for
partition_table_custom
, selectCustom Partition Table CSV
from thePartition Table
dropdown list, and set the filename. The tool will search for this file in your current project directory.If the partition table file does not exist, executing the command will create the file. If the partition table file already exists, ensure that the first two lines of the partition table CSV file match the format below:
# ESP-IDF Partition Table # Name, Type, SubType, Offset, Size, Flag
Once the partition table editor is open, you can edit the partition table as needed. For more information, refer to ESP-IDF Partition Tables.
Once you are satisfied, click
Save
to save the changes. This will override the content of the CSV file.Now you can click
Select Flash Method
,Build
, andFlash
buttons at the top right to build and flash the partition table to the chip.