-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
CircuitPython version
CircuitPython 9.2.0-alpha.2351Code/REPL
No code executedBehavior
[13:24:07.365] Connected to /dev/ttyACM0
I (623) esp_image: segment 0: paddr=00010020 vaddr=3c150020 size=3acc0h (240832) map
I (660) esp_image: segment 1: paddr=0004ace8 vaddr=3fc9f200 size=05330h ( 21296) load
I (664) esp_image: segment 2: paddr=00050020 vaddr=42000020 size=14718ch (1339788) map
I (869) esp_image: segment 3: paddr=001971b4 vaddr=3fca4530 size=00128h ( 296) load
I (869) esp_image: segment 4: paddr=001972e4 vaddr=40374000 size=1b19ch (111004) load
I (896) esp_image: segment 5: paddr=001b2488 vaddr=600fe000 size=00100h ( 256) load
I (897) esp_image: segment 6: paddr=001b2590 vaddr=600fe100 size=01008h ( 4104) load
I (914) boot: Loaded app from partition at offset 0x10000
I (914) boot: Disabling RNG early entropy source...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xb (SPI_FAST_FLASH_BOOT)
Saved PC:0x40378d11
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x16dc
load:0x403c9700,len:0x4
load:0x403c9704,len:0x1054
load:0x403cc700,len:0x3090
entry 0x403c9a68
I (26) boot: ESP-IDF v5.1.1 2nd stage bootloader
I (26) boot: compile time Aug 9 2024 13:55:41
I (26) boot: Multicore bootloader
I (29) boot: chip revision: v0.1
... etc...
Description
After installing CircuitPython 9.2.0-alpha.2351 firmware on both the Hacktablet (espressif ESP32-S3 Dev Kit N8R8) and the Makerfabs Matouch 7" display boards a boot loop occurs. The boot loop doesn't occur with 9.1.2.
I've loaded the same firmware on the Adafruit ESP32S3 reverse TFT, Qualia S3 (without a display attached) and the ESP32-S3-GEEK display boards without seeing the same issue.
Additional information
No response