preetam wrote:here is the errorCode: Select all
$ make monitor MONITOR /bin/sh: winpty: command not found. make: *** [~/ESP32/esp-idf/components/esptool_py/Makefile.projbuild:92: monitor] error 127
Angus gave a good tip in comments (scroll down) for the meantime, ( going to build new Windows installs very soon... which has this built-in then later..) :
if you be in msys32 console
install winpty
Code: Select all
pacman -S winpty
installed version:$ pacman -S winpty
Löse Abhängigkeiten auf...
Suche nach in Konflikt stehenden Paketen...
Pakete (1) winpty-0.2.2-2
Gesamtgröße des Downloads: 0,49 MiB
Gesamtgröße der installierten Pakete: 2,87 MiB
:: Installation fortsetzen? [J/n] j
:: Empfange Pakete...
winpty-0.2.2-2-i686 499,1 KiB 402K/s 00:01 [##################################################] 100%
(1/1) Prüfe Schlüssel im Schlüsselring [##################################################] 100%
(1/1) Überprüfe Paket-Integrität [##################################################] 100%
(1/1) Lade Paket-Dateien [##################################################] 100%
(1/1) Prüfe auf Dateikonflikte [##################################################] 100%
(1/1) Überprüfe verfügbaren Festplattenspeicher [##################################################] 100%
:: Verarbeite Paketänderungen...
(1/1) Installiere winpty [##################################################] 100%
test:$ winpty --version
winpty version 0.2.2-dev
commit none
install, exec - like a charme!$ make monitor
MONITOR
--- idf_monitor on COM27 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)
ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:2
load:0x3fff0008,len:8
load:0x3fff0010,len:3464
load:0x40078000,len:7828
load:0x40080000,len:252
0x40080000: _WindowOverflow4 at ??:?
entry 0x40080034
0x40080034: _WindowOverflow4 at ??:?
I (43) boot: ESP-IDF v2.0-rc1-296-g02fdf82 2nd stage bootloader
I (44) boot: compile time 16:13:37
I (44) boot: Enabling RNG early entropy source...
I (64) boot: SPI Speed : 40MHz
I (77) boot: SPI Mode : DIO
I (89) boot: SPI Flash Size : 4MB
I (101) boot: Partition Table:
I (113) boot: ## Label Usage Type ST Offset Length
I (135) boot: 0 phy_init RF data 01 01 0000f000 00001000
I (159) boot: 1 ota_0 OTA app 00 10 00010000 000ea000
I (182) boot: 2 nvs WiFi data 01 02 000fa000 00016000
I (205) boot: 3 ota_1 OTA app 00 11 00110000 000ea000
I (228) boot: 4 otadata OTA data 01 00 001fd000 00003000
I (252) boot: End of partition table
I (265) boot: Disabling RNG early entropy source...
I (282) boot: Loading app partition at offset 00010000
I (1450) boot: segment 0: paddr=0x00010018 vaddr=0x00000000 size=0x0ffe8 ( 65512)
I (1450) boot: segment 1: paddr=0x00020008 vaddr=0x3f400010 size=0x19e78 (106104) map
I (1467) boot: segment 2: paddr=0x00039e88 vaddr=0x3ffb0000 size=0x02190 ( 8592) load
I (1497) boot: segment 3: paddr=0x0003c020 vaddr=0x40080000 size=0x00400 ( 1024) load
0x40080000: _WindowOverflow4 at ??:?
I (1520) boot: segment 4: paddr=0x0003c428 vaddr=0x40080400 size=0x1a70c (108300) load
I (1598) boot: segment 5: paddr=0x00056b3c vaddr=0x400c0000 size=0x00034 ( 52) load
I (1599) boot: segment 6: paddr=0x00056b78 vaddr=0x00000000 size=0x09490 ( 38032)
I (1615) boot: segment 7: paddr=0x00060010 vaddr=0x400d0018 size=0x78f08 (495368) map
0x400d0018: _stext at ??:?
I (1642) cpu_start: Pro cpu up.
I (1653) cpu_start: Single core mode
I (1667) heap_alloc_caps: Initializing. RAM available for dynamic allocation:
I (1690) heap_alloc_caps: At 3FFAE2A0 len 00001D60 (7 KiB): DRAM
I (1711) heap_alloc_caps: At 3FFBA6B0 len 00025950 (150 KiB): DRAM
I (1732) heap_alloc_caps: At 3FFE0440 len 00003BC0 (14 KiB): D/IRAM
I (1753) heap_alloc_caps: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM
I (1775) heap_alloc_caps: At 4009AB0C len 000054F4 (21 KiB): IRAM
I (1796) cpu_start: Pro cpu start user code
[0;32}I (1856) cpu_start: Starting scheduler on PRO CPU.
eMbeddedHome 2017
I (1868) uart: queue free spaces: 10
I (1906) wifi: wifi firmware version: 0b5b6e7
I (1906) wifi: config NVS flash: enabled
I (1906) wifi: config nano formating: disabled
I (1911) wifi: Init dynamic tx buffer num: 32
I (1912) wifi: wifi driver task: 3ffc3060, prio:23, stack:3584
I (1917) wifi: Init static rx buffer num: 10
I (1921) wifi: Init dynamic rx buffer num: 0
I (1925) wifi: Init rx ampdu len mblock:7
I (1928) wifi: Init lldesc rx ampdu entry mblock:4
I (1933) wifi: wifi power manager task: 0x3ffc8408 prio: 21 stack: 2560
I (1939) wifi: wifi timer task: 3ffc9488, prio:22, stack:3584
E (1945) phy_init: PHY data partition validated
I (1968) phy: phy_version: 329, Feb 22 2017, 15:58:07, 0, 0
I (1969) wifi: Init ampdu: 1
I (1969) wifi: Init ampdu: 1
I (1969) wifi: mode : sta (24:0a:c4:04:5c:8c) + softAP (24:0a:c4:04:5c:8d)
ready
--- idf_monitor (1.0) - ESP-IDF monitor tool
--- based on miniterm from pySerial
---
--- Ctrl+] Exit program
--- Ctrl+T Menu escape key, followed by:
--- Menu keys:
--- Ctrl+T Send the menu character itself to remote
--- Ctrl+] Send the exit character itself to remote
--- Ctrl+R Reset target board via RTS line
--- Ctrl+F Run 'make flash' to build & flash
--- Ctrl+A Run 'make app-flash to build & flash app
@Angus
thank you
best wishes
rudi