esp32_w_esp-idf
This is an old revision of the document!
sudo apt-get install git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0 mkdir -p ~/esp cd ~/esp git clone -b v5.4.1 --recursive https://github.com/espressif/esp-idf.git cd ~/esp/esp-idf/ ./install.sh all . ./export.sh cd .. cp -r $IDF_PATH/examples/get-started/hello_world/ . cd hello_world/ idf.py set-target esp32s2 # idf.py menuconfig # Component config ---> ESP System Settings ---> Channel for console output (Default: UART0) ---> (X) USB CDC save quit idf.py build idf.py -p /dev/ttyUSB0 flash monitor
esp32_w_esp-idf.1743192765.txt.gz · Last modified: 2025/03/28 20:12 by bruno