Created
May 25, 2025 21:33
-
-
Save Alxandr/a6a5c48b8b08687863e7e416291503c0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I (24) boot: chip revision: v0.1 | |
| I (27) boot.esp32c6: SPI Speed : 40MHz | |
| I (32) boot.esp32c6: SPI Mode : DIO | |
| I (36) boot.esp32c6: SPI Flash Size : 4MB | |
| I (41) boot: Enabling RNG early entropy source... | |
| I (47) boot: Partition Table: | |
| I (50) boot: ## Label Usage Type ST Offset Length | |
| I (57) boot: 0 nvs WiFi data 01 02 00009000 00006000 | |
| I (65) boot: 1 phy_init RF data 01 01 0000f000 00001000 | |
| I (72) boot: 2 factory factory app 00 00 00010000 003f0000 | |
| I (80) boot: End of partition table | |
| I (84) esp_image: segment 0: paddr=00010020 vaddr=42000020 size=4d77ch (317308) map | |
| I (218) esp_image: segment 1: paddr=0005d7a4 vaddr=40800000 size=02874h ( 10356) load | |
| I (224) esp_image: segment 2: paddr=00060020 vaddr=42050020 size=2a3b8h (172984) map | |
| I (294) esp_image: segment 3: paddr=0008a3e0 vaddr=40802874 size=07178h ( 29048) load | |
| I (308) esp_image: segment 4: paddr=00091560 vaddr=408099f0 size=01cdch ( 7388) load | |
| I (318) boot: Loaded app from partition at offset 0x10000 | |
| I (319) boot: Disabling RNG early entropy source... | |
| I (330) cpu_start: Unicore app | |
| E (339) cpu_start: Invalid app image header | |
| abort() was called at PC 0x40800e53 on core 0 | |
| 0x40800e53 - uart_ll_set_baudrate | |
| at /nix/store/d4n5hxa6jz5wbrfpiap341hgq73y61x2-esp-idf-v5.4.1/components/hal/esp32c6/include/hal/uart_ll.h:409 | |
| Core 0 register dump: | |
| MEPC : 0x4080131e RA : 0x4080495a SP : 0x4087e160 GP : 0x4080a1f4 | |
| 0x4080131e - panic_abort | |
| at /nix/store/d4n5hxa6jz5wbrfpiap341hgq73y61x2-esp-idf-v5.4.1/components/esp_system/panic.c:468 | |
| 0x4080495a - __ubsan_include | |
| at /nix/store/d4n5hxa6jz5wbrfpiap341hgq73y61x2-esp-idf-v5.4.1/components/esp_system/ubsan.c:311 | |
| 0x4080a1f4 - uart_context | |
| at ??:?? | |
| TP : 0x00000000 T0 : 0x37363534 T1 : 0x7271706f T2 : 0x33323130 | |
| S0/FP : 0x4087e19c S1 : 0x4087e19c A0 : 0x4087e19c A1 : 0x4087e17e | |
| A2 : 0x00000000 A3 : 0x4087e1c9 A4 : 0x00000001 A5 : 0x4080c000 | |
| 0x4080c000 - xIsrStack | |
| at ??:?? | |
| A6 : 0x00000000 A7 : 0x76757473 S2 : 0x4087e180 S3 : 0x0000004d | |
| S4 : 0x42000000 S5 : 0x42000000 S6 : 0x40800cba S7 : 0x0002a3b8 | |
| 0x40800cba - rv_utils_dbgr_is_attached | |
| at /nix/store/d4n5hxa6jz5wbrfpiap341hgq73y61x2-esp-idf-v5.4.1/components/riscv/include/riscv/rv_utils.h:325 | |
| S8 : 0x0004d77c S9 : 0x00000000 S10 : 0x00000000 S11 : 0x00000000 | |
| T3 : 0x6e6d6c6b T4 : 0x6a696867 T5 : 0x66656463 T6 : 0x62613938 | |
| MSTATUS : 0x00001881 MTVEC : 0x40800001 MCAUSE : 0x00000002 MTVAL : 0x00000000 | |
| 0x40800001 - _vector_table | |
| at /nix/store/d4n5hxa6jz5wbrfpiap341hgq73y61x2-esp-idf-v5.4.1/components/riscv/vectors_intc.S:54 | |
| MHARTID : 0x00000000 | |
| Stack memory: | |
| 4087e160: 0x00000000 0x00000000 0x4087e19c 0x408088f8 0x40800cba 0x42000000 0x42000000 0x00000030 | |
| 0x408088f8 - __assert_func | |
| at /nix/store/d4n5hxa6jz5wbrfpiap341hgq73y61x2-esp-idf-v5.4.1/components/newlib/assert.c:33 | |
| 0x40800cba - rv_utils_dbgr_is_attached | |
| at /nix/store/d4n5hxa6jz5wbrfpiap341hgq73y61x2-esp-idf-v5.4.1/components/riscv/include/riscv/rv_utils.h:325 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment