-
Notifications
You must be signed in to change notification settings - Fork 183
Description
Checklist
- Checked the issue tracker for similar issues to ensure this is not a duplicate
- Read the documentation to confirm the issue is not addressed there and your configuration is set correctly
- Tested with the latest version to ensure the issue hasn't been fixed
How often does this bug occurs?
always
Expected behavior
Running wakenet on XIAO ESP32S3 keeps restarting. How to correctly adapt to the board that is not in the list?
Actual behavior (suspected bug)
v5.0 suspected bug
W (247) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (256) esp_psram: Found 8MB PSRAM device
I (259) esp_psram: Speed: 80MHz
I (262) cpu_start: Pro cpu up.
I (265) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
v5.4.2 suspected bug
Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed)
MMU entry fault error occurred while accessing the address 0x3c956e50 (invalid mmu entry)
Error logs or terminal output
gally@MacBook-Air wakenet % idf.py build flash monitor
/Users/gally/esp/v5.0/esp-idf/tools/check_python_dependencies.py:12: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Executing action: all (aliases: build)
Running ninja in directory /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build
Executing "ninja all"...
[1/4] cd /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/esp-idf/esptool_p...in /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/wake_word_detection.binwake_word_detection.bin binary size 0x86760 bytes. Smallest app partition is 0x12c000 bytes. 0xa58a0 bytes (55%) free.
[1/1] cd /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/bootloader/esp-id... /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/bootloader/bootloader.binBootloader binary size 0x53b0 bytes. 0x2c50 bytes (35%) free.
[4/4] Completed 'bootloader'Executing action: flash
Serial port /dev/cu.usbmodem1101
Connecting...
Detecting chip type... ESP32-S3
Running ninja in directory /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build
Executing "ninja flash"...
[1/5] cd /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/esp-idf/esptool_py && /Users/gally/.espressif/python_env/idf5.0_py3.9_env/bin/python /Users/gally/esp/v5.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/partition_table/partition-table.bin /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/wake_word_detection.bin
wake_word_detection.bin binary size 0x86760 bytes. Smallest app partition is 0x12c000 bytes. 0xa58a0 bytes (55%) free.
[2/5] Performing build step for 'bootloader'
[1/1] cd /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/bootloader/esp-idf/esptool_py && /Users/gally/.espressif/python_env/idf5.0_py3.9_env/bin/python /Users/gally/esp/v5.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/bootloader/bootloader.bin
Bootloader binary size 0x53b0 bytes. 0x2c50 bytes (35%) free.
[3/5] No install step for 'bootloader'
[4/5] Completed 'bootloader'
[4/5] cd /Users/gally/esp/v5.0/esp-idf/components/esptool_py && /opt/ST/STM32CubeCLT_1.18.0/CMake/bin/cmake -D IDF_PATH=/Users/gally/esp/v5.0/esp-idf -D "SERIAL_TOOL=/Users/gally/.espressif/python_env/idf5.0_py3.9_env/bin/python;;/Users/gally/esp/v5.0/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32s3" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build -P /Users/gally/esp/v5.0/esp-idf/components/esptool_py/run_serial_tool.cmake
esptool.py --chip esp32s3 -p /dev/cu.usbmodem1101 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 8MB 0x0 bootloader/bootloader.bin 0x10000 wake_word_detection.bin 0x8000 partition_table/partition-table.bin 0x13c000 srmodels/srmodels.bin
esptool.py v4.7.0
Serial port /dev/cu.usbmodem1101
Connecting...
Chip is ESP32-S3 (QFN56) (revision v0.2)
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
Crystal is 40MHz
MAC: d8:3b:da:47:31:0c
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00005fff...
Flash will be erased from 0x00010000 to 0x00096fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash will be erased from 0x0013c000 to 0x00206fff...
Compressed 21424 bytes to 14023...
Writing at 0x00000000... (100 %)
Wrote 21424 bytes (14023 compressed) at 0x00000000 in 0.4 seconds (effective 475.9 kbit/s)...
Hash of data verified.
Compressed 550752 bytes to 335441...
Writing at 0x00010000... (4 %)
Writing at 0x0001887f... (9 %)
Writing at 0x0001d899... (14 %)
Writing at 0x00021d86... (19 %)
Writing at 0x0002712e... (23 %)
Writing at 0x0002d385... (28 %)
Writing at 0x00033861... (33 %)
Writing at 0x00037c8e... (38 %)
Writing at 0x0003c673... (42 %)
Writing at 0x00041fb5... (47 %)
Writing at 0x0004c1e5... (52 %)
Writing at 0x00052d30... (57 %)
Writing at 0x00058d41... (61 %)
Writing at 0x0005f5bd... (66 %)
Writing at 0x00067f22... (71 %)
Writing at 0x0006f728... (76 %)
Writing at 0x00075149... (80 %)
Writing at 0x0007ddff... (85 %)
Writing at 0x000876ae... (90 %)
Writing at 0x0008d9b2... (95 %)
Writing at 0x0009363e... (100 %)
Wrote 550752 bytes (335441 compressed) at 0x00010000 in 3.6 seconds (effective 1209.6 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 91...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (91 compressed) at 0x00008000 in 0.0 seconds (effective 538.3 kbit/s)...
Hash of data verified.
Compressed 831092 bytes to 567141...
Writing at 0x0013c000... (2 %)
Writing at 0x00140f4d... (5 %)
Writing at 0x0014578c... (8 %)
Writing at 0x0014a419... (11 %)
Writing at 0x0014f96e... (14 %)
Writing at 0x0015453d... (17 %)
Writing at 0x0015960f... (20 %)
Writing at 0x0015e177... (22 %)
Writing at 0x00162af9... (25 %)
Writing at 0x00167908... (28 %)
Writing at 0x0016cb9d... (31 %)
Writing at 0x00171929... (34 %)
Writing at 0x00176490... (37 %)
Writing at 0x0017b5ef... (40 %)
Writing at 0x0018060a... (42 %)
Writing at 0x00186226... (45 %)
Writing at 0x0018b6ce... (48 %)
Writing at 0x0019029c... (51 %)
Writing at 0x001950a5... (54 %)
Writing at 0x00199a15... (57 %)
Writing at 0x0019ec9b... (60 %)
Writing at 0x001a4380... (62 %)
Writing at 0x001aaac5... (65 %)
Writing at 0x001b30a8... (68 %)
Writing at 0x001bf359... (71 %)
Writing at 0x001c642f... (74 %)
Writing at 0x001cedba... (77 %)
Writing at 0x001d4798... (80 %)
Writing at 0x001d9fc2... (82 %)
Writing at 0x001e5b3f... (85 %)
Writing at 0x001ec823... (88 %)
Writing at 0x001f2245... (91 %)
Writing at 0x001f6cae... (94 %)
Writing at 0x001fc8d8... (97 %)
Writing at 0x00203a22... (100 %)
Wrote 831092 bytes (567141 compressed) at 0x0013c000 in 5.8 seconds (effective 1155.0 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
Executing action: monitor
Serial port /dev/cu.usbmodem1101
Connecting...
Detecting chip type... ESP32-S3
Running idf_monitor in directory /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet
Executing "/Users/gally/.espressif/python_env/idf5.0_py3.9_env/bin/python /Users/gally/esp/v5.0/esp-idf/tools/idf_monitor.py -p /dev/cu.usbmodem1101 -b 115200 --toolchain-prefix xtensa-esp32s3-elf- --target esp32s3 /Users/gally/Library/CloudStorage/Dropbox/Git/GitHub/esp-skainet/examples/wake_word_detection/wakenet/build/wake_word_detection.elf -m '/Users/gally/.espressif/python_env/idf5.0_py3.9_env/bin/python' '/Users/gally/esp/v5.0/esp-idf/tools/idf.py'"...
--- idf_monitor on /dev/cu.usbmodem1101 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40048ee5
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x14d4
load:0x403c9700,len:0xe88
load:0x403cc700,len:0x3000
entry 0x403c9930
I (24) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (24) boot: compile time 10:06:34
I (25) boot: chip revision: v0.2
I (25) boot_comm: chip revision: 2, min. bootloader chip revision: 0
I (30) qio_mode: Enabling default flash chip QIO
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : QIO
I (42) boot.esp32s3: SPI Flash Size : 8MB
I (46) boot: Enabling RNG early entropy source...
I (50) boot: Partition Table:
I (53) boot: ## Label Usage Type ST Offset Length
I (59) boot: 0 factory factory app 00 00 00010000 0012c000
I (66) boot: 1 model Unknown data 01 82 0013c000 00096000
I (72) boot: End of partition table
I (75) boot_comm: chip revision: 2, min. application chip revision: 0
I (82) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=387ach (231340) map
I (124) esp_image: segment 1: paddr=000487d4 vaddr=3fc97a00 size=054ach ( 21676) load
I (128) esp_image: segment 2: paddr=0004dc88 vaddr=40378000 size=02390h ( 9104) load
I (131) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=39124h (233764) map
I (171) esp_image: segment 4: paddr=0008914c vaddr=4037a390 size=0d5d4h ( 54740) load
I (182) esp_image: segment 5: paddr=00096728 vaddr=50000000 size=00010h ( 16) load
I (189) boot: Loaded app from partition at offset 0x10000
I (189) boot: Disabling RNG early entropy source...
I (199) octal_psram: vendor id : 0x0d (AP)
I (199) octal_psram: dev id : 0x02 (generation 3)
I (200) octal_psram: density : 0x03 (64 Mbit)
I (201) octal_psram: good-die : 0x01 (Pass)
I (206) octal_psram: Latency : 0x01 (Fixed)
I (210) octal_psram: VCC : 0x01 (3V)
I (214) octal_psram: SRF : 0x01 (Fast Refresh)
I (219) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (224) octal_psram: BurstLen : 0x01 (32 Byte)
I (228) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (234) octal_psram: DriveStrength: 0x00 (1/1)
W (238) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (248) esp_psram: Found 8MB PSRAM device
I (251) esp_psram: Speed: 80MHz
I (254) cpu_start: Pro cpu up.
I (256) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
I (0) cpu_start: App cpu up.
I (580) esp_psram: SPI SRAM memory test OK
I (588) cpu_start: Pro cpu start user code
I (589) cpu_start: cpu freq: 240000000 Hz
I (589) cpu_start: Application information:
I (589) cpu_start: Project name: wake_word_detection
I (594) cpu_start: App version: v0.3.0-355-gb263b2b-dirty
I (599) cpu_start: Compile time: Aug 4 2025 10:06:28
I (604) cpu_start: ELF file SHA256: 2cfd13d6...
I (609) cpu_start: ESP-IDF: v5.0-dirty
I (613) heap_init: Initializing. RAM available for dynamic allocation:
I (619) heap_init: At 3FC9DD80 len 0004B990 (302 KiB): D/IRAM
I (625) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (630) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (636) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (643) spi_flash: detected chip: gd
I (646) spi_flash: flash io: qio
I (649) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (657) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (667) MODEL_LOADER: The storage free size is 7680 KB
I (677) MODEL_LOADER: The partition size is 600 KB
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x4200258b
0x4200258b: panic_handler at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/panic_handler.c:147 (discriminator 3)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x14d4
load:0x403c9700,len:0xe88
load:0x403cc700,len:0x3000
entry 0x403c9930
I (24) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (24) boot: compile time 10:06:34
I (24) boot: chip revision: v0.2
I (24) boot_comm: chip revision: 2, min. bootloader chip revision: 0
I (29) qio_mode: Enabling default flash chip QIO
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : QIO
I (41) boot.esp32s3: SPI Flash Size : 8MB
W (45) boot.esp32s3: PRO CPU has been reset by WDT.
W (50) boot.esp32s3: APP CPU has been reset by WDT.
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (61) boot: ## Label Usage Type ST Offset Length
I (68) boot: 0 factory factory app 00 00 00010000 0012c000
I (74) boot: 1 model Unknown data 01 82 0013c000 00096000
I (81) boot: End of partition table
I (84) boot_comm: chip revision: 2, min. application chip revision: 0
I (90) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=387ach (231340) map
I (133) esp_image: segment 1: paddr=000487d4 vaddr=3fc97a00 size=054ach ( 21676) load
I (137) esp_image: segment 2: paddr=0004dc88 vaddr=40378000 size=02390h ( 9104) load
I (139) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=39124h (233764) map
I (180) esp_image: segment 4: paddr=0008914c vaddr=4037a390 size=0d5d4h ( 54740) load
I (191) esp_image: segment 5: paddr=00096728 vaddr=50000000 size=00010h ( 16) load
I (198) boot: Loaded app from partition at offset 0x10000
I (198) boot: Disabling RNG early entropy source...
I (208) octal_psram: vendor id : 0x0d (AP)
I (208) octal_psram: dev id : 0x02 (generation 3)
I (208) octal_psram: density : 0x03 (64 Mbit)
I (210) octal_psram: good-die : 0x01 (Pass)
I (214) octal_psram: Latency : 0x01 (Fixed)
I (219) octal_psram: VCC : 0x01 (3V)
I (223) octal_psram: SRF : 0x01 (Fast Refresh)
I (228) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (233) octal_psram: BurstLen : 0x01 (32 Byte)
I (237) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (242) octal_psram: DriveStrength: 0x00 (1/1)
W (247) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (256) esp_psram: Found 8MB PSRAM device
I (259) esp_psram: Speed: 80MHz
I (262) cpu_start: Pro cpu up.
I (265) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
I (0) cpu_start: App cpu up.
I (588) esp_psram: SPI SRAM memory test OK
I (597) cpu_start: Pro cpu start user code
I (597) cpu_start: cpu freq: 240000000 Hz
I (597) cpu_start: Application information:
I (598) cpu_start: Project name: wake_word_detection
I (602) cpu_start: App version: v0.3.0-355-gb263b2b-dirty
I (608) cpu_start: Compile time: Aug 4 2025 10:06:28
I (613) cpu_start: ELF file SHA256: 2cfd13d6...
I (617) cpu_start: ESP-IDF: v5.0-dirty
I (622) heap_init: Initializing. RAM available for dynamic allocation:
I (628) heap_init: At 3FC9DD80 len 0004B990 (302 KiB): D/IRAM
I (633) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (639) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (645) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (651) spi_flash: detected chip: gd
I (654) spi_flash: flash io: qio
I (658) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (666) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (676) MODEL_LOADER: The storage free size is 7680 KB
I (686) MODEL_LOADER: The partition size is 600 KB
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x4200258b
0x4200258b: panic_handler at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/panic_handler.c:147 (discriminator 3)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x14d4
load:0x403c9700,len:0xe88
load:0x403cc700,len:0x3000
entry 0x403c9930
I (24) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (24) boot: compile time 10:06:34
I (24) boot: chip revision: v0.2
I (24) boot_comm: chip revision: 2, min. bootloader chip revision: 0
I (29) qio_mode: Enabling default flash chip QIO
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : QIO
I (41) boot.esp32s3: SPI Flash Size : 8MB
W (45) boot.esp32s3: PRO CPU has been reset by WDT.
W (50) boot.esp32s3: APP CPU has been reset by WDT.
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (61) boot: ## Label Usage Type ST Offset Length
I (68) boot: 0 factory factory app 00 00 00010000 0012c000
I (74) boot: 1 model Unknown data 01 82 0013c000 00096000
I (81) boot: End of partition table
I (84) boot_comm: chip revision: 2, min. application chip revision: 0
I (90) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=387ach (231340) map
I (133) esp_image: segment 1: paddr=000487d4 vaddr=3fc97a00 size=054ach ( 21676) load
I (137) esp_image: segment 2: paddr=0004dc88 vaddr=40378000 size=02390h ( 9104) load
I (139) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=39124h (233764) map
I (180) esp_image: segment 4: paddr=0008914c vaddr=4037a390 size=0d5d4h ( 54740) load
I (191) esp_image: segment 5: paddr=00096728 vaddr=50000000 size=00010h ( 16) load
I (198) boot: Loaded app from partition at offset 0x10000
I (198) boot: Disabling RNG early entropy source...
I (208) octal_psram: vendor id : 0x0d (AP)
I (208) octal_psram: dev id : 0x02 (generation 3)
I (208) octal_psram: density : 0x03 (64 Mbit)
I (210) octal_psram: good-die : 0x01 (Pass)
I (214) octal_psram: Latency : 0x01 (Fixed)
I (219) octal_psram: VCC : 0x01 (3V)
I (223) octal_psram: SRF : 0x01 (Fast Refresh)
I (228) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (233) octal_psram: BurstLen : 0x01 (32 Byte)
I (237) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (242) octal_psram: DriveStrength: 0x00 (1/1)
W (247) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (256) esp_psram: Found 8MB PSRAM device
I (259) esp_psram: Speed: 80MHz
I (262) cpu_start: Pro cpu up.
I (265) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
I (0) cpu_start: App cpu up.
I (588) esp_psram: SPI SRAM memory test OK
I (597) cpu_start: Pro cpu start user code
I (597) cpu_start: cpu freq: 240000000 Hz
I (597) cpu_start: Application information:
I (598) cpu_start: Project name: wake_word_detection
I (602) cpu_start: App version: v0.3.0-355-gb263b2b-dirty
I (608) cpu_start: Compile time: Aug 4 2025 10:06:28
I (613) cpu_start: ELF file SHA256: 2cfd13d6...
I (617) cpu_start: ESP-IDF: v5.0-dirty
I (622) heap_init: Initializing. RAM available for dynamic allocation:
I (628) heap_init: At 3FC9DD80 len 0004B990 (302 KiB): D/IRAM
I (633) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (639) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (645) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (651) spi_flash: detected chip: gd
I (654) spi_flash: flash io: qio
I (658) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (666) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (676) MODEL_LOADER: The storage free size is 7680 KB
I (686) MODEL_LOADER: The partition size is 600 KB
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x4200258b
0x4200258b: panic_handler at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/panic_handler.c:147 (discriminator 3)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x14d4
load:0x403c9700,len:0xe88
load:0x403cc700,len:0x3000
entry 0x403c9930
I (24) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (24) boot: compile time 10:06:34
I (24) boot: chip revision: v0.2
I (24) boot_comm: chip revision: 2, min. bootloader chip revision: 0
I (29) qio_mode: Enabling default flash chip QIO
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : QIO
I (41) boot.esp32s3: SPI Flash Size : 8MB
W (45) boot.esp32s3: PRO CPU has been reset by WDT.
W (50) boot.esp32s3: APP CPU has been reset by WDT.
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (61) boot: ## Label Usage Type ST Offset Length
I (68) boot: 0 factory factory app 00 00 00010000 0012c000
I (74) boot: 1 model Unknown data 01 82 0013c000 00096000
I (81) boot: End of partition table
I (84) boot_comm: chip revision: 2, min. application chip revision: 0
I (90) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=387ach (231340) map
I (133) esp_image: segment 1: paddr=000487d4 vaddr=3fc97a00 size=054ach ( 21676) load
I (137) esp_image: segment 2: paddr=0004dc88 vaddr=40378000 size=02390h ( 9104) load
I (139) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=39124h (233764) map
I (180) esp_image: segment 4: paddr=0008914c vaddr=4037a390 size=0d5d4h ( 54740) load
I (191) esp_image: segment 5: paddr=00096728 vaddr=50000000 size=00010h ( 16) load
I (198) boot: Loaded app from partition at offset 0x10000
I (198) boot: Disabling RNG early entropy source...
I (208) octal_psram: vendor id : 0x0d (AP)
I (208) octal_psram: dev id : 0x02 (generation 3)
I (208) octal_psram: density : 0x03 (64 Mbit)
I (210) octal_psram: good-die : 0x01 (Pass)
I (214) octal_psram: Latency : 0x01 (Fixed)
I (219) octal_psram: VCC : 0x01 (3V)
I (223) octal_psram: SRF : 0x01 (Fast Refresh)
I (228) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (233) octal_psram: BurstLen : 0x01 (32 Byte)
I (237) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (242) octal_psram: DriveStrength: 0x00 (1/1)
W (247) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (256) esp_psram: Found 8MB PSRAM device
I (259) esp_psram: Speed: 80MHz
I (262) cpu_start: Pro cpu up.
I (265) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
I (0) cpu_start: App cpu up.
I (588) esp_psram: SPI SRAM memory test OK
I (597) cpu_start: Pro cpu start user code
I (597) cpu_start: cpu freq: 240000000 Hz
I (597) cpu_start: Application information:
I (598) cpu_start: Project name: wake_word_detection
I (602) cpu_start: App version: v0.3.0-355-gb263b2b-dirty
I (608) cpu_start: Compile time: Aug 4 2025 10:06:28
I (613) cpu_start: ELF file SHA256: 2cfd13d6...
I (617) cpu_start: ESP-IDF: v5.0-dirty
I (622) heap_init: Initializing. RAM available for dynamic allocation:
I (628) heap_init: At 3FC9DD80 len 0004B990 (302 KiB): D/IRAM
I (633) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (639) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (645) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (651) spi_flash: detected chip: gd
I (654) spi_flash: flash io: qio
I (658) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (666) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (676) MODEL_LOADER: The storage free size is 7680 KB
I (686) MODEL_LOADER: The partition size is 600 KB
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x4200258b
0x4200258b: panic_handler at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/panic_handler.c:147 (discriminator 3)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x14d4
load:0x403c9700,len:0xe88
load:0x403cc700,len:0x3000
entry 0x403c9930
I (24) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (24) boot: compile time 10:06:34
I (24) boot: chip revision: v0.2
I (24) boot_comm: chip revision: 2, min. bootloader chip revision: 0
I (29) qio_mode: Enabling default flash chip QIO
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : QIO
I (41) boot.esp32s3: SPI Flash Size : 8MB
W (45) boot.esp32s3: PRO CPU has been reset by WDT.
W (50) boot.esp32s3: APP CPU has been reset by WDT.
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (61) boot: ## Label Usage Type ST Offset Length
I (68) boot: 0 factory factory app 00 00 00010000 0012c000
I (74) boot: 1 model Unknown data 01 82 0013c000 00096000
I (81) boot: End of partition table
I (84) boot_comm: chip revision: 2, min. application chip revision: 0
I (90) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=387ach (231340) map
I (133) esp_image: segment 1: paddr=000487d4 vaddr=3fc97a00 size=054ach ( 21676) load
I (137) esp_image: segment 2: paddr=0004dc88 vaddr=40378000 size=02390h ( 9104) load
I (139) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=39124h (233764) map
I (180) esp_image: segment 4: paddr=0008914c vaddr=4037a390 size=0d5d4h ( 54740) load
I (191) esp_image: segment 5: paddr=00096728 vaddr=50000000 size=00010h ( 16) load
I (198) boot: Loaded app from partition at offset 0x10000
I (198) boot: Disabling RNG early entropy source...
I (208) octal_psram: vendor id : 0x0d (AP)
I (208) octal_psram: dev id : 0x02 (generation 3)
I (208) octal_psram: density : 0x03 (64 Mbit)
I (210) octal_psram: good-die : 0x01 (Pass)
I (214) octal_psram: Latency : 0x01 (Fixed)
I (219) octal_psram: VCC : 0x01 (3V)
I (223) octal_psram: SRF : 0x01 (Fast Refresh)
I (228) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (233) octal_psram: BurstLen : 0x01 (32 Byte)
I (237) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (242) octal_psram: DriveStrength: 0x00 (1/1)
W (247) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (256) esp_psram: Found 8MB PSRAM device
I (259) esp_psram: Speed: 80MHz
I (262) cpu_start: Pro cpu up.
I (265) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
I (0) cpu_start: App cpu up.
I (588) esp_psram: SPI SRAM memory test OK
I (597) cpu_start: Pro cpu start user code
I (597) cpu_start: cpu freq: 240000000 Hz
I (597) cpu_start: Application information:
I (598) cpu_start: Project name: wake_word_detection
I (602) cpu_start: App version: v0.3.0-355-gb263b2b-dirty
I (608) cpu_start: Compile time: Aug 4 2025 10:06:28
I (613) cpu_start: ELF file SHA256: 2cfd13d6...
I (617) cpu_start: ESP-IDF: v5.0-dirty
I (622) heap_init: Initializing. RAM available for dynamic allocation:
I (628) heap_init: At 3FC9DD80 len 0004B990 (302 KiB): D/IRAM
I (633) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (639) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (645) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (651) spi_flash: detected chip: gd
I (654) spi_flash: flash io: qio
I (658) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (666) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (676) MODEL_LOADER: The storage free size is 7680 KB
I (686) MODEL_LOADER: The partition size is 600 KB
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x4200258b
0x4200258b: panic_handler at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/panic_handler.c:147 (discriminator 3)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x14d4
load:0x403c9700,len:0xe88
load:0x403cc700,len:0x3000
entry 0x403c9930
I (24) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (24) boot: compile time 10:06:34
I (24) boot: chip revision: v0.2
I (24) boot_comm: chip revision: 2, min. bootloader chip revision: 0
I (29) qio_mode: Enabling default flash chip QIO
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : QIO
I (41) boot.esp32s3: SPI Flash Size : 8MB
W (45) boot.esp32s3: PRO CPU has been reset by WDT.
W (50) boot.esp32s3: APP CPU has been reset by WDT.
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (61) boot: ## Label Usage Type ST Offset Length
I (68) boot: 0 factory factory app 00 00 00010000 0012c000
I (74) boot: 1 model Unknown data 01 82 0013c000 00096000
I (81) boot: End of partition table
I (84) boot_comm: chip revision: 2, min. application chip revision: 0
I (90) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=387ach (231340) map
I (133) esp_image: segment 1: paddr=000487d4 vaddr=3fc97a00 size=054ach ( 21676) load
I (137) esp_image: segment 2: paddr=0004dc88 vaddr=40378000 size=02390h ( 9104) load
I (139) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=39124h (233764) map
I (180) esp_image: segment 4: paddr=0008914c vaddr=4037a390 size=0d5d4h ( 54740) load
I (191) esp_image: segment 5: paddr=00096728 vaddr=50000000 size=00010h ( 16) load
I (198) boot: Loaded app from partition at offset 0x10000
I (198) boot: Disabling RNG early entropy source...
I (208) octal_psram: vendor id : 0x0d (AP)
I (208) octal_psram: dev id : 0x02 (generation 3)
I (208) octal_psram: density : 0x03 (64 Mbit)
I (210) octal_psram: good-die : 0x01 (Pass)
I (214) octal_psram: Latency : 0x01 (Fixed)
I (219) octal_psram: VCC : 0x01 (3V)
I (223) octal_psram: SRF : 0x01 (Fast Refresh)
I (228) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (233) octal_psram: BurstLen : 0x01 (32 Byte)
I (237) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (242) octal_psram: DriveStrength: 0x00 (1/1)
W (247) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (256) esp_psram: Found 8MB PSRAM device
I (259) esp_psram: Speed: 80MHz
I (262) cpu_start: Pro cpu up.
I (265) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
I (0) cpu_start: App cpu up.
I (588) esp_psram: SPI SRAM memory test OK
I (597) cpu_start: Pro cpu start user code
I (597) cpu_start: cpu freq: 240000000 Hz
I (597) cpu_start: Application information:
I (598) cpu_start: Project name: wake_word_detection
I (602) cpu_start: App version: v0.3.0-355-gb263b2b-dirty
I (608) cpu_start: Compile time: Aug 4 2025 10:06:28
I (613) cpu_start: ELF file SHA256: 2cfd13d6...
I (617) cpu_start: ESP-IDF: v5.0-dirty
I (622) heap_init: Initializing. RAM available for dynamic allocation:
I (628) heap_init: At 3FC9DD80 len 0004B990 (302 KiB): D/IRAM
I (633) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (639) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (645) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (651) spi_flash: detected chip: gd
I (654) spi_flash: flash io: qio
I (658) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (666) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (676) MODEL_LOADER: The storage free size is 7680 KB
I (686) MODEL_LOADER: The partition size is 600 KB
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x8 (TG1WDT_SYS_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x4200258b
0x4200258b: panic_handler at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/panic_handler.c:147 (discriminator 3)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3810,len:0x14d4
load:0x403c9700,len:0xe88
load:0x403cc700,len:0x3000
entry 0x403c9930
I (24) boot: ESP-IDF v5.0-dirty 2nd stage bootloader
I (24) boot: compile time 10:06:34
I (24) boot: chip revision: v0.2
I (24) boot_comm: chip revision: 2, min. bootloader chip revision: 0
I (29) qio_mode: Enabling default flash chip QIO
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (38) boot.esp32s3: SPI Mode : QIO
I (41) boot.esp32s3: SPI Flash Size : 8MB
W (45) boot.esp32s3: PRO CPU has been reset by WDT.
W (50) boot.esp32s3: APP CPU has been reset by WDT.
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (61) boot: ## Label Usage Type ST Offset Length
I (68) boot: 0 factory factory app 00 00 00010000 0012c000
I (74) boot: 1 model Unknown data 01 82 0013c000 00096000
I (81) boot: End of partition table
I (84) boot_comm: chip revision: 2, min. application chip revision: 0
I (90) esp_image: segment 0: paddr=00010020 vaddr=3c040020 size=387ach (231340) map
I (133) esp_image: segment 1: paddr=000487d4 vaddr=3fc97a00 size=054ach ( 21676) load
I (137) esp_image: segment 2: paddr=0004dc88 vaddr=40378000 size=02390h ( 9104) load
I (139) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=39124h (233764) map
I (180) esp_image: segment 4: paddr=0008914c vaddr=4037a390 size=0d5d4h ( 54740) load
I (191) esp_image: segment 5: paddr=00096728 vaddr=50000000 size=00010h ( 16) load
I (198) boot: Loaded app from partition at offset 0x10000
I (198) boot: Disabling RNG early entropy source...
I (208) octal_psram: vendor id : 0x0d (AP)
I (208) octal_psram: dev id : 0x02 (generation 3)
I (208) octal_psram: density : 0x03 (64 Mbit)
I (210) octal_psram: good-die : 0x01 (Pass)
I (214) octal_psram: Latency : 0x01 (Fixed)
I (219) octal_psram: VCC : 0x01 (3V)
I (223) octal_psram: SRF : 0x01 (Fast Refresh)
I (228) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (233) octal_psram: BurstLen : 0x01 (32 Byte)
I (237) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (242) octal_psram: DriveStrength: 0x00 (1/1)
W (247) PSRAM: DO NOT USE FOR MASS PRODUCTION! Timing parameters will be updated in future IDF version.
I (256) esp_psram: Found 8MB PSRAM device
I (259) esp_psram: Speed: 80MHz
I (262) cpu_start: Pro cpu up.
I (265) cpu_start: Starting app cpu, entry point is 0x403793d8
0x403793d8: call_start_cpu1 at /Users/gally/esp/v5.0/esp-idf/components/esp_system/port/cpu_start.c:142
I (0) cpu_start: App cpu up.
I (588) esp_psram: SPI SRAM memory test OK
I (597) cpu_start: Pro cpu start user code
I (597) cpu_start: cpu freq: 240000000 Hz
I (597) cpu_start: Application information:
I (598) cpu_start: Project name: wake_word_detection
I (602) cpu_start: App version: v0.3.0-355-gb263b2b-dirty
I (608) cpu_start: Compile time: Aug 4 2025 10:06:28
I (613) cpu_start: ELF file SHA256: 2cfd13d6...
I (617) cpu_start: ESP-IDF: v5.0-dirty
I (622) heap_init: Initializing. RAM available for dynamic allocation:
I (628) heap_init: At 3FC9DD80 len 0004B990 (302 KiB): D/IRAM
I (633) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (639) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (645) esp_psram: Adding pool of 8192K of PSRAM memory to heap allocator
I (651) spi_flash: detected chip: gd
I (654) spi_flash: flash io: qio
I (658) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (666) esp_psram: Reserving pool of 32K of internal memory for DMA/internal allocations
I (676) MODEL_LOADER: The storage free size is 7680 KB
I (686) MODEL_LOADER: The partition size is 600 KBSteps to reproduce the behavior
Use the vscode esp-idf plugin to install the v5.0 version environment
1.clone esp-skainet;
2.cd examples/wake_word_detection/wakenet
3.source /Users/*/esp/v5.0/esp-idf/export.sh
4.idf.py set-target esp32s3
5.idf.py menuconfig ---> Serial flasher config ---> Flash size ---> 8 MB
6.idf.py build flash monitor
Then the terminal prints the following log information and keeps restarting
Project release version
v5.0
System architecture
ARM 64-bit (Apple M1/M2, Raspberry Pi 4/5)
Operating system
MacOS
Operating system version
macOS 15.5 (24F74)
Shell
ZSH
Additional context
No response