Search found 4 matches

by romboidale
Fri Sep 20, 2024 9:46 am
Forum: ESP-AT
Topic: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
Replies: 3
Views: 1348

Re: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash

I investigated a bit, and found out that after cloning ESP-AT the installed versions of kconfig and pyparsing respect the requirements for flashing to the device (kconfig v2.3.0 and pyparsing v3.1.4). It's when I run "install.sh" that the script removes the more updated versions and installs the old...
by romboidale
Thu Sep 19, 2024 10:28 am
Forum: ESP-AT
Topic: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
Replies: 3
Views: 1348

Re: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash

Can a mod move this thread in "ESP-AT"? I think I posted in the wrong section and maybe I'll find some answers there
by romboidale
Fri Aug 30, 2024 1:57 pm
Forum: ESP-AT
Topic: I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash
Replies: 3
Views: 1348

I can build ESP-AT in Linux, but redundant error when exporting environment variables and when trying to flash

Hello, I followed this guide to be able to compile ESP-IDF (v5.3) and ESP-AT on Linux, in order to work on my ESP32-C6: https://docs.espressif.com/projects/esp-at/en/latest/esp32c6/Compile_and_Develop/How_to_clone_project_and_compile_it.html#esp-at-idf-prerequisites https://docs.espressif.com/projec...
by romboidale
Thu Aug 29, 2024 10:32 am
Forum: ESP-IDF
Topic: Understanding OTA to update ESP32C6 to an edited version of ESP-AT with use AT+USEROTA
Replies: 0
Views: 341

Understanding OTA to update ESP32C6 to an edited version of ESP-AT with use AT+USEROTA

Hello, I'm using a ESP32-C6-MINI-1 and I want to implement OTA updates. My aim is to be able to update the module with an edited version of the ESP-AT firmware. From what I understand the ESP32-C6-MINI-1 has 2 OTA partitions of 2MB each that it uses to swap between the old version and the new one: #...