Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mattes
Created October 17, 2018 06:15
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 mattes/3674e3769240fcc3adc02f08ee115c35 to your computer and use it in GitHub Desktop.
Save mattes/3674e3769240fcc3adc02f08ee115c35 to your computer and use it in GitHub Desktop.
Flashing binaries to serial port /dev/ttyUSB0 (app at offset 0x10000)...
esptool.py v2.5.1
Serial port /dev/ttyUSB0
Connecting........_
Chip is ESP32-PICO-D4 (revision 1)
Features: WiFi, BT, Dual Core, Embedded Flash
MAC: d8:a0:1d:40:89:c4
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Flash params set to 0x0220
Compressed 22768 bytes to 13491...
Wrote 22768 bytes (13491 compressed) at 0x00001000 in 1.2 seconds (effective 153.1 kbit/s)...
Hash of data verified.
Compressed 626480 bytes to 376799...
Wrote 626480 bytes (376799 compressed) at 0x00010000 in 33.3 seconds (effective 150.7 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 103...
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 1673.9 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
MONITOR
--- idf_monitor on /dev/ttyUSB0 115200 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
flash read err, 1000
ets_main.c 371
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 188777542, 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:0x3fff0018,len:4
load:0x3fff001c,len:6112
ho 0 tail 12 room 4
load:0x40078000,len:10084
load:0x40080400,len:6476
entry 0x40080764
I (32) boot: ESP-IDF v3.2-dev-1250-g221eced06 2nd stage bootloader
I (32) boot: compile time 23:05:15
I (32) boot: Enabling RNG early entropy source...
I (38) boot: SPI Speed : 40MHz
I (42) boot: SPI Mode : DIO
I (46) boot: SPI Flash Size : 4MB
I (50) boot: Partition Table:
I (54) boot: ## Label Usage Type ST Offset Length
I (61) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (68) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (76) boot: 2 factory factory app 00 00 00010000 00100000
I (83) boot: End of partition table
I (87) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x18be8 (101352) map
I (132) esp_image: segment 1: paddr=0x00028c10 vaddr=0x3ff80000 size=0x00000 ( 0) load
I (132) esp_image: segment 2: paddr=0x00028c18 vaddr=0x3ff80000 size=0x00000 ( 0) load
I (139) esp_image: segment 3: paddr=0x00028c20 vaddr=0x3ffb0000 size=0x03424 ( 13348) load
I (153) esp_image: segment 4: paddr=0x0002c04c vaddr=0x3ffb3424 size=0x00000 ( 0) load
I (156) esp_image: segment 5: paddr=0x0002c054 vaddr=0x40080000 size=0x00400 ( 1024) load
0x40080000: _WindowOverflow4 at /usr/local/opt/esp-idf/components/freertos/xtensa_vectors.S:1685
I (166) esp_image: segment 6: paddr=0x0002c45c vaddr=0x40080400 size=0x03bb4 ( 15284) load
I (181) esp_image: segment 7: paddr=0x00030018 vaddr=0x400d0018 size=0x6bce4 (441572) map
0x400d0018: _stext at ??:?
I (338) esp_image: segment 8: paddr=0x0009bd04 vaddr=0x40083fb4 size=0x0d1f0 ( 53744) load
0x40083fb4: spi_flash_mmap at /usr/local/opt/esp-idf/components/spi_flash/flash_mmap.c:320
I (360) esp_image: segment 9: paddr=0x000a8efc vaddr=0x400c0000 size=0x00000 ( 0) load
I (361) esp_image: segment 10: paddr=0x000a8f04 vaddr=0x50000000 size=0x00000 ( 0) load
I (367) esp_image: segment 11: paddr=0x000a8f0c vaddr=0x50000000 size=0x00000 ( 0) load
I (386) boot: Loaded app from partition at offset 0x10000
I (387) boot: Disabling RNG early entropy source...
I (388) cpu_start: Pro cpu up.
I (392) cpu_start: Starting app cpu, entry point is 0x40081238
0x40081238: call_start_cpu1 at /usr/local/opt/esp-idf/components/esp32/cpu_start.c:234
I (0) cpu_start: App cpu up.
I (402) heap_init: Initializing. RAM available for dynamic allocation:
I (409) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (415) heap_init: At 3FFB9490 len 00026B70 (154 KiB): DRAM
I (421) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
I (428) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (434) heap_init: At 400911A4 len 0000EE5C (59 KiB): IRAM
I (440) cpu_start: Pro cpu start user code
I (123) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
I (233) wifi: wifi driver task: 3ffc0f94, prio:23, stack:3584, core=0
I (243) wifi: wifi firmware version: 75aab56
I (243) wifi: config NVS flash: enabled
I (243) wifi: config nano formating: disabled
I (243) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (253) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (283) wifi: Init dynamic tx buffer num: 32
I (283) wifi: Init data frame dynamic rx buffer num: 32
I (283) wifi: Init management frame dynamic rx buffer num: 32
I (293) wifi: Init static rx buffer size: 1600
I (293) wifi: Init static rx buffer num: 10
I (293) wifi: Init dynamic rx buffer num: 32
I (363) phy: phy_version: 4000, b6198fa, Sep 3 2018, 15:11:06, 0, 0
I (373) wifi: mode : sta (d8:a0:1d:40:89:c4)
I (373) example_wps: start wps...
I (373) example_wps: SYSTEM_EVENT_STA_START
I (373) wpa: manufacturer: ESPRESSIF, model number: ESP32, model name: ESPRESSIF IOT, device name: ESP STATION
I (383) wpa: wifi_wps_enable
I (14293) wifi: n:1 0, o:1 0, ap:255 255, sta:1 0, prof:1
I (15273) wifi: state: init -> auth (b0)
I (15273) wifi: state: auth -> assoc (0)
I (15283) wifi: state: assoc -> run (10)
I (19323) wifi: state: run -> init (2c0)
I (19323) wifi: n:1 0, o:1 0, ap:255 255, sta:1 0, prof:1
I (19333) example_wps: SYSTEM_EVENT_STA_DISCONNECTED
Guru Meditation Error: Core 0 panic'ed (LoadProhibited). Exception was unhandled.
Core 0 register dump:
PC : 0x4000c310 PS : 0x00060d30 A0 : 0x8010fa27 A1 : 0x3ffaf970
A2 : 0x3ffba324 A3 : 0x00000000 A4 : 0x00000006 A5 : 0x3ffba324
A6 : 0x3ffaf980 A7 : 0x00000000 A8 : 0x00000000 A9 : 0x3ffaf950
A10 : 0x3ffba336 A11 : 0x3f40e464 A12 : 0x00000000 A13 : 0x3ffba336
A14 : 0x00000003 A15 : 0x00060023 SAR : 0x0000001f EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000000 LBEG : 0x4000c2e0 LEND : 0x4000c2f6 LCOUNT : 0xffffffff
Backtrace: 0x4000c310:0x3ffaf970 0x4010fa24:0x3ffaf980 0x4010fa97:0x3ffaf9b0 0x400d1b97:0x3ffaf9d0 0x400d1bf3:0x3ffaf9f0 0x4008bb75:0x3ffafa10
0x4010fa24: wps_txStart at ??:?
0x4010fa97: wifi_station_wps_eapol_start_handle at ??:?
0x400d1b97: timer_process_alarm at /usr/local/opt/esp-idf/components/esp32/esp_timer.c:412
0x400d1bf3: timer_task at /usr/local/opt/esp-idf/components/esp32/esp_timer.c:412
0x4008bb75: vPortTaskWrapper at /usr/local/opt/esp-idf/components/freertos/port.c:403
Rebooting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment