Skip to content

Instantly share code, notes, and snippets.

@tannewt
Last active May 5, 2020 21:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tannewt/7b62ea1be425e85164a1df57e5b36e6d to your computer and use it in GitHub Desktop.
Save tannewt/7b62ea1be425e85164a1df57e5b36e6d to your computer and use it in GitHub Desktop.
ESP-ROM:esp32s2-rc4-20191025
Build:Oct 25 2019
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:2
load:0x3ffe8100,len:0x4
load:0x3ffe8104,len:0x1914
load:0x40050000,len:0x14cc
load:0x40054000,len:0x210c
entry 0x400502e0
W (24) BL: Hello from bootloader
I (52) boot: ESP-IDF v4.2-dev-1396-g8bc613634-dirty 2nd stage bootloader
I (52) boot: compile time 13:17:41
I (52) boot: chip revision: 0
I (56) boot.esp32s2: SPI Speed : 40MHz
I (61) boot.esp32s2: SPI Mode : DIO
I (66) boot.esp32s2: SPI Flash Size : 4MB
I (70) boot: Enabling RNG early entropy source...
I (76) boot: Partition Table:
I (79) boot: ## Label Usage Type ST Offset Length
I (87) boot: 0 nvs WiFi data 01 02 00009000 00004000
I (94) boot: 1 otadata OTA data 01 00 0000d000 00002000
I (101) boot: 2 phy_init RF data 01 01 0000f000 00001000
I (109) boot: 3 ota_0 OTA app 00 10 00010000 00080000
I (117) boot: 4 ota_1 OTA app 00 11 00090000 00080000
I (124) boot: 5 user_fs Unknown data 01 81 00200000 00200000
I (132) boot: End of partition table
I (136) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f000020 size=0x0a74c ( 42828) map
I (157) esp_image: segment 1: paddr=0x0001a774 vaddr=0x3ffc0850 size=0x01950 ( 6480) load
I (159) esp_image: segment 2: paddr=0x0001c0cc vaddr=0x40028000 size=0x00404 ( 1028) load
I (165) esp_image: segment 3: paddr=0x0001c4d8 vaddr=0x40028404 size=0x03b40 ( 15168) load
I (179) esp_image: segment 4: paddr=0x00020020 vaddr=0x40080020 size=0x28750 (165712) map
I (229) esp_image: segment 5: paddr=0x00048778 vaddr=0x4002bf44 size=0x04904 ( 18692) load
I (240) boot: Loaded app from partition at offset 0x10000
I (240) boot: Disabling RNG early entropy source...
I (240) cache: Instruction cache : size 16KB, 4Ways, cache line size 32Byte
I (248) cpu_start: Pro cpu up.
I (252) cpu_start: Application information:
I (257) cpu_start: Project name: circuitpython
I (262) cpu_start: App version: 5.3.0-135-g17a195832-dirty
I (269) cpu_start: Compile time: May 5 2020 13:10:39
I (275) cpu_start: ELF file SHA256: 2fc7d5b579cbc15e...
I (281) cpu_start: ESP-IDF: v4.2-dev-1396-g8bc613634-dirty
I (288) cpu_start: Single core mode
I (292) heap_init: Initializing. RAM available for dynamic allocation:
I (299) heap_init: At 3FFC4DC0 len 00037240 (220 KiB): DRAM
I (305) heap_init: At 3FFFC000 len 00003A10 (14 KiB): DRAM
I (311) cpu_start: Pro cpu start user code
E (5372) task_wdt: Task watchdog got triggered. The following tasks did not reset the watchdog in time:
E (5372) task_wdt: - IDLE0 (CPU 0)
E (5372) task_wdt: Tasks currently running:
E (5372) task_wdt: CPU 0: main
E (5372) task_wdt: Print CPU 0 (current core) backtrace
Backtrace:0x400A539B:0x3FFC0F20 0x40028EC6:0x3FFC0F40 0x40097661:0x3FFC7300 0x400A2C8C:0x3FFC7320 0x4002C939:0x3FFC7350
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment