ESP32-S0WD single core Partition Table

PaulShaw
Posts: 13
Joined: Tue Apr 24, 2018 8:54 am

ESP32-S0WD single core Partition Table

Postby PaulShaw » Tue Apr 24, 2018 9:17 am

Hi there

I programmed ESP32-S0WD + GD25Q80CEIGR(8Mbits Flash) through UART,it will print "hello,world",but it did not wok!
I have changed partition table,and worked well on ESP32-D0WD + GD25Q80CEIGR(8Mbits Flash).

SDK Ver:ESP-IDF v3.1

log:
I (10) boot: ESP-IDF v3.1-dev-562-g84788230-dirty 2nd stage bootloader
I (10) boot: compile time 15:24:49
I (12) boot: Enabling RNG early entropy source...
I (15) boot: SPI Speed : 40MHz
I (20) boot: SPI Mode : DIO
I (24) boot: SPI Flash Size : 1MB
I (28) boot: Partition Table:
I (31) boot: ## Label Usage Type ST Offset Length
I (39) boot: 0 nvs WiFi data 01 02 00009000 00004000
I (46) boot: 1 otadata OTA data 01 00 0000d000 00002000
I (53) boot: 2 phy_init RF data 01 01 0000f000 00001000
I (61) boot: 3 factory factory app 00 00 00010000 000c8000
I (68) boot: 4 ota_0 OTA app 00 10 000e0000 00002000
I (76) boot: End of partition table
I (80) boot: Defaulting to factory image
I (85) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x047c4 ( 18372) map
I (100) esp_image: segment 1: paddr=0x000147ec vaddr=0x3ffb0000 size=0x021ac (8620) load
I (106) esp_image: segment 2: paddr=0x000169a0 vaddr=0x40080000 size=0x00400 (1024) load
I (112) esp_image: segment 3: paddr=0x00016da8 vaddr=0x40080400 size=0x0861c ( 34332) load
I (134) esp_image: segment 4: paddr=0x0001f3cc vaddr=0x400c0000 size=0x00000 ( 0) load
I (135) esp_image: segment 5: paddr=0x0001f3d4 vaddr=0x00000000 size=0x00c3c (3132)
I (142) esp_image: segment 6: paddr=0x00020018 vaddr=0x400d0018 size=0x1648c ( 91276) map
I (187) boot: Loaded app from partition at offset 0x10000
I (187) boot: Disabling RNG early entropy source...
I (187) cpu_start: Pro cpu up.
I (191) cpu_start: Starting app cpu, entry point is 0x40080e38

Any other config different between ESP32-S0WD and ESP32-D0WD?

Thanks in advance for your help!

ESP_igrr
Posts: 2067
Joined: Tue Dec 01, 2015 8:37 am

Re: ESP32-S0WD single core Partition Table

Postby ESP_igrr » Tue Apr 24, 2018 11:00 am

I (191) cpu_start: Starting app cpu, entry point is 0x40080e38
You probably need to select "Run FreeRTOS only on first core" in menuconfig, under Component config > Freertos.

PaulShaw
Posts: 13
Joined: Tue Apr 24, 2018 8:54 am

Re: ESP32-S0WD single core Partition Table

Postby PaulShaw » Wed Apr 25, 2018 2:23 pm

ESP_igrr wrote:
I (191) cpu_start: Starting app cpu, entry point is 0x40080e38
You probably need to select "Run FreeRTOS only on first core" in menuconfig, under Component config > Freertos.
Thanks! It works

Who is online

Users browsing this forum: Bing [Bot], Google [Bot] and 201 guests