62 lines
3.8 KiB
Plaintext
62 lines
3.8 KiB
Plaintext
Command: ninja flash
|
|
[1/10] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
|
|
[2/10] Performing build step for 'bootloader'
|
|
[1/1] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\29096\Desktop\work\SIM\SIM_S3_1\build\bootloader\esp-idf\esptool_py && C:\Espressif\python_env\idf5.5_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.5/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 C:/Users/29096/Desktop/work/SIM/SIM_S3_1/build/bootloader/bootloader.bin"
|
|
|
|
Bootloader binary size 0x5260 bytes. 0x2da0 bytes (36%) free.
|
|
|
|
|
|
[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 SIM_S3_1.elf
|
|
[8/10] Generating binary image from built executable
|
|
esptool.py v4.9.1
|
|
|
|
Creating esp32s3 image...
|
|
|
|
Merged 2 ELF sections
|
|
|
|
Successfully created esp32s3 image.
|
|
|
|
Generated C:/Users/29096/Desktop/work/SIM/SIM_S3_1/build/SIM_S3_1.bin
|
|
[9/10] C:\Windows\system32\cmd.exe /C "cd /D C:\Users\29096\Desktop\work\SIM\SIM_S3_1\build\esp-idf\esptool_py && C:\Espressif\python_env\idf5.5_py3.11_env\Scripts\python.exe C:/Espressif/frameworks/esp-idf-v5.5/components/partition_table/check_sizes.py --offset 0x8000 partition --type app C:/Users/29096/Desktop/work/SIM/SIM_S3_1/build/partition_table/partition-table.bin C:/Users/29096/Desktop/work/SIM/SIM_S3_1/build/SIM_S3_1.bin"
|
|
SIM_S3_1.bin binary size 0x48830 bytes. Smallest app partition is 0x300000 bytes. 0x2b77d0 bytes (91%) free.
|
|
|
|
[9/10] C:\Windows\system32\cmd.exe /C "cd /D C:\Espressif\frameworks\esp-idf-v5.5\components\esptool_py && C:\Espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Espressif/frameworks/esp-idf-v5.5 -D SERIAL_TOOL=C:/Espressif/python_env/idf5.5_py3.11_env/Scripts/python.exe;;C:/Espressif/frameworks/esp-idf-v5.5/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=C:/Users/29096/Desktop/work/SIM/SIM_S3_1/build -P C:/Espressif/frameworks/esp-idf-v5.5/components/esptool_py/run_serial_tool.cmake"
|
|
esptool.py --chip esp32s3 -p COM16 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 8MB 0x0 bootloader/bootloader.bin 0x10000 SIM_S3_1.bin 0x8000 partition_table/partition-table.bin
|
|
esptool.py v4.9.1
|
|
Serial port COM16
|
|
Connecting...
|
|
Chip is ESP32-S3 (QFN56) (revision v0.2)
|
|
Features: WiFi, BLE, Embedded PSRAM 8MB (AP_3v3)
|
|
Crystal is 40MHz
|
|
MAC: 64:e8:33:4c:69:b4
|
|
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 0x00058fff...
|
|
Flash will be erased from 0x00008000 to 0x00008fff...
|
|
SHA digest in image updated
|
|
Compressed 21088 bytes to 13420...
|
|
Writing at 0x00000000... (100 %)
|
|
Wrote 21088 bytes (13420 compressed) at 0x00000000 in 0.7 seconds (effective 238.8 kbit/s)...
|
|
Hash of data verified.
|
|
Compressed 297008 bytes to 154976...
|
|
Writing at 0x00010000... (10 %)
|
|
Writing at 0x0001ccd9... (20 %)
|
|
Writing at 0x00024545... (30 %)
|
|
Writing at 0x0002af0b... (40 %)
|
|
Writing at 0x0003137a... (50 %)
|
|
Writing at 0x0003a568... (60 %)
|
|
Writing at 0x00041d81... (70 %)
|
|
Writing at 0x00048f5d... (80 %)
|
|
Writing at 0x0004ed1b... (90 %)
|
|
Writing at 0x00055699... (100 %)
|
|
Wrote 297008 bytes (154976 compressed) at 0x00010000 in 3.7 seconds (effective 647.2 kbit/s)...
|
|
Hash of data verified.
|
|
Compressed 3072 bytes to 119...
|
|
Writing at 0x00008000... (100 %)
|
|
Wrote 3072 bytes (119 compressed) at 0x00008000 in 0.1 seconds (effective 373.9 kbit/s)...
|
|
Hash of data verified.
|
|
|
|
Leaving...
|
|
Hard resetting via RTS pin...
|