lumapu / ahoy

Various tools, examples, and documentation for communicating with Hoymiles microinverters
https://ahoydtu.de
Other
951 stars 224 forks source link

ESP32-S3 boot loop #1143

Closed gsus24 closed 1 year ago

gsus24 commented 1 year ago

ESP32-1732S019 with 1.9 Display based on S3 from Aliexpress

stable v0.7.36 and dev v0.7.46

Web Installer and ESP Tools

Hello tried different flash methods and version, but get always into boot loop.

On Web Installer and with stable release "S3 is not supported" With dev "manifest not found"

With ESP Tools flashed different bins without error, but get into boot loop

[06:40:18]ESP-ROM:esp32s3-20210327 [06:40:18]Build:Mar 27 2021 [06:40:18]rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) [06:40:18]Invalid chip id. Expected 9 read 0. Bootloader for wrong chip? [06:40:18]ets_main.c 329 [06:40:20]ESP-ROM:esp32s3-20210327 [06:40:20]Build:Mar 27 2021 [06:40:20]rst:0x7 (TG0WDT_SYS_RST),boot:0x8 (SPI_FAST_FLASH_BOOT) [06:40:20]Saved PC:0x40043ac8 [06:40:20]Invalid chip id. Expected 9 read 0. Bootloader for wrong chip? [06:40:20]ets_main.c 329

[06:34:40]c44cd481 [06:34:40]Expected: ESP-ROM:esp32s3-20210327 [06:34:40]Build:Mar 27 2021 [06:34:40]rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT) [06:34:40]SPIWP:0xee [06:34:40]mode:DIO, clock div:1 [06:34:40]load:0x3c0c0020,len:0x3f934 [06:34:40]load:0x3fc963c0,len:0x6bc [06:34:40]load:0x42000020,len:0xbb93c [06:34:41]load:0x3fc96a7c,len:0x5820 [06:34:41]load:0x40374000,len:0x123b8 [06:34:41]SHA-256 comparison failed: [06:34:41]Calculated: 00a4e839eb8cb36593e8ff46a65f229529613b955b4911489d279719c44cd481 [06:34:41]Expected: 72fc70ec533118cdab5b0648ad2b7296f584d090271b31989e3d0831a198c145 [06:34:41]Attempting to boot anyway... [06:34:41]entry 0x40377420

Hope somebody have an idea why its not working or better know what to do Thanks and hope to hear more

knickohr commented 1 year ago

Try this one, the 0.7.46 has a bug with the S3. This is a corrected version :

https://discord.com/channels/984173303147155506/1029761098381017098/1149113574980071585

See also issue #1141