Skip to content

Boot Loop with latest web firmware #3712

@MiddleSiggy

Description

@MiddleSiggy

The Problem

My chip is crashing on a loop during boot:

I just flashed using the web to version 16 and here is what I get:

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:7664
load:0x40078000,len:15360
load:0x40080400,len:3744
entry 0x4008067c
I (53) boot: ESP-IDF 4.3.2 2nd stage bootloader
I (53) boot: compile time 20:02:47
I (53) boot: chip revision: 3
I (56) boot_comm: chip revision: 3, min. bootloader chip revision: 0
I (63) boot.esp32: SPI Speed      : 40MHz
I (68) boot.esp32: SPI Mode       : DIO
I (72) boot.esp32: SPI Flash Size : 4MB
I (77) boot: Enabling RNG early entropy source...
I (82) boot: Partition Table:
I (86) boot: ## Label            Usage          Type ST Offset   Length
I (93) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (100) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (108) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (116) boot:  3 ota_0            OTA app          00 10 00010000 001db000
I (123) boot:  4 ota_1            OTA app          00 11 001f0000 001db000
I (131) boot: End of partition table
I (135) boot_comm: chip revision: 3, min. application chip revision: 0
I (142) esp_image: segment 0: paddr=00010020 vaddr=3f400020 size=335f0h (210416) map
I (231) esp_image: segment 1: paddr=00043618 vaddr=3ffb0000 size=04ab0h ( 19120) load
I (239) esp_image: segment 2: paddr=000480d0 vaddr=40080000 size=07f48h ( 32584) load
I (254) esp_image: segment 3: paddr=00050020 vaddr=400d0020 size=11eb14h (1174292) map
I (703) esp_image: segment 4: paddr=0016eb3c vaddr=40087f48 size=13580h ( 79232) load
I (751) boot: Loaded app from partition at offset 0x10000
I (751) boot: Disabling RNG early entropy source...
I (763) quad_psram: This chip is ESP32-D0WD
I (764) esp_psram: Found 8MB PSRAM device
I (764) esp_psram: Speed: 40MHz
I (764) esp_psram: PSRAM initialized, cache is in low/high (2-core) mode.
W (771) esp_psram: Virtual address not enough for PSRAM, map as much as we can. 4MB is mapped
I (779) cpu_start: Multicore app
I (1663) esp_psram: SPI SRAM memory test OK
I (1672) cpu_start: Pro cpu start user code
I (1672) cpu_start: cpu freq: 160000000 Hz
I (1672) app_init: Application information:
I (1672) app_init: Project name:     AI-on-the-edge
I (1677) app_init: App version:      v16.0.0
I (1681) app_init: Compile time:     Mar 15 2025 13:31:36
I (1686) app_init: ELF file SHA256:  2a3f258f4...
I (1690) app_init: ESP-IDF:          5.3.1
I (1694) efuse_init: Min chip rev:     v0.0
I (1698) efuse_init: Max chip rev:     v3.99 
I (1702) efuse_init: Chip rev:         v3.1
I (1706) heap_init: Initializing. RAM available for dynamic allocation:
I (1712) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (1717) heap_init: At 3FFBC580 len 00023A80 (142 KiB): DRAM
I (1723) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1728) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1734) heap_init: At 4009B4C8 len 00004B38 (18 KiB): IRAM
I (1740) esp_psram: Adding pool of 4081K of PSRAM memory to heap allocator
I (1747) spi_flash: detected chip: generic
I (1750) spi_flash: flash io: dio
W (1754) i2c: This driver is an old driver, please migrate your application code to adapt `driver/i2c_master.h`
I (1774) main_task: Started on CPU0
I (1784) esp_psram: Reserving pool of 40K of internal memory for DMA/internal allocations
I (1784) main_task: Calling app_main()
I (1784) MAIN: 



