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 0x95e70 bytes. Smallest app partition is 0x100000 bytes. 0x6a190 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 364.2 kbit/s)...
Hash of data verified.
Compressed 614000 bytes to 357217...
Writing at 0x00010000... (4 %)
Writing at 0x0001d844... (9 %)
Writing at 0x00028f17... (13 %)
Writing at 0x0003159c... (18 %)
Writing at 0x00036f91... (22 %)
Writing at 0x0003cfdd... (27 %)
Writing at 0x00043090... (31 %)
Writing at 0x00048f6c... (36 %)
Writing at 0x0004ebc1... (40 %)
Writing at 0x0005477f... (45 %)
Writing at 0x0005a457... (50 %)
Writing at 0x0006006c... (54 %)
Writing at 0x00065b6b... (59 %)
Writing at 0x0006badb... (63 %)
Writing at 0x00071edb... (68 %)
Writing at 0x00077d67... (72 %)
Writing at 0x0007db15... (77 %)
Writing at 0x00083550... (81 %)
Writing at 0x0008ca1b... (86 %)
Writing at 0x00094933... (90 %)
Writing at 0x0009a9a9... (95 %)
Writing at 0x000a0da0... (100 %)
Wrote 614000 bytes (357217 compressed) at 0x00010000 in 8.1 seconds (effective 604.4 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.0 kbit/s)...
Hash of data verified.

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