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
mkdir -p ~/development/SDKs/esp/
cd ~/development/SDKs/esp/
git clone -b v4.3.7 –recursive https://github.com/espressif/esp-idf.git
cd esp-idf
./install.sh
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.
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.