Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save diplfranzhoepfinger/44aa433829e36bc7266f11f1e7fc5ab2 to your computer and use it in GitHub Desktop.
Save diplfranzhoepfinger/44aa433829e36bc7266f11f1e7fc5ab2 to your computer and use it in GitHub Desktop.
SP-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 26 2023 08:58:11
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 : 2MB
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=3c080020 size=28824h (165924) map
I (129) esp_image: segment 1: paddr=0003884c vaddr=3fc92900 size=029d8h ( 10712) load
I (132) esp_image: segment 2: paddr=0003b22c vaddr=40374000 size=04dech ( 19948) load
I (139) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=70bc4h (461764) map
I (226) esp_image: segment 4: paddr=000b0bec vaddr=40378dec size=09a4ch ( 39500) load
I (241) boot: Loaded app from partition at offset 0x10000
I (242) boot: Disabling RNG early entropy source...
I (253) cpu_start: Multicore app
I (253) cpu_start: Pro cpu up.
I (253) cpu_start: Starting app cpu, entry point is 0x40375428
0x40375428: 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 (271) cpu_start: Pro cpu start user code
I (272) cpu_start: cpu freq: 160000000 Hz
I (272) cpu_start: Application information:
I (275) cpu_start: Project name: app-template
I (280) cpu_start: App version: v0.1-14-g6da80ba-dirty
I (286) cpu_start: Compile time: Oct 26 2023 08:58:09
I (292) cpu_start: ELF file SHA256: 30d254d1198166e9...
I (298) cpu_start: ESP-IDF: v5.1.1
I (303) cpu_start: Min chip rev: v0.0
I (308) cpu_start: Max chip rev: v0.99
I (313) cpu_start: Chip rev: v0.1
I (317) heap_init: Initializing. RAM available for dynamic allocation:
I (325) heap_init: At 3FC96BB0 len 00052B60 (330 KiB): DRAM
I (331) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (337) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (344) heap_init: At 600FE010 len 00001FD8 (7 KiB): RTCRAM
I (351) spi_flash: detected chip: gd
I (354) spi_flash: flash io: dio
W (358) spi_flash: Detected size(16384k) larger than the size in the binary image header(2048k). Using the size in the binary image header.
I (372) sleep: Configure to isolate all GPIO pins in sleep state
I (378) sleep: Enable automatic switching of GPIO sleep configuration
I (385) app_start: Starting scheduler on CPU0
I (390) app_start: Starting scheduler on CPU1
I (390) main_task: Started on CPU0
I (400) main_task: Calling app_main()
I (400) gpio: GPIO[10]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
I (410) gpio: GPIO[11]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (2420) modem_pwkey: status = 0
I (2420) modem_pwkey: status = 0
I (2520) modem_pwkey: POWER ON
I (3520) modem_pwkey: POWER ON OK
I (4520) modem_pwkey: status = 1
I (4520) pppos_example: Initializing esp_modem for the A7670 module...
I (4520) pppos_example: Waiting for USB device connection...
I (9250) pppos_example: Modem connected, waiting 10 seconds for boot...
I (19250) pppos_example: Signal quality: rssi=23, ber=99
I (19360) pppos_example: Waiting for IP address
I (19370) pppos_example: Modem Connect to PPP Server
I (19370) pppos_example: ~~~~~~~~~~~~~~
I (19370) pppos_example: IP : 100.82.79.119
I (19370) esp-netif_lwip-ppp: Connected
I (19370) pppos_example: Netmask : 255.255.255.255
I (19380) pppos_example: Gateway : 10.64.64.64
I (19390) pppos_example: Name Server1: 217.14.160.130
I (19390) pppos_example: Name Server2: 217.14.164.35
I (19400) pppos_example: ~~~~~~~~~~~~~~
I (19400) pppos_example: GOT ip event!!!
I (19410) pppos_example: PPP state changed event 0
I (19410) pppos_example: MQTT other event id: 7
I (19420) pppos_example: Waiting for MQTT data
I (19880) pppos_example: MQTT_EVENT_CONNECTED
I (19880) pppos_example: sent subscribe successful, msg_id=50449
I (20060) pppos_example: MQTT_EVENT_SUBSCRIBED, msg_id=50449
I (20070) pppos_example: sent publish successful, msg_id=0
I (20250) pppos_example: MQTT_EVENT_DATA
TOPIC=/topic/esp-pppos
DATA=esp32-pppos
I (20430) esp-netif_lwip-ppp: User interrupt
I (20430) pppos_example: PPP state changed event 5
I (20430) pppos_example: User interrupted event from netif:0x3fca4398
I (20440) esp_modem_netif: PPP state changed event 5
I (29460) pppos_example: IMSI=901288005681947
I (29460) pppos_example: USB demo finished. Disconnect and connect the modem to run it again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment