Search found 2 matches
- Thu Jul 14, 2022 2:00 pm
- Forum: ESP-IDF
- Topic: while setting up ESP-IDF in Ubuntu export.sh gives error
- Replies: 2
- Views: 2723
while setting up ESP-IDF in Ubuntu export.sh gives error
I am following instructions given in the topic: "Standard Toolchain Setup for Linux and macOS". While following step 4 to setup the environment variables I get the following errors while trying to execute export.sh. abdul@ubuntu:~/esp/esp-idf$ . $HOME/esp/esp-idf/export.sh Setting IDF_PATH to '/home...
- Tue Oct 09, 2018 8:47 am
- Forum: ESP-IDF
- Topic: Updating ESP32 partition table
- Replies: 1
- Views: 4123
Updating ESP32 partition table
I have customized the partition table of ESP32 using the python script gen_esp32part.py . The contents of the new bin file are as below: C:\Python27>python gen_esp32part.py default.bin Parsing binary partition input... Verifying table... # Espressif ESP32 Partition Table # Name, Type, SubType, Offse...