After following all the step of the getting started document, i'm almost there.
Whan i run make monitor, an error with python serial occurs like somthing is wrong into the IDF:
Code: Select all
~/workspace/hello_world $ make monitor
WARNING: Toolchain version is not supported: crosstool-NG crosstool-ng-1.22.0-59-g8d95cad
Expected to see version: crosstool-NG crosstool-ng-1.22.0-61-gab8375a
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
WARNING: Compiler version is not supported: 4.8.5
Expected to see version(s): 5.2.0
Please check ESP-IDF setup instructions and update the toolchain, or proceed at your own risk.
MONITOR
--- idf_monitor on /dev/ttyUSB0 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
self.run()
File "/usr/lib/python2.7/threading.py", line 763, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/flo/workspace/esp-idf/tools/idf_monitor.py", line 116, in _run_outer
self.run()
File "/home/flo/workspace/esp-idf/tools/idf_monitor.py", line 185, in run
if not self.serial.is_open:
AttributeError: 'Serial' object has no attribute 'is_open'
Does somebody met this issue already ?
Thank you