-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ESP32 Box 3 Won't boot after re-flashing (AEGHB-965) #179
Comments
github-actions
bot
changed the title
ESP32 Box 3 Won't boot after re-flashing
ESP32 Box 3 Won't boot after re-flashing (AEGHB-965)
Jan 26, 2025
Sorry, I think this firmware doesn't support esp-box-3 |
Yes, that worked!
Where can I download the binary files listed on that page?
Thank you!
Hal
… On Jan 26, 2025, at 9:24 PM, espressif2022 ***@***.***> wrote:
_17379444221261.png (view on web) <https://github.com/user-attachments/assets/919c322a-5895-46d6-81f0-3aa763c7b3a5>
Sorry, I think this firmware doesn't support esp-box-3
You can choose a firmware ending with -3 <https://espressif.github.io/esp-launchpad/?flashConfigURL=https://espressif.github.io/esp-box/launchpad.toml>
—
Reply to this email directly, view it on GitHub <#179 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD65RPPQTRPDCMXFC2T4NQT2MWKFDAVCNFSM6AAAAABV4UC4DOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJUG4ZTQMRQHA>.
You are receiving this because you authored the thread.
|
You can first download launchpad.toml first, and then download according to the firmware name, for example https://espressif.github.io/esp-box/chatgpt_demo-ESP-BOX-1_0_0.bin |
Just what is launchpad.toml supposed to do? When I click on it, it just opens in my text editor. (I’m on a Mac, in case that makes a difference.)
Thank you.
Hal
… On Jan 27, 2025, at 1:14 AM, espressif2022 ***@***.***> wrote:
Yes, that worked!
Where can I download the binary files listed on that page?
Thank you!
Hal
… <x-msg://5/#>
You can first download launchpad.toml <https://espressif.github.io/esp-box/launchpad.toml> first, and then download according to the firmware name, for example https://espressif.github.io/esp-box/chatgpt_demo-ESP-BOX-1_0_0.bin
—
Reply to this email directly, view it on GitHub <#179 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD65RPJ7KS2DNTI37566K3L2MXFDXAVCNFSM6AAAAABV4UC4DOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJUHEZDGNBYGA>.
You are receiving this because you authored the thread.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Checklist
Issue or Suggestion Description
I have an ESP32 Box 3. I tried a different firmware and it partially worked. I downloaded the latest Espressif firmware from https://github.com/espressif/esp-box/releases/download/v0.5.0/ESP-BOX_Demo_EN_V0.5.0.bin and flashed it, from my Mac, with the command line
python3 -m esptool --port /dev/cu.usbmodem234401 --chip esp32s3 write_flash 0x0 firmware/ESP-BOX_Demo_EN_V0.5.0.bin
. It keeps rebooting.Here's the log:
`=00235074 vaddr=3fc9ffI (358) esp_image: segment 1: paddr=00235074 vaddr=3fc9ff00 size=07bbch ( 31676) load
I (364) esp_image: segment 2: paddr=0023cc38 vaddr=40378000 size=033e0h ( 13280) load
I (367) esp_image: segment 3: paddr=00240020 vaddr=42000020 size=14d694h (1365652) map
I (574) esp_image: segment 4: paddr=0038d6bc vaddr=4037b3e0 size=14ac0h ( 84672) load
I (591) esp_image: segment 5: paddr=003a2184 vaddr=50000000 size=00004h ( 4) load
I (592) esp_image: segment 6: paddr=003a2190 vaddr=600fe010 size=00004h ( 4) load
I (603) boot: Loaded app from partition at offset 0x20000
I (603) boot: Disabling RNG early entropy source...
I (603) cpu_start: Multicore app
I (604) octal_psram: vendor id : 0x0d (AP)
I (604) octal_psram: dev id : 0x03 (generation 4)
I (604) octal_psram: density : 0x05 (128 Mbit)
I (604) octal_psram: good-die : 0x01 (Pass)
I (605) octal_psram: Latency : 0x01 (Fixed)
I (605) octal_psram: VCC : 0x00 (1.8V)
I (605) octal_psram: SRF : 0x01 (Fast Refresh)
I (605) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (606) octal_psram: BurstLen : 0x01 (32 Byte)
I (606) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (606) octal_psram: DriveStrength: 0x00 (1/1)
I (607) MSPI Timing: PSRAM timing tuning index: 6
I (607) esp_psram: Found 16MB PSRAM device
I (608) esp_psram: Speed: 80MHz
I (608) cpu_start: Pro cpu up.
I (608) cpu_start: Starting app cpu, entry point is 0x403797bc
I (0) cpu_start: App cpu up.
I (1244) esp_psram: SPI SRAM memory test OK
I (1253) cpu_start: Pro cpu start user code
I (1253) cpu_start: cpu freq: 240000000 Hz
I (1253) cpu_start: Application information:
I (1253) cpu_start: Project name: factory_demo
I (1254) cpu_start: App version: v0.3.0-90-gff8376d-dirty
I (1254) cpu_start: Compile time: Aug 16 2023 17:39:12
I (1254) cpu_start: ELF file SHA256: 5e8aacf9...
I (1254) cpu_start: ESP-IDF: v5.1-546-ge5199390a3
I (1255) cpu_start: Min chip rev: v0.0
I (1255) cpu_start: Max chip rev: v0.99
I (1255) cpu_start: Chip rev: v0.2
I (1255) heap_init: Initializing. RAM available for dynamic allocation:
I (1255) heap_init: At 3FCAE090 len 0003B680 (237 KiB): DRAM
I (1256) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (1256) heap_init: At 600FE014 len 00001FD4 (7 KiB): RTCRAM
I (1256) esp_psram: Adding pool of 16384K of PSRAM memory to heap allocator
I (1257) spi_flash: detected chip: gd
I (1257) spi_flash: flash io: qio
I (1258) sleep: Configure to isolate all GPIO pins in sleep state
I (1258) sleep: Enable automatic switching of GPIO sleep configuration
I (1259) coexist: coex firmware version: 80b0d89
I (1259) coexist: coexist rom version e7ae62f
I (1259) app_start: Starting scheduler on CPU0
I (0) app_start: Starting scheduler on CPU1
I (1259) main_task: Started on CPU0
I (1260) esp_psram: Reserving pool of 8K of internal memory for DMA/internal allocations
I (1260) main_task: Calling app_main()
I (1261) main: Compile time: Aug 16 2023 17:39:40
I (1449) ESP-BOX: Partition size: total: 2439971, used: 1376986
I (1450) LVGL: Starting LVGL task
I (1451) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1451) gpio: GPIO[48]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1574) gpio: GPIO[3]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:2
E (1574) lcd_panel.io.i2c: panel_io_i2c_rx_buffer(135): i2c transaction failed
E (1575) TT21100: esp_lcd_touch_tt21100_read_data(173): I2C read error!
E (1575) TT21100: esp_lcd_touch_new_i2c_tt21100(103): TT21100 init failed
E (1575) TT21100: Error (0xffffffff)! Touch controller TT21100 initialization failed!
I (1575) gpio: GPIO[3]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
ESP_ERROR_CHECK failed: esp_err_t 0xffffffff at 0x4203a70e
file: "./managed_components/espressif__esp-box/esp-box.c" line 389
func: bsp_display_indev_init
expression: bsp_touch_new(((void *)0), &tp)
abort() was called at PC 0x403889a3 on core 0
Backtrace: 0x40379d36:0x3fcb1b40 0x403889ad:0x3fcb1b60 0x4038dbe6:0x3fcb1b80 0x403889a3:0x3fcb1bf0 0x4203a70e:0x3fcb1c20 0x4203a7a5:0x3fcb1c50 0x4203a7d9:0x3fcb1c70 0x42009c92:0x3fcb1cb0 0x4214a10e:0x3fcb1cf0 0x40388f12:0x3fcb1d20
ELF file SHA256: 5e8aacf9
Rebooting...
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0xb (SPI_FAST_FLASH_BOOT)
Saved PC:0x40379bb8
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x187c
load:0x403c9700,len:0x4
load:0x403c9704,len:0xd88
load:0x403cc700,len:0x3070
entry 0x403c9934
I (19) boot: ESP-IDF v5.1-546-ge5199390a3 2nd stage bootloader
I (19) boot: compile time Aug 16 2023 17:39:17
I (19) boot: Multicore bootloader
I (19) boot: chip revision: v0.2
I (20) qio_mode: Enabling QIO for flash chip GD
I (20) boot.esp32s3: Boot SPI Speed : 80MHz
I (20) boot.esp32s3: SPI Mode : QIO
I (20) boot.esp32s3: SPI Flash Size : 16MB
I (21) boot: Enabling RNG early entropy source...
I (21) boot: Partition Table:
I (21) boot: ## Label Usage Type ST Offset Length
I (21) boot: 0 sec_cert Unknown data 01 06 0000d000 00003000
I (22) boot: 1 nvs WiFi data 01 02 00010000 00006000
I (22) boot: 2 otadata OTA data 01 00 00016000 00002000
I (22) boot: 3 phy_init RF data 01 01 00018000 00001000
I (23) boot: 4 fctry WiFi data 01 02 00019000 00006000
I (23) boot: 5 ota_0 OTA app 00 10 00020000 0041a000
I (24) boot: 6 storage Unknown data 01 82 0043a000 0028a000
I (24) boot: 7 model Unknown data 01 82 006c4000 0076c000
I (25) boot: End of partition table
I (25) esp_image: segment 0: paddr=00020020 vaddr=3c150020 size=21504ch (2183244) map
I (356) esp_image: segment 1: paddr=00235074 vaddr=3fc9ff00 size=07bbch ( 31676) load
I (362) esp_image: segment 2: paddr=0023cc38 vaddr=40378000 size=033e0h ( 13280) load
I (365) esp_image: segment 3: paddr=00240020 vaddr=42000020 size=14d694h (1365652) map
I (573) esp_image: segment 4: paddr=0038d6bc vaddr=4037b3e0 size=14ac0h ( 84672) load
I (589) esp_image: segment 5: paddr=003a2184 vaddr=50000000 size=00004h ( 4) load
I (590) esp_image: segment 6: paddr=003a2190 vaddr=600fe010 size=00004h ( 4) load
I (601) boot: Loaded app from partition at offset 0x20000
I (601) boot: Disabling RNG early entropy source...
I (601) cpu_start: Multicore app
I (602) octal_psram: vendor id : 0x0d (AP)
I (602) octal_psram: dev id : 0x03 (generation 4)
I (602) octal_psram: density : 0x05 (128 Mbit)
I (602) octal_psram: good-die : 0x01 (Pass)
I (603) octal_psram: Latency : 0x01 (Fixed)
I (603) octal_psram: VCC : 0x00 (1.8V)
I (603) octal_psram: SRF : 0x01 (Fast Refresh)
I (604) octal_psram: BurstType : 0x01 (Hybrid Wrap)
I (604) octal_psram: BurstLen : 0x01 (32 Byte)
I (604) octal_psram: Readlatency : 0x02 (10 cycles@Fixed)
I (604) octal_psram: DriveStrength: 0x00 (1/1)
I (605) MSPI Timing: PSRAM timing tuning index: 6
I (606) esp_psram: Found 16MB PSRAM device
I (606) esp_psram: Speed: 80MHz
I (606) cpu_start: Pro cpu up.
I (606) cpu_start: Starting app cpu, entry point is 0x403797bc
I (0) cpu_start: App cpu up.
I (1242) esp_psram: SPI SRAM memory test OK
I (1251) cpu_start: Pro cpu start user code
I (1251) cpu_start: cpu freq: 240000000 Hz
I (1251) cpu_start: Application information:
I (1251) cpu_start: Project name: factory_demo
I (1252) cpu_start: App version: v0.3.0-90-gff8376d-dirty
I (1252) cpu_start: Compile time: Aug 16 2023 17:39:12
I (1252) cpu_start: ELF file SHA256: 5e8aacf9...
I (1252) cpu_start: ESP-IDF: v5.1-546-ge5199390a3
I (1253) cpu_start: Min chip rev: v0.0
I (1253) cpu_start: Max chip rev: v0.99
I (1253) cpu_start: Chip rev: v0.2
I (1253) heap_init: Initializing. RAM available for dynamic allocation:
I (1253) heap_init: At 3FCAE090 len 0003B680 (237 KiB): DRAM
I (1254) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (1254) heap_init: At 600FE014 len 00001FD4 (7 KiB): RTCRAM
I (1254) esp_psram: Adding pool of 16384K of PSRAM memory to heap allocator
I (1255) spi_flash: detected chip: gd
I (1255) spi_flash: flash io: qio
I (1256) sleep: Configure to isolate all GPIO pins in sleep state
I (1256) sleep: Enable automatic switching of GPIO sleep configuration
I (1257) coexist: coex firmware version: 80b0d89
I (1257) coexist: coexist rom version e7ae62f
I (1257) app_start: Starting scheduler on CPU0
I (0) app_start: Starting scheduler on CPU1
I (1257) main_task: Started on CPU0
I (1258) esp_psram: Reserving pool of 8K of internal memory for DMA/internal allocations
I (1258) main_task: Calling app_main()
I (1259) main: Compile time: Aug 16 2023 17:39:40
I (1447) ESP-BOX: Partition size: total: 2439971, used: 1376986
I (1448) LVGL: Starting LVGL task
I (1449) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1449) gpio: GPIO[48]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (1572) gpio: GPIO[3]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:2
E (1572) lcd_panel.io.i2c: panel_io_i2c_rx_buffer(135): i2c transaction failed
E (1573) TT21100: esp_lcd_touch_tt21100_read_data(173): I2C read error!
E (1573) TT21100: esp_lcd_touch_new_i2c_tt21100(103): TT21100 init failed
E (1573) TT21100: Error (0xffffffff)! Touch controller TT21100 initialization failed!
I (1573) gpio: GPIO[3]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
ESP_ERROR_CHECK failed: esp_err_t 0xffffffff at 0x4203a70e
file: "./managed_components/espressif__esp-box/esp-box.c" line 389
func: bsp_display_indev_init
expression: bsp_touch_new(((void *)0), &tp)
abort() was called at PC 0x403889a3 on core 0
Backtrace: 0x40379d36:0x3fcb1b40 0x403889ad:0x3fcb1b60 0x4038dbe6:0x3fcb1b80 0x403889a3:0x3fcb1bf0 0x4203a70e:0x3fcb1c20 0x4203a7a5:0x3fcb1c50 0x4203a7d9:0x3fcb1c70 0x42009c92:0x3fcb1cb0 0x4214a10e:0x3fcb1cf0 0x40388f12:0x3fcb1d20
`
The text was updated successfully, but these errors were encountered: