Search found 6 matches
- Wed Jul 03, 2024 8:35 am
- Forum: ESP-IDF 中文讨论版
- Topic: 在使用ESP-DL的时候遇到了麻烦 渴望获得大佬的解惑
- Replies: 1
- Views: 7126
Re: 在使用ESP-DL的时候遇到了麻烦 渴望获得大佬的解惑
reshape前后输入的size是不是有问题
- Thu Jun 20, 2024 2:34 am
- Forum: ESP-IDF 中文讨论版
- Topic: error: ld returned 1 exit status 怎么解决
- Replies: 0
- Views: 1977
error: ld returned 1 exit status 怎么解决
在使用vscode上的esp idf插件时,在编译快结束时出现了这个错误,怎么解决,idf版本5.0.4 FAILED: quantization_tool_tutorial.elf cmd.exe /C "cd . && D:\software\Espressif\tools\xtensa-esp32s3-elf\esp-2022r1-11.2.0\xtensa-esp32s3-elf\bin\xtensa-esp32s3-elf-g++.exe -mlongcalls @CMakeFiles\quantization_tool_tutorial.elf.rsp -o quantizatio...
- Tue May 28, 2024 5:21 am
- Forum: ESP-IDF
- Topic: Does the ESP32 OTA process support resuming transmission after power failure?
- Replies: 1
- Views: 630
Does the ESP32 OTA process support resuming transmission after power failure?
Does the OTA process of ESP32S3 support saving the flashing progress, and can it resume the OTA process from the previous position after power-off and restart? For example, if there are 20 frames of OTA data to be transmitted, and 10 frames of data have been transmitted and flashed successfully thro...
- Tue May 28, 2024 5:18 am
- Forum: ESP-IDF 中文讨论版
- Topic: ESP32S3的OTA过程是否支持保存烧写进度,重启后从掉电前位置开始烧写?
- Replies: 0
- Views: 1043
ESP32S3的OTA过程是否支持保存烧写进度,重启后从掉电前位置开始烧写?
请问ESP32S3的OTA过程是否支持保存烧写进度,掉电重启后从掉电前位置开始烧写?
例如OTA数据共需要20帧进行传输,传输了10帧数据并通过esp_ota_write()函数烧写成功之后,ESP32重启,重启后能否从第11帧开始传输并继续OTA过程?
例如OTA数据共需要20帧进行传输,传输了10帧数据并通过esp_ota_write()函数烧写成功之后,ESP32重启,重启后能否从第11帧开始传输并继续OTA过程?
- Fri May 24, 2024 12:55 am
- Forum: ESP-IDF 中文讨论版
- Topic: Guru Meditation Error: Core 0 panic'ed(IllegalInstruction) 错误如何定位如何解决?
- Replies: 2
- Views: 3936
Re: Guru Meditation Error: Core 0 panic'ed(IllegalInstruction) 错误如何定位如何解决?
好的,我大致明白了如何排查错误,感谢帮助!
- Thu May 23, 2024 12:57 am
- Forum: ESP-IDF 中文讨论版
- Topic: Guru Meditation Error: Core 0 panic'ed(IllegalInstruction) 错误如何定位如何解决?
- Replies: 2
- Views: 3936
Guru Meditation Error: Core 0 panic'ed(IllegalInstruction) 错误如何定位如何解决?
ESP32S3在添加新的功能时有时候会出现这个问题,修改一下部分代码(非这部分新功能代码)可能又消失了,这种问题该怎么跟踪、定位问题,如何解决呢,想请教一下方法