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.3.1版本的 espressif/esp_rcp_update 组件依赖了它 espressif/esp-serial-flasher ~0.0.0。 导致br项目无法支持 esp32c6 作为 rcp。
在这之前
espressif/esp_rcp_update 的版本v1.0.2 , 组件并没有添加依赖它 espressif/esp-serial-flasher。 br 项目中可以手动设置espressif/esp-serial-flasher 的版本为v1.3.0。 这样是可以是可以支持esp32c6的。
请问 ,如果我要使用v1.3.1版本的 espressif/esp_rcp_update 应该如何做,可以支持esp32c6 。
The text was updated successfully, but these errors were encountered:
如果使用的是basic_thread_border_router这个example的话,可以直接将esp-thread-br/components/esp_rcp_update/idf_component.yml中的esp-serial-flasher修改为支持ESP32-C6的版本(例如1.3.0)。basic_thread_border_router目前在编译时会优先使用本地的esp_rcp_update组件。
esp-thread-br/components/esp_rcp_update/idf_component.yml
如果使用的是一个其他repo的example的话,需要先将esp-thread-br/components/esp_rcp_update/idf_component.yml中的esp-serial-flasher修改为支持ESP32-C6的版本,然后再修改example的idf_component.yml,指定使用本地的esp_rcp_update,例如:
espressif/esp_rcp_update: version: "~1.3.0"
espressif/esp_rcp_update: path: "<你的路径>/esp-thread-br/components/esp_rcp_update"
后续我们会更新esp_rcp_update使用的esp-serial-flasher版本
Sorry, something went wrong.
好的,多谢. 目前测试: espressif/esp-serial-flasher: version: 1.3.0 可以正常使用 esp32-c6 作为 rcp. version: 1.3.1 是有问题的.
gytxxsy
No branches or pull requests
Checklist
Issue or Suggestion Description
由于 v1.3.1版本的 espressif/esp_rcp_update 组件依赖了它 espressif/esp-serial-flasher ~0.0.0。 导致br项目无法支持 esp32c6 作为 rcp。
在这之前
espressif/esp_rcp_update 的版本v1.0.2 , 组件并没有添加依赖它 espressif/esp-serial-flasher。 br 项目中可以手动设置espressif/esp-serial-flasher 的版本为v1.3.0。 这样是可以是可以支持esp32c6的。
请问 ,如果我要使用v1.3.1版本的 espressif/esp_rcp_update 应该如何做,可以支持esp32c6 。
The text was updated successfully, but these errors were encountered: