Skip to content

Unable to boot my esp32. #14

@crocchietta

Description

@crocchietta

Hello. I am new to the world of ESPs.
I have flashed an ESP32-WROOM-32 with the firmware EMS-ESP-2_2_0-esp32.bin.
I used with success the command

python3 esptool.py -p /dev/ttyUSB0 -b 921600 write_flash 0x00000 /home/christophe/Bureau/EMS-ESP-2_2_0-esp32.bin 
esptool.py v2.6
Serial port /dev/ttyUSB0
Connecting....
Detecting chip type... ESP32
Chip is ESP32D0WDQ6 (revision 1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
MAC: 10:52:1c:62:b6:88
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 921600
Changed.
Configuring flash size...
Auto-detected Flash size: 4MB
Compressed 1515744 bytes to 950628...
Wrote 1515744 bytes (950628 compressed) at 0x00000000 in 13.3 seconds (effective 912.6 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...

Then the red led of the ESP32 flashes quickly.

With minicom, I get looped :

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)                     
flash read err, 1000                                                            
ets_main.c 371                                                                  
ets Jun  8 2016 00:22:57

is there something else to do before flashing this firmware?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion about something

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions