firebeetle esp32上传模式提示程序烧录失败
2022-01-111.9万
AI 快速预览详细
本文讨论了使用FireBeetle ESP32开发板时遇到的程序烧录失败问题,具体表现为闪存空间不足。出错提示为“File D:\Program Files (x86)\Mind+\Arduino/fw/esp32/Noto_Sans_CJK_SC_Light16.xbf (length 1902314) at offset 4194304 will not fit in 4194304 bytes of flash. Use --flash-size argument, or change flashing address.”。文章详细解析了错误原因,并提供了具体的解决方法,包括调整--flash-size参数或更改烧录地址。
firebeetleesp32开发板使用上传模式提示程序烧录失败。看提示好像是flash空间不足的意思。是板子问题吗?![]() 出错提示: A fatal error occurred: File D:\Program Files (x86)\Mind+\Arduino/fw/esp32/Noto_Sans_CJK_SC_Light16.xbf (length 1902314) at offset 4194304 will not fit in 4194304 bytes of flash. Use --flash-size argument, or change flashing address. 烧录失败 |





您加一下这个QQ群:863704584,是我们的技术支持群,备注下问题。
图片这个用arduinoIDE可以正常烧写程序。