You are here: Foswiki>Basteln Web>MCUME (07 Sep 2025, DanielSchwab)Edit Attach

M.CU.M.E = Multi CompUter Machine Emulator

Toolchain ESP32 installieren

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

Toolchain ESP32 Arbeiten

source $HOME/esp/esp-idf/export.sh

Toolchain Test

idf.py --version

MCUME Download

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

ToDo

... todo ...

Notizen

... Notizen ...


Topic revision: r2 - 07 Sep 2025, DanielSchwab
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback