Skip to content

Instantly share code, notes, and snippets.

@n1ywb
Created May 29, 2018 04:17
Show Gist options
  • Save n1ywb/d9833b7c4dfbaf5db43101332944f3ba to your computer and use it in GitHub Desktop.
Save n1ywb/d9833b7c4dfbaf5db43101332944f3ba to your computer and use it in GitHub Desktop.
jeff@ta00491-Jeff ~/esp/hello_world $ make monitor
fatal: Not a git repository: /home/ivan/esp-idf/.git/modules/components/aws_iot/aws-iot-device-sdk-embedded-C
MONITOR
--- idf_monitor on /dev/ttyUSB1 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)
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:0x3fff0018,len:4
load:0x3fff001c,len:5532
load:0x40078000,len:0
load:0x40078000,len:13756
entry 0x40078fb4
I (28) boot: ESP-IDF 2nd stage bootloader
I (28) boot: compile time 00:13:20
I (29) boot: Enabling RNG early entropy source...
I (32) boot: SPI Speed : 40MHz
I (37) boot: SPI Mode : DIO
I (41) boot: SPI Flash Size : 4MB
I (45) boot: Partition Table:
I (48) boot: ## Label Usage Type ST Offset Length
I (56) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (63) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (70) boot: 2 factory factory app 00 00 00010000 00100000
I (78) boot: End of partition table
I (82) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x04f48 ( 20296) map
I (98) esp_image: segment 1: paddr=0x00014f70 vaddr=0x3ffb0000 size=0x02184 ( 8580) load
I (103) esp_image: segment 2: paddr=0x000170fc vaddr=0x40080000 size=0x00400 ( 1024) load
0x40080000: _iram_start at /home/jeff/esp/esp-idf-v3.0/components/freertos/./xtensa_vectors.S:1685
I (109) esp_image: segment 3: paddr=0x00017504 vaddr=0x40080400 size=0x08598 ( 34200) load
I (132) esp_image: segment 4: paddr=0x0001faa4 vaddr=0x400c0000 size=0x00000 ( 0) load
I (132) esp_image: segment 5: paddr=0x0001faac vaddr=0x00000000 size=0x00564 ( 1380)
I (139) esp_image: segment 6: paddr=0x00020018 vaddr=0x400d0018 size=0x1334c ( 78668) map
0x400d0018: _stext at ??:?
I (180) boot: Loaded app from partition at offset 0x10000
I (180) boot: Disabling RNG early entropy source...
I (180) cpu_start: Pro cpu up.
I (184) cpu_start: Starting app cpu, entry point is 0x40080e40
0x40080e40: call_start_cpu1 at /home/jeff/esp/esp-idf-v3.0/components/esp32/./cpu_start.c:215
I (0) cpu_start: App cpu up.
I (195) heap_init: Initializing. RAM available for dynamic allocation:
I (201) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (207) heap_init: At 3FFB2990 len 0002D670 (181 KiB): DRAM
I (214) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
I (220) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (226) heap_init: At 40088998 len 00017668 (93 KiB): IRAM
I (233) cpu_start: Pro cpu start user code
I (251) cpu_start: Starting scheduler on PRO CPU.
I (0) cpu_start: Starting scheduler on APP CPU.
Hello world!
This is ESP32 chip with 2 CPU cores, WiFi/BT/BLE, silicon revision 1, 4MB external flash
Restarting in 10 seconds...
Restarting in 9 seconds...
Restarting in 8 seconds...
Restarting in 7 seconds...
Restarting in 6 seconds...
Restarting in 5 seconds...
Restarting in 4 seconds...
Restarting in 3 seconds...
Restarting in 2 seconds...
Restarting in 1 seconds...
Restarting in 0 seconds...
Restarting now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment