Partition Table Editor UI for ESP-IDF

The Partition Table Editor command allows you to edit your partition table in a more convenient way, where you can see the supported types and subtypes and monitor 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. Errors, if any, will be highlighted. You can hover your mouse over them to get 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

  1. Go to sdkconfig and set Custom partition table CSV as shown below:

    Setting custom partition table in sdkconfig