Files
esp32/blink/build/log/idf_py_stdout_output_103307
2025-11-16 19:26:49 -08:00

60 lines
3.4 KiB
Plaintext

Command: ninja flash
[1/10] Performing build step for 'bootloader'
[1/1] cd /home/nik/repos/esp32/blink/build/bootloader/esp-idf/esptool_py && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/nik/repos/esp32/blink/build/bootloader/bootloader.bin
Bootloader binary size 0x6680 bytes. 0x980 bytes (8%) free.
[2/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
[3/10] No install step for 'bootloader'
[4/10] Linking C static library esp-idf/main/libmain.a
[5/10] Completed 'bootloader'
[6/10] Generating esp-idf/esp_system/ld/sections.ld
[7/10] Linking CXX executable blink.elf
[8/10] Generating binary image from built executable
esptool.py v4.10.0
Creating esp32 image...
Merged 2 ELF sections
Successfully created esp32 image.
Generated /home/nik/repos/esp32/blink/build/blink.bin
[9/10] cd /home/nik/repos/esp32/blink/build/esp-idf/esptool_py && /home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python /home/nik/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /home/nik/repos/esp32/blink/build/partition_table/partition-table.bin /home/nik/repos/esp32/blink/build/blink.bin
blink.bin binary size 0x2d660 bytes. Smallest app partition is 0x100000 bytes. 0xd29a0 bytes (82%) free.
[9/10] cd /home/nik/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/nik/esp/esp-idf -D "SERIAL_TOOL=/home/nik/.espressif/python_env/idf5.5_py3.13_env/bin/python;;/home/nik/esp/esp-idf/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/nik/repos/esp32/blink/build -P /home/nik/esp/esp-idf/components/esptool_py/run_serial_tool.cmake
esptool.py --chip esp32 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x1000 bootloader/bootloader.bin 0x10000 blink.bin 0x8000 partition_table/partition-table.bin
esptool.py v4.10.0
Serial port /dev/ttyUSB0
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: 6c:c8:40:06:26:90
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 0x0003dfff...
Flash will be erased from 0x00008000 to 0x00008fff...
SHA digest in image updated
Compressed 26240 bytes to 16489...
Writing at 0x00001000... (50 %)
Writing at 0x000075fa... (100 %)
Wrote 26240 bytes (16489 compressed) at 0x00001000 in 0.5 seconds (effective 390.5 kbit/s)...
Hash of data verified.
Compressed 185952 bytes to 100319...
Writing at 0x00010000... (14 %)
Writing at 0x0001ca10... (28 %)
Writing at 0x00022418... (42 %)
Writing at 0x000282ed... (57 %)
Writing at 0x0002f82b... (71 %)
Writing at 0x00036391... (85 %)
Writing at 0x0003c80c... (100 %)
Wrote 185952 bytes (100319 compressed) at 0x00010000 in 2.6 seconds (effective 577.1 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 103...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 1376.8 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...