RavenSystem / esp-homekit-devices

Advanced firmware to add native Apple HomeKit and custom configurations, compatible with any SoC based on ESP32, ESP32-S, ESP32-C and ESP8266 series. (Shelly, Sonoff, Electrodragon, Tuya...)
Other
2.75k stars 361 forks source link

Esp32 Flassing issue #2318

Closed okanduzyel closed 6 hours ago

okanduzyel commented 1 day ago

Hi,

I would like to flash my esp32 to HAA but I had got always errors for all esp32 haa bin files. My module is that:

https://surplustronics.co.nz/products/9368-esp32-development-board-38-pin-espwroom-32s

When I flash it with s2: It gives that output:

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
wrong chip id 0x0002

When I triy to flash esp32 or esp32_1, I got that error:

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:236
ho 0 tail 12 room 4
load:0x40078000,len:12904
ho 0 tail 12 room 4
load:0x40080400,len:4
load:0x40080404,len:2856
entry 0x4008054c
HAABOOT
Wifi init
* SETUP
Wifi AP HAA-F328B4 Ch11
Start WEB
ets Jul 29 2019 12:21:46

rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee

The other ones are not able to load to chip. I tried to flash my board with Arduino, I did led blink and serial com communications. So it works. What is the problem with haa?