Search found 250 matches

by ESP_Roland
Wed Feb 13, 2019 8:12 am
Forum: General Discussion
Topic: (resolved) questions about manufacturing utility
Replies: 18
Views: 19706

Re: questions about manufacturing utility

I'm afraid that the manufacturing utility is currently broken. The fix is under development. It will be fixed first in master then in v3.1 and v3.2. But sorry, I cannot tell when.
by ESP_Roland
Mon Feb 11, 2019 10:47 am
Forum: ESP-IDF
Topic: esp-idf The following Python requirements are not satisfied: future>=0.16.0
Replies: 27
Views: 58073

Re: esp-idf The following Python requirements are not satisfied: future>=0.16.0

I post my reply for future readers since the issue seems to be already resolved. The problem could be avoided by running: pacman -S mingw-w64-i686-python2-future as it was hinted by the error message: The recommended way to install a packages is via "pacman". Please run "pacman -Ss <package_name>" f...
by ESP_Roland
Mon Jan 21, 2019 7:03 am
Forum: ESP-IDF
Topic: "Can't run interactive configuration inside non-interactive build process"
Replies: 2
Views: 3658

Re: "Can't run interactive configuration inside non-interactive build process"

It seems to me that your BATCH_BUILD variable is permanently set.

Does

Code: Select all

echo $BATCH_BUILD
produces any output (or value 1)?
by ESP_Roland
Mon Jan 21, 2019 6:33 am
Forum: General Discussion
Topic: Python EGG_INFO and PACMAN really hurt
Replies: 2
Views: 4099

Re: Python EGG_INFO and PACMAN really hurt

Hello Alex. I'm sorry for the inconvenience. In general, If you encounter a problem then please report it with the corresponding error outputs and problem description (IDF version, Python version) so we could help you. Also please note that there is an installer https://docs.espressif.com/projects/e...
by ESP_Roland
Tue Jan 08, 2019 8:32 am
Forum: ESP-IDF
Topic: Compilation problem with CMake build system under Windows 7
Replies: 7
Views: 9392

Re: Compilation problem with CMake build system under Windows 7

I think that the scripts are started in the background with their standard output and error output redirected. Usually, when a script fails, it prints something. I never saw this kind of silent failure before. I had no luck finding this problem on the Internet. What you could do is to try to create ...
by ESP_Roland
Mon Jan 07, 2019 12:22 pm
Forum: ESP-IDF
Topic: Compilation problem with CMake build system under Windows 7
Replies: 7
Views: 9392

Re: Compilation problem with CMake build system under Windows 7

Thank you squonk11 for checking the association. If you put the following line of code into idf.py

Code: Select all

import pdb; pdb.set_trace()
at the top of the file (after the imports) then does it produce any output?
by ESP_Roland
Mon Jan 07, 2019 7:48 am
Forum: ESP-IDF
Topic: Compilation problem with CMake build system under Windows 7
Replies: 7
Views: 9392

Re: Compilation problem with CMake build system under Windows 7

Could you check please that py files are assocated with Python (default application for file type)?
by ESP_Roland
Thu Jan 03, 2019 7:32 am
Forum: General Discussion
Topic: MSYS2 is slow on Windows 10
Replies: 30
Views: 45510

Re: MSYS2 is slow on Windows 10

My question is that I am not able to quit the monitor mode (incoked by 'make monitor') using "Ctrl+]" key. This keystroke is simply ignored by WSL. Hello squonk11! What is the IDF version you are using? I fixed a similar issue in https://github.com/espressif/esp-idf/commit/4749b118bc5e80e3d3ab59994...
by ESP_Roland
Wed Nov 21, 2018 6:39 am
Forum: General Discussion
Topic: After updating ESP32-IDF through github make clean, make all etc... has stopped to work
Replies: 7
Views: 12681

Re: After updating ESP32-IDF through github make clean, make all etc... has stopped to work

Hi Gkonoplya,

can you please post here the output of

Code: Select all

pacman -Syu
which should update all of your packages,

Code: Select all

git submodule update --init --recursive
in your IDF directory, and

Code: Select all

E:/msys32/mingw32/bin/python.exe -m pip install --user -r E:/msys32/home/Max/esp/esp-idf/requirements.txt
Thanks!
by ESP_Roland
Tue Oct 09, 2018 10:44 am
Forum: ESP-IDF
Topic: Updating ESP32 partition table
Replies: 1
Views: 3863

Re: Updating ESP32 partition table

If you setup a custom partition table in the Partition Table section of menuconfig then no replacing will be necessary.

Further information can be found here: https://docs.espressif.com/projects/esp ... ables.html.