xiaozhi-esp32 icon indicating copy to clipboard operation
xiaozhi-esp32 copied to clipboard

最新的版本,没有什么额外设置,编译时报了flash不足的错误,如下

Open dfybc opened this issue 6 months ago • 3 comments
trafficstars

错误如下: Partitions tables occupies 13.0MB of flash (13631488 bytes) which does not fit in configured flash size 2MB. Change the flash size in menuconfig under the 'Serial Flasher Config' menu.

这是一定要修改config吗,我的是ESP32,flash只有4M。如果改编译的config大于13M,那么是不是就没法烧录了

dfybc avatar May 06 '25 08:05 dfybc

因为你开的唤醒词太多了

findstr avatar May 06 '25 10:05 findstr

我也遇到了,不过我切换开发板为esp32s3后就不提示了

leonstudioDevelop avatar May 07 '25 08:05 leonstudioDevelop

同,idf.py set-target esp32s3 就可以了

tiann avatar May 07 '25 08:05 tiann