I'm new here, so I cannot answer you directly, this is the "make flash" dump.
Code: Select all
Flashing binaries to serial port /dev/ttyUSB0 (app at offset 0x10000)...
esptool.py v2.1
Connecting.....
Chip is ESP32D0WDQ5 (revision 0)
Uploading stub...
Running stub...
Stub running...
Configuring flash size...
Auto-detected Flash size: 4MB
Flash params set to 0x0220
Compressed 19424 bytes to 11464...
Wrote 19424 bytes (11464 compressed) at 0x00001000 in 1.0 seconds (effective 153.6 kbit/s)...
Hash of data verified.
Compressed 144272 bytes to 72707...
Wrote 144272 bytes (72707 compressed) at 0x00010000 in 6.4 seconds (effective 179.6 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 82...
Wrote 3072 bytes (82 compressed) at 0x00008000 in 0.0 seconds (effective 1972.8 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting...
This is the "make monitor" of hello_world:
Code: Select all
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)
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:5604
load:0x40078000,len:0
load:0x40078000,len:13716
entry 0x40078fb4
I (28) boot: ESP-IDF v3.1-dev-202-g16391c2 2nd stage bootloader
I (28) boot: compile time 09:26:25
I (28) boot: Enabling RNG early entropy source...
I (34) boot: SPI Speed : 40MHz
I (38) boot: SPI Mode : DIO
I (42) boot: SPI Flash Size : 4MB
I (46) boot: Partition Table:
I (50) boot: ## Label Usage Type ST Offset Length
I (57) boot: 0 nvs WiFi data 01 02 00009000 00006000
I (64) boot: 1 phy_init RF data 01 01 0000f000 00001000
I (72) boot: 2 factory factory app 00 00 00010000 00100000
I (79) boot: End of partition table
I (84) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x05064 ( 20580) map
I (100) esp_image: segment 1: paddr=0x0001508c vaddr=0x3ffb0000 size=0x02170 ( 8560) load
I (105) esp_image: segment 2: paddr=0x00017204 vaddr=0x40080000 size=0x00400 ( 1024) load
0x40080000: _iram_start at /home/edward/workspace/esp/esp-idf-v2.1.1/components/freertos/./xtensa_vectors.S:1685
I (111) esp_image: segment 3: paddr=0x0001760c vaddr=0x40080400 size=0x08470 ( 33904) load
I (133) esp_image: segment 4: paddr=0x0001fa84 vaddr=0x400c0000 size=0x00000 ( 0) load
I (134) esp_image: segment 5: paddr=0x0001fa8c vaddr=0x00000000 size=0x00584 ( 1412)
I (140) esp_image: segment 6: paddr=0x00020018 vaddr=0x400d0018 size=0x13348 ( 78664) map
0x400d0018: _stext at ??:?
I (181) boot: Loaded app from partition at offset 0x10000
I (181) boot: Disabling RNG early entropy source...
I (181) cpu_start: Pro cpu up.
I (185) cpu_start: Starting app cpu, entry point is 0x40080df4
0x40080df4: call_start_cpu1 at /home/edward/workspace/esp/esp-idf-v2.1.1/components/esp32/./cpu_start.c:215
I (0) cpu_start: App cpu up.
I (196) heap_init: Initializing. RAM available for dynamic allocation:
I (202) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM
I (208) heap_init: At 3FFB2978 len 0002D688 (181 KiB): DRAM
I (215) heap_init: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
I (221) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (227) heap_init: At 40088870 len 00017790 (93 KiB): IRAM
I (234) cpu_start: Pro cpu start user code
I (252) 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 0, 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.