Search found 241 matches

by ESP_Roland
Mon Jan 08, 2024 7:48 am
Forum: General Discussion
Topic: esptool: FileNotFoundError: [Errno 2] No such file or directory
Replies: 3
Views: 6326

Re: esptool: FileNotFoundError: [Errno 2] No such file or directory

This is a Debian issue. The maintainer who made the esptool package forgot to add the JSON files into the package archive. This should be reported in the Debian issue tracker. However, you can install esptool without the Debian package manager and you will get the latest version: https://docs.espres...
by ESP_Roland
Fri Jan 05, 2024 10:38 am
Forum: General Discussion
Topic: [esp32c3] Issues with Flash Memory on esp32c3 Modules (ESPTOOL-789)
Replies: 8
Views: 8121

Re: [esp32c3] Issues with Flash Memory on esp32c3 Modules (ESPTOOL-789)

I've found a board with rev. 0.4 chip and Serial/JTAG USB. The results are same. Esptool with flasher stub is able to read the full 4MB flash.
by ESP_Roland
Wed Jan 03, 2024 12:51 pm
Forum: General Discussion
Topic: [esp32c3] Issues with Flash Memory on esp32c3 Modules (ESPTOOL-789)
Replies: 8
Views: 8121

Re: [esp32c3] Issues with Flash Memory on esp32c3 Modules (ESPTOOL-789)

Update: I've achieved the same result with a v1.0 and a v1.1. I've tried v4.7.dev1, v4.7 and v4.8.dev1 esptool versions. All the same results, i.e. flasher stub works. In my experiments I've used Espressif boards all through UART.

We will investigate the issue with --no-stub and USB.
by ESP_Roland
Tue Jan 02, 2024 10:22 am
Forum: ESP-IDF
Topic: No pyvenv.cfg file
Replies: 4
Views: 3216

Re: No pyvenv.cfg file

Please try to clean up your system and remove everything ESP-IDF-related (including all environment variables you've set).
Run the installer again and select the option of installing the built-in Python 3.11. Save the installation log and share it if you still encounter the issue.
by ESP_Roland
Thu Dec 28, 2023 10:36 am
Forum: General Discussion
Topic: [esp32c3] Issues with Flash Memory on esp32c3 Modules (ESPTOOL-789)
Replies: 8
Views: 8121

Re: [esp32c3] Issues with Flash Memory on esp32c3 Modules (ESPTOOL-789)

I will try to find a v0.4 revision chip and check the issue there.
by ESP_Roland
Wed Dec 27, 2023 1:20 pm
Forum: General Discussion
Topic: [esp32c3] Issues with Flash Memory on esp32c3 Modules (ESPTOOL-789)
Replies: 8
Views: 8121

Re: [esp32c3] Issues with Flash Memory on esp32c3 Modules

I've tried this with an older revision of the chip and it can read the whole flash: `--> esptool.py --chip esp32c3 read_flash 0 ALL /tmp/file.bin esptool.py v4.7.0 Found 2 serial ports Serial port /dev/ttyUSB0 Connecting.... Chip is ESP32-C3 (QFN32) (revision v0.3) Features: WiFi, BLE Crystal is 40M...
by ESP_Roland
Fri Dec 22, 2023 7:17 am
Forum: ESP-IDF
Topic: PermissionError when solving dependencies on Arch Linux
Replies: 2
Views: 1467

Re: PermissionError when solving dependencies on Arch Linux

Perhaps you've run the build with root access before? It might help to try to remove those particular files it cannot access with "sudo rm".
by ESP_Roland
Thu Dec 21, 2023 2:05 pm
Forum: ESP-IDF
Topic: idf.py monitor cannot find xtensa-esp32s3-elf-addr2line
Replies: 1
Views: 954

Re: idf.py monitor cannot find xtensa-esp32s3-elf-addr2line

If you are in an ESP-IDF environment then it should be available (in terminal where you sourced export.sh). Please run IDF Monitor from the same environment you are building your projects. You can test this and should be able to run "xtensa-esp32s3-elf-addr2line --version" there.