Search found 2 matches
- Sun Apr 17, 2022 5:14 pm
- Forum: ESP-IDF
- Topic: Does file_serving example support SD Card?
- Replies: 3
- Views: 3071
Re: Does file_serving example support SD Card?
I also could not get this to work by following the directions in the readme / menuconfig. I did get file_serving to use the sdcard by doing the following. 1. enable sdcard in menuconfig 2. in main.c, line 87 change the esp_vfs_spiffs_conf_t struct to use /sdcard esp_vfs_spiffs_conf_t conf = { .base...
- Sun Apr 10, 2022 6:07 pm
- Forum: ESP-IDF 中文讨论版
- Topic: 【ESP32-S3】【VS-CODE】【ESP-IDF V4.4(Stable)】无法通过UART下载
- Replies: 1
- Views: 1920
【ESP32-S3】【VS-CODE】【ESP-IDF V4.4(Stable)】无法通过UART下载
我遇到了同类型的问题:https://www.esp32.com/viewtopic.php?t=23724
但原帖没给任何有效的解答,附件为我的截图。
同时,我发现,如果通过命令行手动下载,在原下载指令中加入:'--no-stub',就可解决该问题。但我去menuconfig中对【Serial flasher config】中勾选【Disable download stub】重编译后,下载时,该参数并没有对下载指令生效!!
但原帖没给任何有效的解答,附件为我的截图。
同时,我发现,如果通过命令行手动下载,在原下载指令中加入:'--no-stub',就可解决该问题。但我去menuconfig中对【Serial flasher config】中勾选【Disable download stub】重编译后,下载时,该参数并没有对下载指令生效!!