Search found 8 matches

by ESP_frhr
Fri Aug 09, 2024 7:59 am
Forum: ESP-IDF
Topic: Beginner's issues with flashing via serial port
Replies: 2
Views: 598

Re: Beginner's issues with flashing via serial port

Hello, it seems you just selected a wrong device file. It should be something like /dev/ttyACM0. You can check dmesg sudo dmesg [ 629.711014] usb 3-2: new full-speed USB device number 3 using xhci_hcd [ 629.866286] usb 3-2: New USB device found, idVendor=303a, idProduct=1001, bcdDevice= 1.01 [ 629.8...
by ESP_frhr
Tue Jul 23, 2024 8:36 am
Forum: General Discussion
Topic: idf.py size does not product the
Replies: 3
Views: 1044

Re: idf.py size does not product the

Hello, the new output format from the refactored version of esp-idf-size should be available by default starting with version 5.3. For older versions, you can switch to the refactored version by setting the ESP_IDF_SIZE_NG env. variable export ESP_IDF_SIZE_NG=1 Note that the refactored version is av...
by ESP_frhr
Fri Aug 25, 2023 5:05 pm
Forum: General Discussion
Topic: No toolchain file found error
Replies: 5
Views: 2048

Re: No toolchain file found error

Hello, the selected toolchain and target do not match as reported in the error message. I guess maybe the plugin takes the target from the stale sdkconfig, but it's hard say. Anyway the cmake command is obviously wrong. -DCMAKE_TOOLCHAIN_FILE refers to eps32c6, but -DIDF_TARGET is set to esp32. You ...
by ESP_frhr
Fri Aug 25, 2023 8:01 am
Forum: ESP-IDF
Topic: install.sh on v4.2 fails on recent Debian with python 3.11
Replies: 3
Views: 3187

Re: install.sh on v4.2 fails on recent Debian with python 3.11

Hello, this will probably not be much of help, but the commit https://github.com/espressif/esp-idf/commit/3974be7fec1ea6c529ecbee795c0152b42b61d55 from https://github.com/espressif/esp-idf/issues/10116 referenced here was backported to v4.2 https://github.com/espressif/esp-idf/commit/9e9cbd541b1a465...
by ESP_frhr
Fri Aug 25, 2023 7:13 am
Forum: ESP-IDF
Topic: Two diferents versions de esp-idf in diferents directories
Replies: 4
Views: 2113

Re: Two diferents versions de esp-idf in diferents directories

Hello, I believe there should be no problem. Tools are properly versioned and python env is also based on esp-idf version. Meaning there should be no collision. Let's say I have the esp-idf repository already cloned in the esp-idf directory. git clone --reference esp-idf --single-branch --branch rel...
by ESP_frhr
Thu Aug 24, 2023 10:43 am
Forum: General Discussion
Topic: No toolchain file found error
Replies: 5
Views: 2048

Re: No toolchain file found error

Hello,

it seems that the support was added in eclipse plugin v2.10.0. From the screenshot it looks like you are using eclipse plugin v2.9.1. Maybe you can try to follow the "How to get the latest version?" at https://github.com/espressif/idf-eclips ... ag/v2.10.0

HTH
by ESP_frhr
Wed Aug 23, 2023 12:59 pm
Forum: General Discussion
Topic: No toolchain file found error
Replies: 5
Views: 2048

Re: No toolchain file found error

Hello,

I think esp-idf v5.0 does not support esp32c6. The supported SoC for different esp-idf releases can be found here https://github.com/espressif/esp-idf#es ... patibility. I guess you can try to update to v5.1.
HTH