[1/9] Performing build step for 'bootloader' ninja: no work to do. [6/7] Generating binary image from built executable esptool.py v3.0 Generated /home/marcel/esp/esp-idf/examples/wifi/getting_started/station/build/wifi_station.bin [6/7] cd /home/marcel/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_P...station/build" -P /home/marcel/esp/esp-idf/components/esptool_py/run_esptool.cmake Note: esptool.py will search for a serial port. To specify a port, set the ESPPORT environment variable. Note: esptool.py will attempt to set baud rate automatically. To specify a baud rate, set the ESPBAUD environment variable. esptool.py --chip esp32 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x8000 partition_table/partition-table.bin 0x1000 bootloader/bootloader.bin 0x10000 wifi_station.bin esptool.py v3.0 Found 1 serial ports Serial port /dev/ttyUSB0 Connecting.... Chip is ESP32-D0WD-V3 (revision 3) Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None Crystal is 40MHz MAC: 7c:9e:bd:d9:b6:50 Uploading stub... Running stub... Stub running... Configuring flash size... Compressed 3072 bytes to 103... Writing at 0x00008000... (100 %) Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 1798.8 kbit/s)... Hash of data verified. Compressed 24976 bytes to 15279... Writing at 0x00001000... (100 %) Wrote 24976 bytes (15279 compressed) at 0x00001000 in 1.3 seconds (effective 148.4 kbit/s)... Hash of data verified. Compressed 651856 bytes to 415316... Writing at 0x00010000... (3 %) Writing at 0x00014000... (7 %) Writing at 0x00018000... (11 %) Writing at 0x0001c000... (15 %) Writing at 0x00020000... (19 %) Writing at 0x00024000... (23 %) Writing at 0x00028000... (26 %) Writing at 0x0002c000... (30 %) Writing at 0x00030000... (34 %) Writing at 0x00034000... (38 %) Writing at 0x00038000... (42 %) Writing at 0x0003c000... (46 %) Writing at 0x00040000... (50 %) Writing at 0x00044000... (53 %) Writing at 0x00048000... (57 %) Writing at 0x0004c000... (61 %) Writing at 0x00050000... (65 %) Writing at 0x00054000... (69 %) Writing at 0x00058000... (73 %) Writing at 0x0005c000... (76 %) Writing at 0x00060000... (80 %) Writing at 0x00064000... (84 %) Writing at 0x00068000... (88 %) Writing at 0x0006c000... (92 %) Writing at 0x00070000... (96 %) Writing at 0x00074000... (100 %) Wrote 651856 bytes (415316 compressed) at 0x00010000 in 36.6 seconds (effective 142.5 kbit/s)... Hash of data verified. Leaving... Hard resetting via RTS pin... [0/1] cd /home/marcel/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_P.../esp/esp-idf/examples/wifi/getting_started/station/build" -P run_idf_monitor.cmake Note: idf_monitor.py will search for a serial port. To specify a port, set the ESPPORT environment variable. Note: idf_monitor.py will attempt to set baud rate automatically. To specify a baud rate, set the ESPBAUD environment variable. --- idf_monitor on /dev/ttyUSB0 115200 --- --- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H --- I (13) boot: ESP-IDF v4.2-47-g2532ddd9f-dirty 2nd stage bootloader I (13) boot: compile time 14:19:36 I (13) boot: chip revision: 3 I (16) boot_comm: chip revision: 3, min. bootloader chip revision: 0 I (23) boot.esp32: SPI Speed : 40MHz I (28) boot.esp32: SPI Mode : DIO I (32) boot.esp32: SPI Flash Size : 2MB I (37) boot: Enabling RNG early entropy source... I (42) boot: Partition Table: I (46) boot: ## Label Usage Type ST Offset Length I (53) boot: 0 nvs WiFi data 01 02 00009000 00006000 I (61) boot: 1 phy_init RF data 01 01 0000f000 00001000 I (68) boot: 2 factory factory app 00 00 00010000 00100000 I (76) boot: End of partition table I (80) boot_comm: chip revision: 3, min. application chip revision: 0 I (87) esp_image: segment 0: paddr=0x00010020 vaddr=0x3f400020 size=0x167c4 ( 92100) map I (131) esp_image: segment 1: paddr=0x000267ec vaddr=0x3ffb0000 size=0x037fc ( 14332) load I (137) esp_image: segment 2: paddr=0x00029ff0 vaddr=0x40080000 size=0x00404 ( 1028) load 0x40080000: _WindowOverflow4 at /home/marcel/esp/esp-idf/components/freertos/xtensa/xtensa_vectors.S:1730 I (138) esp_image: segment 3: paddr=0x0002a3fc vaddr=0x40080404 size=0x05c1c ( 23580) load I (157) esp_image: segment 4: paddr=0x00030020 vaddr=0x400d0020 size=0x6fc60 (457824) map 0x400d0020: _stext at ??:? I (331) esp_image: segment 5: paddr=0x0009fc88 vaddr=0x40086020 size=0x0f59c ( 62876) load 0x40086020: write_txrate_power_offset at /home/cff/gittree/chip7.1_phy/chip_7.1/board_code/app_test/pp/phy/phy_chip_v7_cal.c:1711 (discriminator 2) I (371) boot: Loaded app from partition at offset 0x10000 I (371) boot: Disabling RNG early entropy source... I (371) cpu_start: Pro cpu up. I (375) cpu_start: Application information: I (380) cpu_start: Project name: wifi_station I (385) cpu_start: App version: v4.2-47-g2532ddd9f-dirty I (392) cpu_start: Compile time: Jan 14 2021 14:19:34 I (398) cpu_start: ELF file SHA256: 3267fdcc858ee7bd... I (404) cpu_start: ESP-IDF: v4.2-47-g2532ddd9f-dirty I (410) cpu_start: Starting app cpu, entry point is 0x400818a8 0x400818a8: call_start_cpu1 at /home/marcel/esp/esp-idf/components/esp32/cpu_start.c:287 I (0) cpu_start: App cpu up. I (421) heap_init: Initializing. RAM available for dynamic allocation: I (427) heap_init: At 3FFAE6E0 len 00001920 (6 KiB): DRAM I (434) heap_init: At 3FFB7D60 len 000282A0 (160 KiB): DRAM I (440) heap_init: At 3FFE0440 len 00003AE0 (14 KiB): D/IRAM I (446) heap_init: At 3FFE4350 len 0001BCB0 (111 KiB): D/IRAM I (453) heap_init: At 400955BC len 0000AA44 (42 KiB): IRAM I (459) cpu_start: Pro cpu start user code I (477) spi_flash: detected chip: generic I (478) spi_flash: flash io: dio W (478) spi_flash: Detected size(4096k) larger than the size in the binary image header(2048k). Using the size in the binary image header. I (488) cpu_start: Starting scheduler on PRO CPU. I (0) cpu_start: Starting scheduler on APP CPU. I (577) wifi station: ESP_WIFI_MODE_STA I (587) wifi:wifi driver task: 3ffc05f0, prio:23, stack:6656, core=0 I (587) system_api: Base MAC address is not set I (587) system_api: read default base MAC address from EFUSE I (607) wifi:wifi firmware version: 1865b55 I (607) wifi:wifi certification version: v7.0 I (607) wifi:config NVS flash: enabled I (607) wifi:config nano formating: disabled I (617) wifi:Init data frame dynamic rx buffer num: 32 I (617) wifi:Init management frame dynamic rx buffer num: 32 I (627) wifi:Init management short buffer num: 32 I (627) wifi:Init dynamic tx buffer num: 32 I (637) wifi:Init static rx buffer size: 1600 I (637) wifi:Init static rx buffer num: 10 I (637) wifi:Init dynamic rx buffer num: 32 I (647) wifi_init: rx ba win: 6 I (647) wifi_init: tcpip mbox: 32 I (657) wifi_init: udp mbox: 6 I (657) wifi_init: tcp mbox: 6 I (657) wifi_init: tcp tx win: 5744 I (667) wifi_init: tcp rx win: 5744 I (667) wifi_init: tcp mss: 1440 I (677) wifi_init: WiFi IRAM OP enabled I (677) wifi_init: WiFi RX IRAM OP enabled I (787) phy: phy_version: 4500, 0cd6843, Sep 17 2020, 15:37:07, 0, 0 I (797) wifi:mode : sta (7c:9e:bd:d9:b6:50) I (797) wifi station: wifi_init_sta finished. I (1517) wifi:new:<6,0>, old:<1,0>, ap:<255,255>, sta:<6,0>, prof:1 I (3467) wifi:state: init -> auth (b0) I (4467) wifi:state: auth -> init (200) I (4467) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (4467) wifi station: retry to connect to the AP I (4467) wifi station: connect to the AP fail I (6517) wifi station: retry to connect to the AP I (6517) wifi station: connect to the AP fail I (6637) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (6637) wifi:state: init -> auth (b0) I (7637) wifi:state: auth -> init (200) I (7637) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (7647) wifi station: retry to connect to the AP I (7647) wifi station: connect to the AP fail I (9697) wifi station: retry to connect to the AP I (9697) wifi station: connect to the AP fail I (9817) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (9817) wifi:state: init -> auth (b0) I (10817) wifi:state: auth -> init (200) I (10817) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (10817) wifi station: retry to connect to the AP I (10817) wifi station: connect to the AP fail I (12867) wifi station: retry to connect to the AP I (12867) wifi station: connect to the AP fail I (12987) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (12987) wifi:state: init -> auth (b0) I (13987) wifi:state: auth -> init (200) I (13987) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (13987) wifi station: retry to connect to the AP I (13997) wifi station: connect to the AP fail I (16037) wifi station: retry to connect to the AP I (16037) wifi station: connect to the AP fail I (16157) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (16167) wifi:state: init -> auth (b0) I (17167) wifi:state: auth -> init (200) I (17167) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (17167) wifi station: retry to connect to the AP I (17167) wifi station: connect to the AP fail I (19217) wifi station: retry to connect to the AP I (19217) wifi station: connect to the AP fail I (19337) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (19337) wifi:state: init -> auth (b0) I (20337) wifi:state: auth -> init (200) I (20337) wifi:new:<6,0>, old:<6,0>, ap:<255,255>, sta:<6,0>, prof:1 I (20337) wifi station: connect to the AP fail I (20337) wifi station: Failed to connect to SSID:WaiFai, password:***