Skip to content

Instantly share code, notes, and snippets.

@franz-ms-muc
Created November 25, 2023 11:53
Show Gist options
  • Save franz-ms-muc/ef21d699eb291d7d60ca62171c06df05 to your computer and use it in GitHub Desktop.
Save franz-ms-muc/ef21d699eb291d7d60ca62171c06df05 to your computer and use it in GitHub Desktop.
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x8 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
Octal Flash Mode Enabled
For OPI Flash, Use Default Flash Boot Mode
mode:SLOW_RD, clock div:1
load:0x3fce3818,len:0x16e0
load:0x403c9700,len:0x4
load:0x403c9704,len:0xc00
load:0x403cc700,len:0x2eb0
entry 0x403c9908
I (33) boot: ESP-IDF v5.1.1 2nd stage bootloader
I (33) boot: compile time Nov 25 2023 12:27:23
I (33) boot: Multicore bootloader
I (36) boot: chip revision: v0.1
I (40) boot.esp32s3: Boot SPI Speed : 80MHz
I (45) boot.esp32s3: SPI Mode : SLOW READ
I (50) boot.esp32s3: SPI Flash Size : 2MB
I (55) boot: Enabling RNG early entropy source...
I (60) boot: Partition Table:
I (64) boot: ## Label Usage Type ST Offset Length
I (71) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (79) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (86) boot: 2 factory factory app 00 00 00010000 00177000
I (94) boot: End of partition table
I (98) esp_image: segment 0: paddr=00010020 vaddr=3c070020 size=46af0h (289520) map
I (175) esp_image: segment 1: paddr=00056b18 vaddr=3fc91b00 size=02938h ( 10552) load
I (178) esp_image: segment 2: paddr=00059458 vaddr=40374000 size=06bc0h ( 27584) load
I (189) esp_image: segment 3: paddr=00060020 vaddr=42000020 size=63a90h (408208) map
I (286) esp_image: segment 4: paddr=000c3ab8 vaddr=4037abc0 size=06e70h ( 28272) load
I (300) boot: Loaded app from partition at offset 0x10000
I (300) boot: Disabling RNG early entropy source...
I (312) cpu_start: Multicore app
I (312) cpu_start: Pro cpu up.
I (312) cpu_start: Starting app cpu, entry point is 0x40375370
0x40375370: call_start_cpu1 at /home/franz/esp-idf-v5.1.1/components/esp_system/port/cpu_start.c:154
I (0) cpu_start: App cpu up.
I (330) cpu_start: Pro cpu start user code
I (330) cpu_start: cpu freq: 160000000 Hz
I (330) cpu_start: Application information:
I (333) cpu_start: Project name: TestAgIsoStack
I (339) cpu_start: App version: cxx_20-11-gf83a95b-dirty
I (345) cpu_start: Compile time: Nov 25 2023 12:27:21
I (351) cpu_start: ELF file SHA256: 76fd8ad9e82de965...
I (357) cpu_start: ESP-IDF: v5.1.1
I (362) cpu_start: Min chip rev: v0.0
I (367) cpu_start: Max chip rev: v0.99
I (371) cpu_start: Chip rev: v0.1
I (376) heap_init: Initializing. RAM available for dynamic allocation:
I (383) heap_init: At 3FC98520 len 000511F0 (324 KiB): DRAM
I (390) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (396) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (402) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
W (409) spi_flash: Octal flash chip is using but dio mode is selected, will automatically swich to Octal mode
I (419) spi_flash: detected chip: mxic (opi)
I (424) spi_flash: flash io: opi_str
W (429) spi_flash: Detected size(32768k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (444) sleep: Configure to isolate all GPIO pins in sleep state
I (449) sleep: Enable automatic switching of GPIO sleep configuration
I (456) app_start: Starting scheduler on CPU0
I (461) app_start: Starting scheduler on CPU1
I (461) main_task: Started on CPU0
I (471) main_task: Calling app_main()
I (475) gpio: GPIO[5]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (484) gpio: GPIO[4]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (591) AgIsoStack: [Info][NM]: Partnered control function with name a0001d002a6aba4f has claimed address 38 on channel 0.
I (2008) AgIsoStack: [Info][VT]: No version label from the VT matched. Client will upload the pool and store it instead.
I (16272) AgIsoStack: [Info][VT]: Stored object pool with no error.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment