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

Update ESP32H2 via UART from ESP32S3 (TZ-836) #67

Closed
djorr5 opened this issue Apr 29, 2024 · 2 comments
Closed

Update ESP32H2 via UART from ESP32S3 (TZ-836) #67

djorr5 opened this issue Apr 29, 2024 · 2 comments

Comments

@djorr5
Copy link

djorr5 commented Apr 29, 2024

Hi,

Question, I have designed a board that has a H2 and S3 and have it working fine for Zigbee gateway application. I was checking on wether I can update the H2 chip from the S3 without SPI integrated.

In my serial interface the logs show that it does recognize the version of the OT-RCP and tries to update it, but fails to update.

I noticed in the Readme.md page that:

"Note that the SPI GPIOs are optional, if the UART is selected for communication."

But just want to confirm that SPI connection is also needed to complete the auto update of RCP.

@github-actions github-actions bot changed the title Update ESP32H2 via UART from ESP32S3 Update ESP32H2 via UART from ESP32S3 (TZ-836) Apr 29, 2024
@zwx1995esp
Copy link
Collaborator

Hi, @djorr5 We support the SPI connection and also support the auto update of RCP when using SPI.

@chshu
Copy link
Collaborator

chshu commented May 9, 2024

@djorr5 The RCP auto update is done over the UART interface, the same UART interface can also be used for Host-RCP communication. So the SPI connection is optional.

Feel free to reopen if any follow up questions.

@chshu chshu closed this as completed May 9, 2024
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

3 participants