Hello I tried on a h2 and a c6 esp to install both have a boot loop I used version espbuild version 4.4 .
This is the log output from the esphome web
16:16:32]SHA-256 comparison failed: [16:16:32]Calculated: 81d060e7ae16e7f8bc3a85cf4e81188efd38daa4efad929ff1a5f14d2efb5a3e [16:16:32]Expected: aa8b89ded77a1c49ec21ad5d300c805f5347727ed86ad0b5e0b834e2c7f39d48 [16:16:32]Attempting to boot anyway… [16:16:32]entry 0x408017a4 [16:16:32]ESP-ROM:esp32c6-20220919 [16:16:32]Build:Sep 19 2022 [16:16:32]rst:0x7 (TG0_WDT_HPSYS),boot:0xc (SPI_FAST_FLASH_BOOT) [16:16:32]Saved PC:0x40800102 [16:16:32]SPIWP:0xee [16:16:32]mode:DIO, clock div:2 [16:16:32]load:0x420a0020,len:0x1fe74 [16:16:33]load:0x40800000,len:0x17c [16:16:33]load:0x42000020,len:0x91674 [16:16:33]load:0x4080017c,len:0xd01c [16:16:33]load:0x4080d1a0,len:0x2a54 [16:16:33]SHA-256 comparison failed: [16:16:33]Calculated: 81d060e7ae16e7f8bc3a85cf4e81188efd38daa4efad929ff1a5f14d2efb5a3e [16:16:33]Expected: aa8b89ded77a1c49ec21ad5d300c805f5347727ed86ad0b5e0b834e2c7f39d48 [16:16:33]Attempting to boot anyway…
Anny suggestions . Thanks Frank
Hey, it is hard to help with no context!
Can you post your YAML configuration file here? You can redact your WiFi/OTA passwords when you paste.
Hello,
this ist the yaml sorry for the response, i thought, that it can not be the code, as it compiles fully.
it also loads up to the esp, .
but when i start with this code it ends up in a bootloop.
i allready have one ESP with that thread information running, and it works.
regards Frank
esphome:
name: threadrouter
friendly_name: threadrouter
esp32:
board: esp32-c6-devkitc-1
variant: ESP32C6
framework:
type: esp-idf
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "4pFUz5LbRj3hSFYFx24tpo/AFMNXWdyDxZ.........."
ota:
- platform: esphome
password: "1854f7f4a700c40d10a65e67d7d80..."
network:
enable_ipv6: true
openthread:
device_type: FTD
tlv: 0e080000000000010000000300000f4a0300001635060004001fffe0020876f18c26e76156250708fd232f5b02ae3f04051014b94f4e9efa25e3caeafd335d1a813b030e68612d7468726561642d643137320102d17204108194699c2092f6d8a33711688a944b900c...........
sensor:
- platform: internal_temperature
name: "Internal Temperature"
Hi, it was an error in making the binary, you need factory default. Not ota when you create the binary with esp maker.
Thank you Frank
Welcome
1 Like