================ Start app_main =================
I (1884) MAIN: =================================================
I (1894) MAIN: ==================== Start ======================
I (1904) MAIN: =================================================
I (1914) SDCARD: Basic R/W check started...
I (1954) SDCARD: Basic R/W check successful
I (1974) OTA: Start CheckOTAUpdateCheck...
I (1984) OTA: SHA-256 for the partition table: : 9d4a2809ae90fb20709a8ca3dd3ac3462e1e73286bcd31b689060c91de06fa3a
I (2004) OTA: SHA-256 for bootloader: : 4a9573dafac5d5c79c43e5a356568332da3a99dd2e220da6ceeadc96d32708a2
I (2404) OTA: SHA-256 for current firmware: : 6b7b421ffc456d7032c99d64763181a1b80020d93b597ad72b73495dd4e56f86
I (2434) MAIN: PSRAM size: 8388608 byte (8MB / 64MBit)
I (2444) MAIN: Total heap: 4378707 byte
I (2564) gpio: GPIO[25]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:2 
I (2564) cam_hal: cam init ok
I (2564) sccb: pin_sda 26 pin_scl 27
I (2564) sccb: sccb_i2c_port=1
I (2564) gpio: GPIO[32]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0 
I (2604) camera: Detected camera at address=0x30
I (2604) camera: Detected OV2640 camera
I (2604) camera: Camera PID=0x26 VER=0x42 MIDL=0x7f MIDH=0xa2
I (2694) cam_hal: buffer_size: 32768, half_buffer_size: 4096, node_buffer_size: 2048, node_cnt: 16, total_cnt: 15
I (2694) cam_hal: Allocating 61440 Byte frame buffer in PSRAM
I (2694) cam_hal: cam config ok
I (2694) ov2640: Set PLL: clk_2x: 0, clk_div: 0, pclk_auto: 0, pclk_div: 8
I (2874) CAM: OV2640 camera module detected
I (4874) MAIN: Camera info: PID: 0x26, VER: 0x42, MIDL: 0x7f, MIDH: 0xa2
I (4944) SNTP: TimeServer not defined, using default: pool.ntp.org
I (4954) SNTP: Configuring NTP Client...
I (4964) SNTP: Time zone set to CET-1CEST,M3.5.0,M10.5.0/3
I (4984) SNTP: time zone: +0100 Delta to UTC: 3600 seconds
I (4994) SNTP: The local time is unknown, starting with 1970-01-01 01:00:09
I (5004) SNTP: Once the NTP server provides a time, we will switch to that one
I (5034) MAIN: CPU frequency: 160 MHz
I (5044) SDCARD: Folder/file presence check started...
I (5114) SDCARD: Folder/file presence check successful
I (5134) MAIN: Tag: 'v16.0.0', Release: v16.0.0 (Commit: f542d84), Date/Time: 2025-03-15 13:28, Web UI: Release: v16.0.0 (Commit: f542d84)
I (5164) MAIN: Reset reason: Brownout
I (5174) WLANINI: SSID: siggy
I (5194) WLANINI: Password: XXXXXXXX
I (5204) WLANINI: Hostname: watersoftner
I (5214) WLANINI: IP-Address: 10.254.1.15
I (5224) WLANINI: Gateway: 10.254.0.1
I (5234) WLANINI: Netmask: 255.255.254.0
I (5244) WLANINI: DNS: 10.254.0.251
I (5264) WLANINI: RSSIThreshold: 0
I (5274) MAIN: WLAN config loaded, init WIFI...
I (5284) WIFI: Manual interface config -> IP: 10.254.1.15, Gateway: 10.254.0.1, Netmask: 255.255.254.0
I (5314) wifi:wifi driver task: 3ffcf9a4, prio:23, stack:6144, core=0
I (5324) wifi:wifi firmware version: ccaebfa
I (5324) wifi:wifi certification version: v7.0
I (5324) wifi:config NVS flash: enabled
I (5324) wifi:config nano formating: enabled
I (5324) wifi:Init data frame dynamic rx buffer num: 16
I (5334) wifi:Init static rx mgmt buffer num: 5
I (5334) wifi:Init management short buffer num: 32
I (5344) wifi:Init static tx buffer num: 16
I (5344) wifi:Init tx cache buffer num: 16
I (5344) wifi:Init static rx buffer size: 1600
I (5354) wifi:Init static rx buffer num: 16
I (5354) wifi:Init dynamic rx buffer num: 16
I (5364) wifi_init: rx ba win: 16
I (5364) wifi_init: accept mbox: 6
I (5364) wifi_init: tcpip mbox: 32
I (5364) wifi_init: udp mbox: 6
I (5374) wifi_init: tcp mbox: 6
I (5374) wifi_init: tcp tx win: 5760
I (5374) wifi_init: tcp rx win: 5760
I (5384) wifi_init: tcp mss: 1440
I (5384) wifi_init: WiFi/LWIP prefer SPIRAM
I (5384) wifi_init: WiFi IRAM OP enabled
I (5394) wifi_init: WiFi RX IRAM OP enabled
I (5394) WIFI: Manual interface config -> DNS: 10.254.0.251
W (5414) wifi:Password length matches WPA2 standards, authmode threshold changes from OPEN to WPA2
I (5414) phy_init: phy_version 4830,54550f7,Jun 20 2024,14:22:08
W (5414) phy_init: failed to load RF calibration data (0x1102), falling back to full calibration
�ets Jul 29 2019 12:21:46

Let me know if I can be any more help

Version

16.0.0

Logfile

No Log file avaiable

Expected Behavior

Should boot

Screenshots

No response

Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions