Search found 237 matches

by ESP_Roland
Thu Mar 21, 2024 8:23 am
Forum: ESP-IDF
Topic: How do I use espcoredump.py on binary coredump?
Replies: 8
Views: 495

Re: How do I use espcoredump.py on binary coredump?

Again, it looks that the file is not in ELF format. I'll ask my colleagues to take a look at this....
by ESP_Roland
Wed Mar 20, 2024 8:49 am
Forum: ESP-IDF
Topic: How do I use espcoredump.py on binary coredump?
Replies: 8
Views: 495

Re: How do I use espcoredump.py on binary coredump?

How did you obtain coredump.raw? From the the output I think it might not be in RAW format.
by ESP_Roland
Fri Mar 08, 2024 8:18 am
Forum: ESP-IDF
Topic: visual studio code and esp-idf problem, cannot compile using idf.py build and visual studio ESP-IDF extension
Replies: 2
Views: 270

Re: visual studio code and esp-idf problem, cannot compile using idf.py build and visual studio ESP-IDF extension

Could you please install a Python with Homebrew or Macports and use it during the installation process to set up the environment? The one you are using have trouble to detect your architecture. You can see in your logs that the following error is repeating. (mach-o file, but is an incompatible archi...
by ESP_Roland
Wed Feb 14, 2024 7:22 am
Forum: ESP-IDF
Topic: ESP-IDF Installation of Ubuntu 22.04LTS with VSCode repeatedly failing
Replies: 1
Views: 453

Re: ESP-IDF Installation of Ubuntu 22.04LTS with VSCode repeatedly failing

You can see in your logs that you are forcing it to use the system Python and you are installing things to this directory: /home/user/.espressif/python_env/idf5.1_py3.10_env And when you are sourcing the environment then it is looking for the following directory: /home/user/.espressif/python_env/idf...
by ESP_Roland
Mon Feb 05, 2024 7:06 am
Forum: General Discussion
Topic: Project path in idf.py
Replies: 1
Views: 277

Re: Project path in idf.py

_safe_relpath is used for printing the flashing command. This is not executed at all but is a convenience to the user for copy-pasting it. relpath generates a shorter relative path, e.g. build/hello_world.bin, instead of the full absolute path starting with the drive letter. However, as you can see,...
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: 5442

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: 6932

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.