FHEM Forum

Verschiedenes => Bastelecke => ESP Familie => Thema gestartet von: linuxpaul am 15 August 2018, 16:13:37

Titel: esp8266 RTOS SDK
Beitrag von: linuxpaul am 15 August 2018, 16:13:37
Hallo Forum,

nach dem esp32 will ich mich nun auch mal mit dem esp8266 befassen.
Als Board habe ich ein nodeMCU und möchte die ESP8266_RTOS_SDK verwenden.
Die Umgebung ist soweit eingerichtet, ich kann übersetzen und flashen.

Betrachte ich das Ergebnis mit dem Monitor (make monitor) finde ich bei
jedem Beispiel das ich verucht habe folgende Ausgabe:

I (235) esp_image: segment 3: paddr=0x0004a320 vaddr=0x40100000 size=0x073bc ( 29628) load
0x40100000: _stext at ??:?

Weiß jemand wo das herkommt? Mit google habe ich bisher nix passendes gefunden.

Hier noch die gesammte Ausgabe:

Hard resetting via RTS pin...
MONITOR
--- idf_monitor on /dev/ttyUSB0 74880 ---
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H ---

ets Jan  8 2013,rst cause:2, boot mode:(3,7)

load 0x40100000, len 4796, room 16
0x40100000: _stext at ??:?

tail 12
chksum 0x72
ho 0 tail 12 room 4
load 0x3ffe8008, len 4128, room 12
tail 4
chksum 0x0a
csum 0x0a
I (23) boot: ESP-IDF v3.0-rc1 2nd stage bootloader
I (23) boot: compile time 15:51:27
D (23) boot: magic e9
D (24) boot: segments 02
D (26) boot: spi_mode 00
D (28) boot: spi_speed 00
D (30) boot: spi_size 04
I (33) boot: SPI Speed      : 40MHz
I (37) boot: SPI Mode       : QIO
I (41) boot: SPI Flash Size : 4MB
D (44) boot: mapped partition table 0x8000 at 0x40208000
D (49) flash_parts: partition table verified, 3 entries
I (55) boot: Partition Table:
I (58) boot: ## Label            Usage          Type ST Offset   Length
D (65) boot: load partition table entry 0x3ffffe04
D (69) boot: type=1 subtype=2
I (72) boot:  0 nvs              WiFi data        01 02 00009000 00006000
D (79) boot: load partition table entry 0x3ffffe04
D (84) boot: type=1 subtype=1
I (87) boot:  1 phy_init         RF data          01 01 0000f000 00001000
D (94) boot: load partition table entry 0x3ffffe04
D (98) boot: type=0 subtype=0
I (101) boot:  2 factory          factory app      00 00 00010000 000f0000
I (109) boot: End of partition table
D (112) boot: Trying partition index -1 offs 0x10000 size 0xf0000
D (118) esp_image: reading image header @ 0x10000
D (122) esp_image: image header: 0xe9 0x04 0x00 0x02 402283f4
V (128) esp_image: loading segment header 0 at offset 0x10008
V (133) esp_image: segment data length 0x39340 data starts 0x10010
I (139) esp_image: segment 0: paddr=0x00010010 vaddr=0x40210010 size=0x39340 (234304) map
V (195) esp_image: loading segment header 1 at offset 0x49350
V (195) esp_image: segment data length 0xea8 data starts 0x49358
I (195) esp_image: segment 1: paddr=0x00049358 vaddr=0x3ffe8000 size=0x00ea8 (  3752) load
V (204) esp_image: loading segment header 2 at offset 0x4a200
V (209) esp_image: segment data length 0x110 data starts 0x4a208
I (215) esp_image: segment 2: paddr=0x0004a208 vaddr=0x3ffe8ea8 size=0x00110 (   272) load
V (223) esp_image: loading segment header 3 at offset 0x4a318
V (229) esp_image: segment data length 0x73bc data starts 0x4a320
I (235) esp_image: segment 3: paddr=0x0004a320 vaddr=0x40100000 size=0x073bc ( 29628) load
0x40100000: _stext at ??:?

V (249) esp_image: image start 0x00010000 end of last section 0x000516dc
I (250) boot: Loaded app from partition at offset 0x10000
I (18) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE
I (13) system_api: Base MAC address is not set, read default base MAC address from BLK0 of EFUSE


Ansonsten scheint das jeweilige Programm zu Laufen.

:)
linuxpaul