Page 1 of 1

ESP8684 print rst:0x1 (POWERON),boot:0x0 (unk) after power on.

Posted: Thu Dec 14, 2023 4:25 am
by Ary_Ye
I'm fresh on the ESP hardware design, flowing the esp8684 hardware guide and made this board by myself. After welding, it won't work and print
ESP-ROM:esp8684-api2-20220127
Build:Jan 27 2022
rst:0x1 (POWERON),boot:0x0 (unk)
I don't know what does it mean and hard to find the same question on Google.
This is the sch and pcblayout
Waitting for your help.

Re: ESP8684 print rst:0x1 (POWERON),boot:0x0 (unk) after power on.

Posted: Thu Dec 14, 2023 12:24 pm
by ESP_Sprite
You missed the strapping pin. GPIO8 needs to be pulled up, and GPIO9 needs to be high or low, depending on if you want download or SPI boot mode.

Re: ESP8684 print rst:0x1 (POWERON),boot:0x0 (unk) after power on.

Posted: Fri Dec 15, 2023 7:28 am
by Ary_Ye
ESP_Sprite wrote:
Thu Dec 14, 2023 12:24 pm
You missed the strapping pin. GPIO8 needs to be pulled up, and GPIO9 needs to be high or low, depending on if you want download or SPI boot mode.
yep,That is the main point, the section is written in modle datasheet and chip datasheet, instand of hardware guide. Any way ,thank you for your help. :D