francis94c / esp-partition-gui

A Partition Manager for the ESP range of IoT Boards
MIT License
31 stars 8 forks source link
bin csv eeprom esp esp-partition-gui esp32 esp32-arduino esp8266 esp8266-arduino espressif iot-boards partition-manager partitioning

esp-partition-gui {ESP32 Partition Manager}

Platform npm
The ESP32 Partition Manager is a tool that eases the process of creating CSV files for partitioning ESP range of IoT Boards. this program can be launched by running python esp-partition.py from a terminal. checkout ESP32Partitions for the latest installation file that enables you launch this tool from the Arduino IDE Tools menu.

ESP32 Partition Manager

Important

To enable the application work properly, you must set the directory path to your ESP32 hardware abstraction distribution. Visit ESP32 Hardware for more info.
This is to enable the program have access to the ESP32 generator script and other resources offered by the distribution.You only need set this path once.

To set the ESP32 directory path, select the Espressif Menu and choose Preferences.
You will be presented the with the window below.

ESP32 Partition Manager Preferences Window

You must have python installed and added to PATH.
python27 (supported)