Page 1 of 1

run time error after upgrading the esp-idf to release 2.1

Posted: Fri Sep 29, 2017 7:44 am
by joicetm
Hi,

I have upgraded the esp-idf to release 2.1 and after that none of the examples are working. the code compiles and i am able to program the device but its not working. it outputs some hex values in the terminal.
i have also updated the esptool to esptool.py v2.1
python version i am using is 2.7
is there anything i am missing ?

Re: run time error after upgrading the esp-idf to release 2.1

Posted: Fri Sep 29, 2017 1:47 pm
by kolban
Howdy,
Perhaps you can post the output of the console log ... I'm afraid there isn't yet much to go on to provide assistance.

Re: run time error after upgrading the esp-idf to release 2.1

Posted: Fri Oct 06, 2017 3:16 pm
by joicetm
Hi Kolban,

As always you are the first one offer some assit, thank you so much for all the support.

i am attaching the log message here.
also How can i update the extensa-toolchain? would that be the problem.

Re: run time error after upgrading the esp-idf to release 2.1

Posted: Fri Oct 06, 2017 4:21 pm
by kolban
Howdy,
I'm afraid it doesn't look like the attachment made it ...

Re: run time error after upgrading the esp-idf to release 2.1

Posted: Sat Oct 07, 2017 6:18 am
by joicetm
:| :| :|

here is the log

The hex output will come for around 30 sec and then nothing happens. I am getting the same result for every example codes.

the current version of xtensa tool-chain i am using is : crosstool-NG crosstool-ng-1.22.0-61-gab8375a
i have also tried :crosstool-NG crosstool-ng-1.22.0-73-ge28a011 , with this one, i am getting a warning message as toolchain is not supported. :roll:

Re: run time error after upgrading the esp-idf to release 2.1

Posted: Sat Oct 07, 2017 6:56 am
by WiFive

Re: run time error after upgrading the esp-idf to release 2.1

Posted: Sat Oct 07, 2017 10:04 am
by joicetm
thank you.

now its working