[1/5] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\User\workspace\hello_world\build\esp-idf\esptool_py && C:\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.1/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/User/workspace/hello_world/build/partition_table/partition-table.bin C:/Users/User/workspace/hello_world/build/hello_world.bin"
hello_world.bin binary size 0x48f60 bytes. Smallest app partition is 0x100000 bytes. 0xb70a0 bytes (71%) free.

[2/5] Performing build step for 'bootloader'
[1/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\User\workspace\hello_world\build\bootloader\esp-idf\esptool_py && C:\Espressif\python_env\idf5.1_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.1/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 C:/Users/User/workspace/hello_world/build/bootloader/bootloader.bin"

Bootloader binary size 0x6860 bytes. 0x7a0 bytes (7%) free.


[3/5] No install step for 'bootloader'
[4/5] Completed 'bootloader'
[4/5] C:\Windows\system32\cmd.exe /C "cd /D C:\Espressif\frameworks\esp-idf-v5.1\components\esptool_py && C:\Espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Espressif/frameworks/esp-idf-v5.1 -D SERIAL_TOOL=C:/Espressif/python_env/idf5.1_py3.11_env/Scripts/python.exe;;C:/Espressif/frameworks/esp-idf-v5.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=C:/Users/User/workspace/hello_world/build -P C:/Espressif/frameworks/esp-idf-v5.1/components/esptool_py/run_serial_tool.cmake"
esptool.py --chip esp32 -p COM4 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x1000 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
esptool.py v4.7.0
Serial port COM4
Connecting.....
Chip is ESP32-D0WD-V3 (revision v3.1)
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 34:5f:45:a9:10:74
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 0x00058fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Compressed 26720 bytes to 16737...
Writing at 0x00001000... (50 %)
Writing at 0x0000769f... (100 %)
Wrote 26720 bytes (16737 compressed) at 0x00001000 in 0.8 seconds (effective 273.6 kbit/s)...
Hash of data verified.
Compressed 298848 bytes to 164731...
Writing at 0x00010000... (9 %)
Writing at 0x0001c34c... (18 %)
Writing at 0x00023dcd... (27 %)
Writing at 0x00029d89... (36 %)
Writing at 0x0002fb92... (45 %)
Writing at 0x000359a7... (54 %)
Writing at 0x0003b4a2... (63 %)
Writing at 0x0004492b... (72 %)
Writing at 0x0004d12f... (81 %)
Writing at 0x00052b39... (90 %)
Writing at 0x00058902... (100 %)
Wrote 298848 bytes (164731 compressed) at 0x00010000 in 4.5 seconds (effective 536.5 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 103...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 209.7 kbit/s)...
Hash of data verified.

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