Search found 8 matches
- Fri Aug 09, 2024 7:59 am
- Forum: ESP-IDF
- Topic: Beginner's issues with flashing via serial port
- Replies: 2
- Views: 832
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...
- Wed Aug 07, 2024 5:49 am
- Forum: ESP-IDF
- Topic: ESP32-C2: Too little Ram left after BLE and WiFi init.
- Replies: 2
- Views: 691
Re: ESP32-C2: Too little Ram left after BLE and WiFi init.
Hello,
maybe the following docs may help
https://docs.espressif.com/projects/esp ... erall-size
https://docs.espressif.com/projects/esp ... imizations
Thank you
maybe the following docs may help
https://docs.espressif.com/projects/esp ... erall-size
https://docs.espressif.com/projects/esp ... imizations
Thank you
- Tue Jul 23, 2024 8:36 am
- Forum: General Discussion
- Topic: idf.py size does not product the
- Replies: 3
- Views: 1411
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...
- Fri Aug 25, 2023 5:05 pm
- Forum: General Discussion
- Topic: No toolchain file found error
- Replies: 5
- Views: 2391
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 ...
- 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: 3497
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...
- Fri Aug 25, 2023 7:13 am
- Forum: ESP-IDF
- Topic: Two diferents versions de esp-idf in diferents directories
- Replies: 4
- Views: 2436
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...
- Thu Aug 24, 2023 10:43 am
- Forum: General Discussion
- Topic: No toolchain file found error
- Replies: 5
- Views: 2391
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
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
- Wed Aug 23, 2023 12:59 pm
- Forum: General Discussion
- Topic: No toolchain file found error
- Replies: 5
- Views: 2391
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
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