Prerequisites:

Before installing ESP-IDF, ensure that you have the necessary tools installed on your system. It is assume that the installation is being done on a Fedora 39 based machine.

sudo dnf -y update

sudo dnf install git wget flex bison gperf python3 python3-pip python3-setuptools cmake ninja-build ccache dfu-util libusbx

Downloading ESP-IDF:

mkdir -p ~/development/SDKs/esp/

cd ~/development/SDKs/esp/

git clone -b v4.3.7 –recursive https://github.com/espressif/esp-idf.git

Installing ESP-IDF:

cd esp-idf

./install.sh

Configuring USB

Before you can program and monitor the UART on a board you must have permssion to use the USB device,  This will require making changes to udev rules.

Leave a Reply

Your email address will not be published. Required fields are marked *