esp-thread-br icon indicating copy to clipboard operation
esp-thread-br copied to clipboard

Update ESP32H2 via UART from ESP32S3 (TZ-836)

Open djorr5 opened this issue 2 years ago • 1 comments

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.

djorr5 avatar Apr 29 '24 08:04 djorr5

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

zwx1995esp avatar May 06 '24 06:05 zwx1995esp

@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 avatar May 09 '24 06:05 chshu