Search found 257 matches

by ESP_Roland
Thu Mar 05, 2020 7:23 am
Forum: ESP-IDF
Topic: [_curses.error nocbreak() returned err] when setup on raspberry pi3
Replies: 6
Views: 6854

Re: [_curses.error nocbreak() returned err] when setup on raspberry pi3

Additionally, you may try to install the following packages: ncurses-term, libncurses-dev. I'm not sure if this helps but it worth a try.
by ESP_Roland
Thu Mar 05, 2020 7:19 am
Forum: ESP-IDF
Topic: [_curses.error nocbreak() returned err] when setup on raspberry pi3
Replies: 6
Views: 6854

Re: [_curses.error nocbreak() returned err] when setup on raspberry pi3

The list of packages here https://docs.espressif.com/projects/esp-idf/en/latest/get-started/linux-setup.html#install-prerequisites have been updated recently with libraries required for RPI3. According to the last known issue, rpi-update had to been run as well. cry_viem, can you please provide the ...
by ESP_Roland
Tue Mar 03, 2020 5:58 pm
Forum: ESP-IDF
Topic: [SOLVED] menuconfig: Different menues when using idf and make
Replies: 2
Views: 3295

Re: menuconfig: Different menues when using idf and make

Hi Carlos,

you set EXTRA_COMPONENT_DIRS here https://github.com/littlevgl/lv_port_es ... eLists.txt for idf.py but you don't set it for make.
by ESP_Roland
Thu Feb 27, 2020 9:26 am
Forum: ESP-IDF
Topic: Cannot build the hello world sample
Replies: 6
Views: 6547

Re: Cannot build the hello world sample

The install script downloads the toolchain as well (binutils, openocd, xtensa). You can copy files from ~/.espressif/dist between computers and then the install script will recreate the other directories and files in ~/.espressif without downloading. I don't recomment to copy the whole ~/.espressif ...
by ESP_Roland
Thu Feb 27, 2020 8:04 am
Forum: ESP-IDF
Topic: Cannot build the hello world sample
Replies: 6
Views: 6547

Re: Cannot build the hello world sample

Unfortunately, there is no Chinese mirror at the time. The releases page (https://github.com/espressif/esp-idf/releases) contains also links to ZIP files from dl.espressif.com which should be much faster for you: This archive can also be downloaded from Espressif's download server: https://dl.espres...
by ESP_Roland
Thu Feb 27, 2020 6:56 am
Forum: ESP-IDF
Topic: Cannot build the hello world sample
Replies: 6
Views: 6547

Re: Cannot build the hello world sample

Hello timothyp.

I think you still don't have everything downloaded. Please go to the IDF directory and run

Code: Select all

git submodule update --init --recursive
.
by ESP_Roland
Wed Dec 18, 2019 7:03 am
Forum: ESP-IDF
Topic: idf_tools.py error
Replies: 2
Views: 3988

Re: idf_tools.py error

Hello Ivo! This has been already fixed. Please update to the latest version of the IDF branch. The issue occurs because it cannot run git describe --tags in your IDF directory and parse the result. What is the output if you run this manually? Another possible root cause could be if IDF_PATH is not s...
by ESP_Roland
Mon Nov 25, 2019 8:48 am
Forum: ESP-IDF
Topic: Python requrements --- esp-windows-curses and sys_platform == 'win32'
Replies: 5
Views: 11985

Re: Python requrements --- esp-windows-curses and sys_platform == 'win32'

I would recommend to use the Windows tools installer and consequently, the windows command line to setup IDF for use of Visual Studio Code.

And please use IDF version v4.0 for now as there are a couple of issues in the master branch we have already fixed internally but are not yet published.
by ESP_Roland
Wed Nov 13, 2019 7:38 am
Forum: ESP-IDF
Topic: Installing tools: Unsupported archive type OSX
Replies: 5
Views: 6531

Re: Installing tools: Unsupported archive type OSX

The second one is because the download server was down. Please try it again.