22 lines
1.6 KiB
Plaintext
22 lines
1.6 KiB
Plaintext
Command: ninja all
|
|
[1/9] Performing build step for 'bootloader'
|
|
[1/1] cd /home/pi/lighting-controller/esp32/build/bootloader && /home/pi/.espressif/python_env/idf6.0_py3.11_env/bin/python /home/pi/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /home/pi/lighting-controller/esp32/build/bootloader/bootloader.bin
|
|
Bootloader binary size 0x5250 bytes. 0x2db0 bytes (36%) free.
|
|
[2/9] No install step for 'bootloader'
|
|
[3/9] Completed 'bootloader'
|
|
[4/9] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/main.c.obj
|
|
[5/9] Linking C static library esp-idf/main/libmain.a
|
|
[6/9] Generating esp-idf/esp_system/ld/sections.ld
|
|
[7/9] Linking CXX executable spi_slave.elf
|
|
[8/9] Generating binary image from built executable
|
|
Warning: Deprecated: Option '--flash_mode' is deprecated. Use '--flash-mode' instead.
|
|
Warning: Deprecated: Option '--flash_freq' is deprecated. Use '--flash-freq' instead.
|
|
Warning: Deprecated: Option '--flash_size' is deprecated. Use '--flash-size' instead.
|
|
esptool v5.1.0
|
|
Creating ESP32C3 image...
|
|
Merged 1 ELF section.
|
|
Successfully created ESP32C3 image.
|
|
Generated /home/pi/lighting-controller/esp32/build/spi_slave.bin
|
|
[9/9] cd /home/pi/lighting-controller/esp32/build && /home/pi/.espressif/python_env/idf6.0_py3.11_env/bin/python /home/pi/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /home/pi/lighting-controller/esp32/build/partition_table/partition-table.bin /home/pi/lighting-controller/esp32/build/spi_slave.bin
|
|
spi_slave.bin binary size 0xbd440 bytes. Smallest app partition is 0x100000 bytes. 0x42bc0 bytes (26%) free.
|