-
Notifications
You must be signed in to change notification settings - Fork 26
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
RCP update can't work (TZ-1076) #88
Comments
If you make the board with ESP32-S3 and ESP32-H2, and encounter the
Refer to the esp-thread-br README.md to get more information. |
Configuration in esp-thread-br: |
According to the docs:https://docs.espressif.com/projects/esp-thread-br/en/latest/dev-guide/build_and_run.html#set-up-the-repositories, we recommend using IDF v5.1.3 with the esp-thread-br tag v1.0. Could you please have a try? If this code base still can not work, could you please take a photo to show how did you connect the S3 with the H2? |
The configuration is the same as above. I tried it and got a new error:
The dependencies I used:
|
Hi, @GASEN1216 from the picture you shared, you are using the Thread Board Router Board. No more other configurations related to GPIO pins need to be set. Could you please clean all the build files and try again with the following steps in the docs? |
Sorry, I know very little about hardware. Thanks for your help. I tried it again with V5.1.3 according to the steps in the docs and it worked.I will close this issue. |
Hi, @zwx1995esp
The configuration in EXAMPLE_CONNECT_ETHERNET is the same as in the docs
|
Hi @GASEN1216 It seems like the BR did not receive any bytes from RCP. Could you please double check the configuration related to RCP and BR pin? Did you modify them? |
We make the board with ESP32-S3 and ESP32-H2.
And H2 pin as follow:
IDF: v5.2.2
I run the examples basic_thread_border_router, and try to update the RCP. But it prompts the following error:
The esp_ot_config.h as follow:
what is the problems?
The text was updated successfully, but these errors were encountered: