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 0x96010 bytes. Smallest app partition is 0x100000 bytes. 0x69ff0 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:5b:94
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 0x000a6fff...
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 614416 bytes to 357504...
Writing at 0x00010000... (4 %)
Writing at 0x0001d83c... (9 %)
Writing at 0x00028f27... (13 %)
Writing at 0x0003158d... (18 %)
Writing at 0x00036fa7... (22 %)
Writing at 0x0003d039... (27 %)
Writing at 0x000430fd... (31 %)
Writing at 0x00048f79... (36 %)
Writing at 0x0004ec1b... (40 %)
Writing at 0x000547c2... (45 %)
Writing at 0x0005a48a... (50 %)
Writing at 0x000600e3... (54 %)
Writing at 0x00065bea... (59 %)
Writing at 0x0006bb52... (63 %)
Writing at 0x00071f22... (68 %)
Writing at 0x00077d95... (72 %)
Writing at 0x0007db5e... (77 %)
Writing at 0x0008358a... (81 %)
Writing at 0x0008c8b9... (86 %)
Writing at 0x00094867... (90 %)
Writing at 0x0009a991... (95 %)
Writing at 0x000a0cb6... (100 %)
Wrote 614416 bytes (357504 compressed) at 0x00010000 in 8.1 seconds (effective 604.8 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 771.2 kbit/s)...
Hash of data verified.

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