Skip to content
New issue

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

espressif/esp_rcp_update v1.3.1 组件依赖 espressif/esp-serial-flasher ~0.0.0的 问题 (TZ-1305) #109

Open
3 tasks done
wnylei opened this issue Nov 20, 2024 · 2 comments
Assignees

Comments

@wnylei
Copy link

wnylei commented Nov 20, 2024

Checklist

  • Checked the issue tracker for similar issues to ensure this is not a duplicate.
  • Provided a clear description of your suggestion.
  • Included any relevant context or examples.

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 。

@github-actions github-actions bot changed the title espressif/esp_rcp_update v1.3.1 组件依赖 espressif/esp-serial-flasher ~0.0.0的 问题 espressif/esp_rcp_update v1.3.1 组件依赖 espressif/esp-serial-flasher ~0.0.0的 问题 (TZ-1305) Nov 20, 2024
@gytxxsy
Copy link
Contributor

gytxxsy commented Nov 25, 2024

如果使用的是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组件。

如果使用的是一个其他repo的example的话,需要先将esp-thread-br/components/esp_rcp_update/idf_component.yml中的esp-serial-flasher修改为支持ESP32-C6的版本,然后再修改example的idf_component.yml,指定使用本地的esp_rcp_update,例如:

  • example的原idf_component.yml:
espressif/esp_rcp_update:
    version: "~1.3.0"
  • example的修改后的idf_component.yml:
espressif/esp_rcp_update:
   path: "<你的路径>/esp-thread-br/components/esp_rcp_update"

后续我们会更新esp_rcp_update使用的esp-serial-flasher版本

@wnylei
Copy link
Author

wnylei commented Nov 29, 2024

好的,多谢.
目前测试:
espressif/esp-serial-flasher: version: 1.3.0 可以正常使用 esp32-c6 作为 rcp.
version: 1.3.1 是有问题的.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants