Search found 7 matches

by kevin1
Sun Oct 25, 2020 7:46 pm
Forum: IDEs for ESP-IDF
Topic: Installing Eclipse Plugin: Warning Message
Replies: 1
Views: 2428

Re: Installing Eclipse Plugin: Warning Message

Success with flash:
eclipse flash.png
eclipse flash.png (142.28 KiB) Viewed 2395 times
Terminal COM ok:
eclipse serial terminal.png
eclipse serial terminal.png (122.93 KiB) Viewed 2395 times
eclipse Plugin 23102020.txt
(1.81 MiB) Downloaded 387 times
Next Debugging.
by kevin1
Sat Oct 24, 2020 6:45 am
Forum: IDEs for ESP-IDF
Topic: VS Code Extension rejects Python 3.9?
Replies: 5
Views: 6723

Re: VS Code Extension rejects Python 3.9?

@ESP_bignacio ESP-IDF-TOOLS5.png Success with esp-idf COM ports will not list? USB1.png Python 3.8 should not appear? Should be: C:\Users\kevin\.espressif\python_env\idf4.3_py3.9_env\Scripts\python.exe Python 3.9 See below: VSCode1.png Have problem with C:\Users\kevin\.espressif\tools\xtensa-esp32s2...
by kevin1
Sat Oct 24, 2020 3:15 am
Forum: IDEs for ESP-IDF
Topic: VS Code Extension rejects Python 3.9?
Replies: 5
Views: 6723

Re: VS Code Extension rejects Python 3.9?

click Y psutil>=5.5.1 N pygdbmi<=0.9.0.2 Y requests>=2.21.0 N typing>=3.6.6 N xmlrunner>=1.7.7 N ======================================= C:\Users\kevin\esp>pip install "psutil>=5.5.1" Collecting psutil>=5.5.1 Downloading psutil-5.7.2.tar.gz (460 kB) |████████████████████████████████| 460 kB 819 kB/...
by kevin1
Thu Oct 22, 2020 10:21 pm
Forum: IDEs for ESP-IDF
Topic: Installing Eclipse Plugin: Warning Message
Replies: 1
Views: 2428

Installing Eclipse Plugin: Warning Message

Using reference https://github.com/espressif/idf-eclipse-plugin eclipse Plugin 23102020.txt install output. WARNING: directory for tool riscv-none-embed-gcc version riscv-none-embed-gcc-8.2.0 is present, but tool was not found Which file is the "Installing ESP-IDF Tools" procedure looking for? Missi...
by kevin1
Thu Oct 22, 2020 4:42 pm
Forum: IDEs for ESP-IDF
Topic: VS Code Extension rejects Python 3.9?
Replies: 5
Views: 6723

Re: VS Code Extension rejects Python 3.9?

Previously I installed esp-idf as shown in the text file:
Issue 21102020 5994.txt
(47.55 KiB) Downloaded 442 times
The text file shows the final install/configuration.
This is part of https://github.com/espressif/esp-idf/issues/5994
by kevin1
Thu Oct 22, 2020 2:09 am
Forum: IDEs for ESP-IDF
Topic: VS Code Extension rejects Python 3.9?
Replies: 5
Views: 6723

VS Code Extension rejects Python 3.9?

First window entered: C:\Users\kevin\AppData\Local\Programs\Python\Python39\python.exe Next: ESP-IDF-TOOLS3.png Next: ESP-IDF-TOOLS4.png Next: ESP-IDF-TOOLS.png Fails: Command failed: "C:\Users\kevin\.espressif\python_env\idf4.3_py3.9_env\Scripts\python.exe" "c:\Users\kevin\esp\esp-idf\tools\check_p...
by kevin1
Wed Oct 14, 2020 11:26 pm
Forum: ESP-IDF
Topic: Beginner on ESP32-S2-Kaluga
Replies: 3
Views: 3385

Beginner on ESP32-S2-Kaluga

I am using Eclipse 2020-06. I have setup a template project which builds ok. Then flashing as listed in https://github.com/espressif/idf-eclipse-plugin#installing-idf-plugin-using-update-site-url With error: A fatal error occurred: Invalid head of packet (0x50) Adding "flash"'s dependency "all" to l...