apt-get update apt-get -y install git wget flex bison gperf cmake ninja-build ccache libffi-dev libssl-dev apt-get -y install dfu-util libncurses-dev build-essential gperf libncursesw6 libtinfo-dev pkg-config apt-get -y install python3 python3-pip apt -y install python3-venv apt -y install python3-virtualenv
if [ -e "$HOME/esp" ]; then rm -rf $HOME/esp; fi
mkdir -p $HOME/esp cd $HOME/esp git clone -b v5.5 --recursive https://github.com/espressif/esp-idf.git
cd $HOME/esp/esp-idf bash ./install.sh esp32
source $HOME/esp/esp-idf/export.sh
idf.py --version
mkdir -p $HOME/esp cd $HOME/esp git clone https://github.com/Jean-MarcHarvengt/espMCUME.git
cd $HOME/esp/espMCUME/espboot make make flash
cd $HOME/esp/espMCUME/esp64 make bash flashapp.sh
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.