[closed] moving to cmake/IDF V4.0 is causing problems
Posted: Tue Nov 05, 2019 11:30 pm
Hi all -
As a precursor to using the Eclipse IDE for ESP32 development, I changed my IDF to v4.0 and started using cmake.
Now, when I flash my program, something odd happens to the console output:
This is very repeatable. It also doesn't appear that my program is running, though without the console messages, it's hard to know what's going on. Any ideas what might be happening?
As a precursor to using the Eclipse IDE for ESP32 development, I changed my IDF to v4.0 and started using cmake.
Now, when I flash my program, something odd happens to the console output:
Code: Select all
(32) boot: ESP-IDF v4.0-beta2-70-g0a03a55c1 2nd stage bootloader
I (32) boot: compile time 15:25:22
I (41) boot: Enabling RNG early entropy source...
I (41) boot: SPI Speed : 40MHz
I (41) boot: SPI Mode : DIO
I (45) boot: SPI Flash Size : 4MB
I (50) boot: Partition Table:
I (53) boot: ## Label Usage Type ST Offset Length
I (60) boot: 0 nvs WiFi data 01 02 00009000 00004000
I (68) boot: 1 otadata OTA data 01 00 0000d000 00002000
I (75) boot: 2 phy_init RF data 01 01 0000f000 00001000
I (83) boot: 3 factory factory app 00 00 00010000 00130000
I (90) boot: 4 ota_0 OTA app 00 10 00140000 00130000
I (98) boot: 5 ota_1 OTA app 00 11 00270000 00130000
I (105) boot: End of partition table
I (110) boot: Defaulting to factory image
I (114) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x3f5e8 (259560) map
I (223) esp_image: segment 1: paddr=0x0004f610 vaddr=0x3ffbdb60 size=0x00a00 ( 2560) load
I (224) esp_image: segment 2: paddr=0x00050018 vaddr=0x400d0018 size=0xd15bc (857532) map
I (559) esp_image: segment 3: paddr=0x001215dc vaddr=0x3ffbe560 size=0x02c6c ( 11372) load
I (564) esp_image: segment 4: paddr=0x00124250 vaddr=0x40080000 size=0x00400 ( 1024) load
I (566) esp_image: segment 5: paddr=0x00124658 vaddr=0x40080400 size=0x12e8c ( 77452) load
I (608) esp_image: segment 6: paddr=0x001374ec vaddr=0x400c0000 size=0x00064 ( 100) load
I (620) boot: Loaded app from partition at offset 0x10000
I (620) boot: Disabling RNG early entropy source...
I (621) cpu_start: Pro cpu up.
I (624) cpu_start: Application information:
I (629) cpu_start: Project name: wifibutton
I (634) cpu_start: App version: V0.1-24-g54a0f12-dirty
I (640) cpu_start: Compile time: Nov 5 2019 15:25:21
I (646) cpu_start: ELF file SHA256: 3859215f0b0e8b24...
I (652) cpu_start: ESP-IDF: v4.0-beta2-70-g0a03a55c1
I (659) cpu_start: Starting app cpu, entry point is 0x4008148c
I (0) cpu_start: App cpu up.
I (669) heap_init: Initializing. RAM available for dynamic allocation:
I (676) heap_init: At 3FFAE6E0 len 0000F480 (61 KiB): DRAM
I (682) heap_init: At 3FFDA5C8 len 00005A38 (22 KiB): DRAM
I (688) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM
I (695) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (703) heap_init: At 4009328C len 0000CD74 (51 KiB): IRAM
I (707) cpu_start: Pro cpu start user code
î½@é°ÿî¼8=ÿïûÿäž)
N