We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.2.1-14-g20d52de
Windows
Command line with idf.py
None
根据教程:https://icnynnzcwou8.feishu.cn/wiki/JEYDwTTALi5s2zkGlFGcDiRknXf 使用最新版本的代码,在idf编译器去到目录下面,依次使用 idf.py set-target esp32s3,idf.py build,成功编译出来xiaozhi.bin文件,希望成功烧录进去面包板并可以进入到初始的配网模式。
烧录出来的固件只有2.6mb大小,烧录进去面包板没有任何的反应和屏幕显示,但是如果用最新固件release:https://github.com/78/xiaozhi-esp32/releases,烧录进去面包板是可以正常使用的(下载release的固件有3.6mb大小)。怀疑是初始代码配置有问题,或者可能是小弟我的配置不对?希望能多增加一点编译代码或者修改配置的详细教程。
No response
The text was updated successfully, but these errors were encountered:
你可以参考我的issue #222 ,配置里选对xiaozhi Assistant的Board Type的类型(咱们固件不一定一样,按需选你的),再烧录固件
Sorry, something went wrong.
这...好歹看一下ESP-IDF的入门教程吧。编译的固件要用idf.py -p COMX flash烧录(COMX的X在设备管理器看),编译完的xiaozhi.bin只是软件包,其他包都没烧录,要做成一个包用官方工具合并成一个。
要不 就直接idf.py flash
No branches or pull requests
Answers checklist.
XiaoZhi AI version.
v1.2.1-14-g20d52de
Operating System used.
Windows
How did you build your project?
Command line with idf.py
If you are using Windows, please specify command line type.
None
What is the expected behavior?
根据教程:https://icnynnzcwou8.feishu.cn/wiki/JEYDwTTALi5s2zkGlFGcDiRknXf
使用最新版本的代码,在idf编译器去到目录下面,依次使用 idf.py set-target esp32s3,idf.py build,成功编译出来xiaozhi.bin文件,希望成功烧录进去面包板并可以进入到初始的配网模式。
What is the actual behavior?
烧录出来的固件只有2.6mb大小,烧录进去面包板没有任何的反应和屏幕显示,但是如果用最新固件release:https://github.com/78/xiaozhi-esp32/releases,烧录进去面包板是可以正常使用的(下载release的固件有3.6mb大小)。怀疑是初始代码配置有问题,或者可能是小弟我的配置不对?希望能多增加一点编译代码或者修改配置的详细教程。
Steps to reproduce.
...
Build or installation Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: