Partition Table Editor

[中文]

The Partition Table Editor command allows you to edit your partition table in a more convenient way. It provides a view of the supported types and subtypes and helps you verify the correctness of the entered data.

Steps

  1. Go to Project Explorer and open any IDF Project where you want to create a customized partition table.

  2. In Project Explorer, right-click on the project and select ESP-IDF: Partition Table Editor:

    Partition Table Editor menu option

    When you open the partition table editor for the selected project, you will see the standard editable content. Any errors will be highlighted, and you can hover the mouse over them to see hints about the issues.

    Error hints in Partition Table Editor
  3. Click Save or Save and Quit to save your changes.

To Use a Customized Partition Table

Go to SDK Configuration and set Custom partition table CSV as shown below:

Setting custom partition table in sdkconfig