| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- [1/5] cd /2_way_tochie/build/esp-idf/esptool_py && /root/.espressif/python_env/idf5.3_py3.12_env/bin/python /root/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /2_way_tochie/build/partition_table/partition-table.bin /2_way_tochie/build/esp_sr_02.bin
- esp_sr_02.bin binary size 0xe3210 bytes. Smallest app partition is 0x300000 bytes. 0x21cdf0 bytes (70%) free.
- [2/5] Performing build step for 'bootloader'
- [1/1] cd /2_way_tochie/build/bootloader/esp-idf/esptool_py && /root/.espressif/python_env/idf5.3_py3.12_env/bin/python /root/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /2_way_tochie/build/bootloader/bootloader.bin
- Bootloader binary size 0x5950 bytes. 0x26b0 bytes (30%) free.
- [3/5] No install step for 'bootloader'
- [4/5] Completed 'bootloader'
- [4/5] cd /root/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/root/esp/esp-idf -D "SERIAL_TOOL=/root/.espressif/python_env/idf5.3_py3.12_env/bin/python;;/root/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32s3" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/2_way_tochie/build -P /root/esp/esp-idf/components/esptool_py/run_serial_tool.cmake
- esptool.py --chip esp32s3 -p /dev/ttyACM0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 16MB 0x0 bootloader/bootloader.bin 0x10000 esp_sr_02.bin 0x8000 partition_table/partition-table.bin 0x394000 srmodels/srmodels.bin
- esptool.py v4.12.0
- Serial port /dev/ttyACM0
- Connecting...
- Chip is ESP32-S3 (QFN56) (revision v0.2)
- Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
- Crystal is 40MHz
- USB mode: USB-Serial/JTAG
- MAC: 44:1b:f6:85:2d:94
- Uploading stub...
- Running stub...
- Stub running...
- Changing baud rate to 460800
- Changed.
- Configuring flash size...
- Flash will be erased from 0x00000000 to 0x00005fff...
- Flash will be erased from 0x00010000 to 0x000f3fff...
- Flash will be erased from 0x00008000 to 0x00008fff...
- Flash will be erased from 0x00394000 to 0x005eefff...
- SHA digest in image updated
- Compressed 22864 bytes to 14025...
- Writing at 0x00000000... (100 %)
- Wrote 22864 bytes (14025 compressed) at 0x00000000 in 0.2 seconds (effective 764.8 kbit/s)...
- Hash of data verified.
- Compressed 930320 bytes to 574232...
- Writing at 0x00010000... (2 %)
- Writing at 0x0001e33c... (5 %)
- Writing at 0x00029a21... (8 %)
- Writing at 0x000325a4... (11 %)
- Writing at 0x0003b86f... (13 %)
- Writing at 0x00041772... (16 %)
- Writing at 0x00047d2d... (19 %)
- Writing at 0x0004dabc... (22 %)
- Writing at 0x00053583... (25 %)
- Writing at 0x00059e31... (27 %)
- Writing at 0x0005fed6... (30 %)
- Writing at 0x000666df... (33 %)
- Writing at 0x0006be44... (36 %)
- Writing at 0x00071bae... (38 %)
- Writing at 0x000778b1... (41 %)
- Writing at 0x0007d66d... (44 %)
- Writing at 0x000836e8... (47 %)
- Writing at 0x00089aaa... (50 %)
- Writing at 0x0008ec09... (52 %)
- Writing at 0x00093cbe... (55 %)
- Writing at 0x0009965f... (58 %)
- Writing at 0x0009ed7d... (61 %)
- Writing at 0x000a40c5... (63 %)
- Writing at 0x000a96d3... (66 %)
- Writing at 0x000afb16... (69 %)
- Writing at 0x000b536b... (72 %)
- Writing at 0x000bb0ae... (75 %)
- Writing at 0x000c0a4b... (77 %)
- Writing at 0x000c604c... (80 %)
- Writing at 0x000cba42... (83 %)
- Writing at 0x000d4d07... (86 %)
- Writing at 0x000db1bb... (88 %)
|