68 lines
3.8 KiB
Plaintext
68 lines
3.8 KiB
Plaintext
[1/5] C:\WINDOWS\system32\cmd.exe /C "cd /D F:\srushty_technical\station\build\esp-idf\esptool_py && C:\Espressif\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/advai/esp/v5.4/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app F:/srushty_technical/station/build/partition_table/partition-table.bin F:/srushty_technical/station/build/wifi_station.bin"
|
|
wifi_station.bin binary size 0xab670 bytes. Smallest app partition is 0x100000 bytes. 0x54990 bytes (33%) free.
|
|
|
|
[2/5] Performing build step for 'bootloader'
|
|
[1/1] C:\WINDOWS\system32\cmd.exe /C "cd /D F:\srushty_technical\station\build\bootloader\esp-idf\esptool_py && C:\Espressif\python_env\idf5.4_py3.11_env\Scripts\python.exe C:/Users/advai/esp/v5.4/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 F:/srushty_technical/station/build/bootloader/bootloader.bin"
|
|
|
|
Bootloader binary size 0x6560 bytes. 0xaa0 bytes (9%) free.
|
|
|
|
|
|
[3/5] No install step for 'bootloader'
|
|
[4/5] Completed 'bootloader'
|
|
[4/5] C:\WINDOWS\system32\cmd.exe /C "cd /D C:\Users\advai\esp\v5.4\esp-idf\components\esptool_py && C:\Espressif\tools\cmake\3.30.2\bin\cmake.exe -D IDF_PATH=C:/Users/advai/esp/v5.4/esp-idf -D SERIAL_TOOL=C:/Espressif/python_env/idf5.4_py3.11_env/Scripts/python.exe;;C:/Users/advai/esp/v5.4/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=F:/srushty_technical/station/build -P C:/Users/advai/esp/v5.4/esp-idf/components/esptool_py/run_serial_tool.cmake"
|
|
esptool.py --chip esp32 -p COM3 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 40m --flash_size 2MB 0x1000 bootloader/bootloader.bin 0x10000 wifi_station.bin 0x8000 partition_table/partition-table.bin
|
|
esptool.py v4.8.1
|
|
Serial port COM3
|
|
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: 5c:01:3b:73:8d:b4
|
|
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 0x000bbfff...
|
|
Flash will be erased from 0x00008000 to 0x00008fff...
|
|
SHA digest in image updated
|
|
Compressed 25952 bytes to 16359...
|
|
Writing at 0x00001000... (100 %)
|
|
Wrote 25952 bytes (16359 compressed) at 0x00001000 in 0.7 seconds (effective 312.3 kbit/s)...
|
|
Hash of data verified.
|
|
Compressed 702064 bytes to 441369...
|
|
Writing at 0x00010000... (3 %)
|
|
Writing at 0x0001c492... (7 %)
|
|
Writing at 0x00024ddf... (11 %)
|
|
Writing at 0x0002e99d... (14 %)
|
|
Writing at 0x00034283... (18 %)
|
|
Writing at 0x0003a1da... (22 %)
|
|
Writing at 0x0003fe6a... (25 %)
|
|
Writing at 0x00045e07... (29 %)
|
|
Writing at 0x0004b959... (33 %)
|
|
Writing at 0x000516e8... (37 %)
|
|
Writing at 0x00056cd7... (40 %)
|
|
Writing at 0x0005c4e7... (44 %)
|
|
Writing at 0x00061851... (48 %)
|
|
Writing at 0x00066d9d... (51 %)
|
|
Writing at 0x0006ca42... (55 %)
|
|
Writing at 0x0007228f... (59 %)
|
|
Writing at 0x00077d9c... (62 %)
|
|
Writing at 0x0007db62... (66 %)
|
|
Writing at 0x00083531... (70 %)
|
|
Writing at 0x00089308... (74 %)
|
|
Writing at 0x0008ecc6... (77 %)
|
|
Writing at 0x000944fd... (81 %)
|
|
Writing at 0x0009dbb9... (85 %)
|
|
Writing at 0x000a4b92... (88 %)
|
|
Writing at 0x000aab91... (92 %)
|
|
Writing at 0x000b0b1f... (96 %)
|
|
Writing at 0x000b6344... (100 %)
|
|
Wrote 702064 bytes (441369 compressed) at 0x00010000 in 10.7 seconds (effective 523.7 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 730.6 kbit/s)...
|
|
Hash of data verified.
|
|
|
|
Leaving...
|
|
Hard resetting via RTS pin...
|