Page 1 of 1

Crash

Posted: Sat Nov 24, 2018 11:06 am
by brp80000
Project crash after ESP-IDF V3.1.1 apdate
Безымянный.jpg
Безымянный.jpg (421.67 KiB) Viewed 6393 times
What to do?

Re: Crash

Posted: Sat Nov 24, 2018 11:50 am
by brp80000
Factory app partition is not bootable

Re: Crash

Posted: Sat Nov 24, 2018 1:49 pm
by brp80000
The only thing that helped me was cloning a simple github project and then copying all my files into it. What happened to my project is not clear. Problem solved. 6 hours lost

Re: Crash

Posted: Sat Nov 24, 2018 5:50 pm
by loboris
Have you run, after the update, make menuconfig, make clean, make all ?

Re: Crash

Posted: Sat Nov 24, 2018 8:47 pm
by brp80000
I did everything . But something went wrong. I spent 6 hours((.
make menuconfig, make clean, make all, make flashfatfs ....
Too bad there is no instruction to update the IDF. I probably did something wrong. I nachas with that removed the whole branch of the IDF.

Re: Crash

Posted: Sat Nov 24, 2018 10:34 pm
by loboris
brp80000 wrote:
Sat Nov 24, 2018 8:47 pm
Too bad there is no instruction to update the IDF.

What kind of instructions would you like? The only thing you have to do is to execute:

Code: Select all

git pull
git submodule update --init
in esp-idf directory.

If anythig goes wrong, just delete the whole esp-idf directory and do the fresh clone:

Code: Select all

git clone --recursive https://github.com/espressif/esp-idf.git
eventually selecting the branch you need.