Command: ninja flash
[1/5] cd /home/c6h6/workspace_esp32/basic/build/esp-idf/esptool_py && /home/c6h6/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/c6h6/run/Espressif-IDE-3.6.0-linux.gtk.x86_64/Espressif-IDE/idf/esp-idf-v5.5.1/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /home/c6h6/workspace_esp32/basic/build/partition_table/partition-table.bin /home/c6h6/workspace_esp32/basic/build/ethernet_basic.bin
ethernet_basic.bin binary size 0x95e00 bytes. Smallest app partition is 0x100000 bytes. 0x6a200 bytes (41%) free.
[2/5] Performing build step for 'bootloader'
[1/1] cd /home/c6h6/workspace_esp32/basic/build/bootloader/esp-idf/esptool_py && /home/c6h6/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/c6h6/run/Espressif-IDE-3.6.0-linux.gtk.x86_64/Espressif-IDE/idf/esp-idf-v5.5.1/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/c6h6/workspace_esp32/basic/build/bootloader/bootloader.bin
Bootloader binary size 0x6680 bytes. 0x980 bytes (8%) free.
[3/5] No install step for 'bootloader'
[4/5] Completed 'bootloader'
[4/5] cd /home/c6h6/run/Espressif-IDE-3.6.0-linux.gtk.x86_64/Espressif-IDE/idf/esp-idf-v5.5.1/components/esptool_py && /home/c6h6/.espressif/tools/cmake/3.30.2/bin/cmake -D IDF_PATH=/home/c6h6/run/Espressif-IDE-3.6.0-linux.gtk.x86_64/Espressif-IDE/idf/esp-idf-v5.5.1 -D "SERIAL_TOOL=/home/c6h6/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/c6h6/run/Espressif-IDE-3.6.0-linux.gtk.x86_64/Espressif-IDE/idf/esp-idf-v5.5.1/components/esptool_py/esptool/esptool.py;--chip;esp32" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/home/c6h6/workspace_esp32/basic/build -P /home/c6h6/run/Espressif-IDE-3.6.0-linux.gtk.x86_64/Espressif-IDE/idf/esp-idf-v5.5.1/components/esptool_py/run_serial_tool.cmake
esptool.py --chip esp32 -p /dev/ttyUSB1 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 4MB 0x1000 bootloader/bootloader.bin 0x10000 ethernet_basic.bin 0x8000 partition_table/partition-table.bin
esptool.py v4.10.0
Serial port /dev/ttyUSB1
Connecting....
Chip is ESP32-D0WD (revision v1.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 84:1f:e8:a5:e9:58
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00007fff...
Flash will be erased from 0x00010000 to 0x000a5fff...
Flash will be erased from 0x00008000 to 0x00008fff...
SHA digest in image updated
Compressed 26240 bytes to 16496...
Writing at 0x00001000... (50 %)
Writing at 0x000075ee... (100 %)
Wrote 26240 bytes (16496 compressed) at 0x00001000 in 0.6 seconds (effective 354.6 kbit/s)...
Hash of data verified.
Compressed 613888 bytes to 357139...
Writing at 0x00010000... (4 %)
Writing at 0x0001d844... (9 %)
Writing at 0x00028f37... (13 %)
Writing at 0x0003159d... (18 %)
Writing at 0x00036f9a... (22 %)
Writing at 0x0003cfd5... (27 %)
Writing at 0x0004308e... (31 %)
Writing at 0x00048f87... (36 %)
Writing at 0x0004ebc9... (40 %)
Writing at 0x00054761... (45 %)
Writing at 0x0005a46a... (50 %)
Writing at 0x0006007f... (54 %)
Writing at 0x00065b7e... (59 %)
Writing at 0x0006bb04... (63 %)
Writing at 0x00071f1d... (68 %)
Writing at 0x00077da2... (72 %)
Writing at 0x0007db2e... (77 %)
Writing at 0x0008355f... (81 %)
Writing at 0x0008cb65... (86 %)
Writing at 0x000949c3... (90 %)
Writing at 0x0009a9c1... (95 %)
Writing at 0x000a0dac... (100 %)
Wrote 613888 bytes (357139 compressed) at 0x00010000 in 8.1 seconds (effective 604.2 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 82...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (82 compressed) at 0x00008000 in 0.0 seconds (effective 768.2 kbit/s)...
Hash of data verified.

Leaving...
Hard resetting via RTS pin...
