Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save franz-ms-muc/d999eb38eda77a0ab76bb2ca3220c935 to your computer and use it in GitHub Desktop.
Save franz-ms-muc/d999eb38eda77a0ab76bb2ca3220c935 to your computer and use it in GitHub Desktop.
--- idf_monitor on /dev/ttyUSB0 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jul 29 2019 12:21:46
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0030,len:6608
load:0x40078000,len:15060
ho 0 tail 12 room 4
load:0x40080400,len:3816
0x40080400: _init at ??:?
entry 0x40080698
I (29) boot: ESP-IDF v4.4.5 2nd stage bootloader
I (29) boot: compile time 09:12:48
I (29) boot: chip revision: v3.0
I (32) boot.esp32: SPI Speed : 40MHz
I (37) boot.esp32: SPI Mode : DIO
I (41) boot.esp32: SPI Flash Size : 4MB
I (46) boot: Enabling RNG early entropy source...
I (51) boot: Partition Table:
I (55) boot: ## Label Usage Type ST Offset Length
I (62) boot: 0 nvs WiFi data 01 02 0000d000 00008000
I (70) boot: 1 phy_init RF data 01 01 00015000 0000b000
I (77) boot: 2 ota_0 OTA app 00 10 00020000 001d0000
I (85) boot: 3 ota_1 OTA app 00 11 001f0000 001d0000
I (92) boot: End of partition table
I (96) esp_image: segment 0: paddr=00020020 vaddr=3f400020 size=22038h (139320) map
I (155) esp_image: segment 1: paddr=00042060 vaddr=3ffbdb60 size=0612ch ( 24876) load
I (165) esp_image: segment 2: paddr=00048194 vaddr=40080000 size=07e84h ( 32388) load
I (179) esp_image: segment 3: paddr=00050020 vaddr=400d0020 size=8d5a8h (578984) map
I (388) esp_image: segment 4: paddr=000dd5d0 vaddr=40087e84 size=0f830h ( 63536) load
I (427) boot: Loaded app from partition at offset 0x20000
I (427) boot: Disabling RNG early entropy source...
I (438) psram: This chip is ESP32-D0WD
I (439) spiram: Found 64MBit SPI RAM device
I (439) spiram: SPI RAM mode: flash 40m sram 40m
I (444) spiram: PSRAM initialized, cache is in low/high (2-core) mode.
I (451) cpu_start: Pro cpu up.
I (455) cpu_start: Starting app cpu, entry point is 0x40081354
0x40081354: call_start_cpu1 at /home/franz/esp-idf-v4.4.5/components/esp_system/port/cpu_start.c:147
I (0) cpu_start: App cpu up.
I (1348) spiram: SPI SRAM memory test OK
I (1356) cpu_start: Pro cpu start user code
I (1357) cpu_start: cpu freq: 160000000
I (1357) cpu_start: Application information:
I (1360) cpu_start: Project name: esp-iot-bridge
I (1365) cpu_start: App version: crashing!-5-gca03e7e
I (1371) cpu_start: Compile time: Aug 9 2023 09:12:45
I (1378) cpu_start: ELF file SHA256: d8b888bbbe99f219...
I (1384) cpu_start: ESP-IDF: v4.4.5
I (1389) cpu_start: Min chip rev: v3.0
I (1393) cpu_start: Max chip rev: v3.99
I (1398) cpu_start: Chip rev: v3.0
I (1403) heap_init: Initializing. RAM available for dynamic allocation:
I (1411) heap_init: At 3FFAE6E0 len 0000F480 (61 KiB): DRAM
I (1417) heap_init: At 3FFC8018 len 00017FE8 (95 KiB): DRAM
I (1423) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (1429) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1436) heap_init: At 400976B4 len 0000894C (34 KiB): IRAM
I (1442) spiram: Adding pool of 4095K of external SPI memory to heap allocator
I (1451) spi_flash: detected chip: generic
I (1455) spi_flash: flash io: dio
W (1459) spi_flash: Detected size(8192k) larger than the size in the binary image header(4096k). Using the size in the binary image header.
I (1473) esp_core_dump_flash: Init core dump to flash
E (1487) esp_core_dump_flash: No core dump partition found!
E (1487) esp_core_dump_flash: No core dump partition found!
I (1491) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (1506) spiram: Reserving pool of 32K of internal memory for DMA/internal allocations
MALLOC_CAP_: 8bit 4454202, 32bit 4488546, SPIRAM 4192135
I (1534) bridge_common: esp-iot-bridge version: 0.7.1
I (1536) wifi:wifi driver task: 3ffbd818, prio:23, stack:6656, core=0
I (1536) system_api: Base MAC address is not set
I (1540) system_api: read default base MAC address from EFUSE
I (1550) wifi:wifi firmware version: 0f80fa0
I (1551) wifi:wifi certification version: v7.0
I (1555) wifi:config NVS flash: enabled
I (1558) wifi:config nano formating: disabled
I (1563) wifi:Init data frame dynamic rx buffer num: 32
I (1567) wifi:Init management frame dynamic rx buffer num: 32
I (1573) wifi:Init management short buffer num: 32
I (1578) wifi:Init static tx buffer num: 16
I (1582) wifi:Init tx cache buffer num: 32
I (1585) wifi:Init static rx buffer size: 1600
I (1589) wifi:Init static rx buffer num: 10
I (1593) wifi:Init dynamic rx buffer num: 32
I (1598) wifi_init: rx ba win: 6
I (1601) wifi_init: tcpip mbox: 32
I (1605) wifi_init: udp mbox: 6
I (1609) wifi_init: tcp mbox: 6
I (1613) wifi_init: tcp tx win: 5744
I (1617) wifi_init: tcp rx win: 5744
I (1621) wifi_init: tcp mss: 1460
I (1625) wifi_init: WiFi IRAM OP enabled
I (1630) wifi_init: WiFi RX IRAM OP enabled
I (1635) phy_init: phy_version 4670,719f9f6,Feb 18 2021,17:07:07
I (1739) wifi:mode : null
I (1742) ip select: IP Address:192.168.4.1
I (1742) ip select: GW Address:192.168.4.1
I (1742) ip select: NM Address:255.255.255.0
I (1746) bridge_wifi: IP Address:192.168.4.1
Add netif ap with ca03e7e(commit id)
I (1754) bridge_common: netif list add success
I (1760) wifi:mode : softAP (e8:31:cd:e7:74:3d)
I (1764) wifi:Total power save buffer number: 8
I (1768) wifi:Init max length of beacon: 752/752
I (1773) wifi:Init max length of beacon: 752/752
Add netif sta with ca03e7e(commit id)
I (1780) bridge_common: netif list add success
I (1786) wifi:mode : sta (e8:31:cd:e7:74:3c) + softAP (e8:31:cd:e7:74:3d)
I (1792) wifi:enable tsf
I (1795) wifi:Disabled PMF config for STA
I (2467) wifi:Total power save buffer number: 8
I (2468) bridge_wifi: softap ssid: ESP_Bridge_e7743d password: 12345678
I (2471) button: IoT Button Version: 2.5.5
I (2473) gpio: GPIO[16]| InputEn: 1| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0
start web server
MALLOC_CAP_: 8bit 99880, 32bit 134224, SPIRAM -247
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment