Skip to content
Discussion options

You must be logged in to vote

Hello @ned-pcs,
Sorry for my late response.
Yes I did it.
I solved the problem by git submodule update command in micropython folder.

So my new installation commands are below

git clone -b v5.0.4 --recursive https://github.com/espressif/esp-idf.git
cd esp-idf
git checkout v5.0.4
git submodule update --init --recursive
cd esp-idf
./install.sh       
source export.sh
git clone --recurse-submodules --remote-submodules https://github.com/micropython/micropython.git
cd micropython
git submodule update

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@sir-user
Comment options

Answer selected by sir-user
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants