Crash

User avatar
brp80000
Posts: 138
Joined: Thu Oct 04, 2018 7:13 pm

Crash

Postby brp80000 » Sat Nov 24, 2018 11:06 am

Project crash after ESP-IDF V3.1.1 apdate
Безымянный.jpg
Безымянный.jpg (421.67 KiB) Viewed 6487 times
What to do?

User avatar
brp80000
Posts: 138
Joined: Thu Oct 04, 2018 7:13 pm

Re: Crash

Postby brp80000 » Sat Nov 24, 2018 11:50 am

Factory app partition is not bootable

User avatar
brp80000
Posts: 138
Joined: Thu Oct 04, 2018 7:13 pm

Re: Crash

Postby brp80000 » Sat Nov 24, 2018 1:49 pm

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

User avatar
loboris
Posts: 514
Joined: Wed Dec 21, 2016 7:40 pm

Re: Crash

Postby loboris » Sat Nov 24, 2018 5:50 pm

Have you run, after the update, make menuconfig, make clean, make all ?

User avatar
brp80000
Posts: 138
Joined: Thu Oct 04, 2018 7:13 pm

Re: Crash

Postby brp80000 » Sat Nov 24, 2018 8:47 pm

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.

User avatar
loboris
Posts: 514
Joined: Wed Dec 21, 2016 7:40 pm

Re: Crash

Postby loboris » Sat Nov 24, 2018 10:34 pm

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.

Who is online

Users browsing this forum: Baidu [Spider], Google [Bot] and 143 guests