Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diplfranzhoepfinger/a07ea4bc0679031b4143ab9d041e0e4e to your computer and use it in GitHub Desktop.
Save diplfranzhoepfinger/a07ea4bc0679031b4143ab9d041e0e4e to your computer and use it in GitHub Desktop.
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x1 (POWERON),boot:0x28 (SPI_FAST_FLASH_BOOT)
SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3818,len:0x16e0
load:0x403c9700,len:0x4
load:0x403c9704,len:0xc00
load:0x403cc700,len:0x2eb0
entry 0x403c9908
I (27) boot: ESP-IDF v5.1.1 2nd stage bootloader
I (27) boot: compile time Oct 17 2023 08:15:41
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.1
I (34) boot.esp32s3: Boot SPI Speed : 80MHz
I (39) boot.esp32s3: SPI Mode : DIO
I (43) boot.esp32s3: SPI Flash Size : 4MB
I (48) boot: Enabling RNG early entropy source...
I (54) boot: Partition Table:
I (57) boot: ## Label Usage Type ST Offset Length
I (64) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (72) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (79) boot: 2 factory factory app 00 00 00010000 00177000
I (87) boot: End of partition table
I (91) esp_image: segment 0: paddr=00010020 vaddr=3c0a0020 size=39794h (235412) map
I (142) esp_image: segment 1: paddr=000497bc vaddr=3fc92f00 size=02aa8h ( 10920) load
I (144) esp_image: segment 2: paddr=0004c26c vaddr=40374000 size=03dach ( 15788) load
I (151) esp_image: segment 3: paddr=00050020 vaddr=42000020 size=9afe8h (634856) map
I (270) esp_image: segment 4: paddr=000eb010 vaddr=40377dac size=0b110h ( 45328) load
I (286) boot: Loaded app from partition at offset 0x10000
I (286) boot: Disabling RNG early entropy source...
I (298) cpu_start: Multicore app
I (298) cpu_start: Pro cpu up.
I (298) cpu_start: Starting app cpu, entry point is 0x403754d8
0x403754d8: 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 (316) cpu_start: Pro cpu start user code
I (316) cpu_start: cpu freq: 160000000 Hz
I (317) cpu_start: Application information:
I (319) cpu_start: Project name: simple_cmux_client
I (325) cpu_start: App version: 1cb1e1f-dirty
I (331) cpu_start: Compile time: Oct 17 2023 08:15:39
I (337) cpu_start: ELF file SHA256: cbf8dc17c9826a12...
I (343) cpu_start: ESP-IDF: v5.1.1
I (348) cpu_start: Min chip rev: v0.0
I (352) cpu_start: Max chip rev: v0.99
I (357) cpu_start: Chip rev: v0.1
I (362) heap_init: Initializing. RAM available for dynamic allocation:
I (369) heap_init: At 3FC988F0 len 00050E20 (323 KiB): DRAM
I (375) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (382) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (388) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
I (396) spi_flash: detected chip: gd
I (399) spi_flash: flash io: dio
W (403) spi_flash: Detected size(16384k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
I (418) sleep: Configure to isolate all GPIO pins in sleep state
I (423) sleep: Enable automatic switching of GPIO sleep configuration
I (430) app_start: Starting scheduler on CPU0
I (435) app_start: Starting scheduler on CPU1
I (435) main_task: Started on CPU0
I (445) main_task: Calling app_main()
I (445) gpio: GPIO[10]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (455) gpio: GPIO[11]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (2465) modem_pwkey: status = 0
I (2465) modem_pwkey: status = 0
I (2565) modem_pwkey: POWER ON
I (3565) modem_pwkey: POWER ON OK
I (4565) modem_pwkey: status = 1
I (4565) uart: queue free spaces: 30
I (12095) cmux_example: set_flow_control OK
Modem has correctly entered multiplexed command/data mode
Operator name:26202
I (13945) esp-netif_lwip-ppp: Connected
I (13945) cmux_example: IP : 100.82.79.119
I (13945) cmux_example: Netmask : 255.255.255.255
I (13945) cmux_example: Gateway : 10.64.64.64
Got IP address
Connected
I (14415) cmux_example: TOPIC: /topic/esp-modem
I (14415) cmux_example: DATA: Hello modem
Received MQTT data
Modem IMSI number:901288005681947
I (14535) esp-netif_lwip-ppp: User interrupt
I (14535) esp_modem_netif: PPP state changed event 5
Modem has correctly entered command mode
I (14575) main_task: Returned from app_main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment