Command: ninja flash
[1/5] cd /mnt/douwe/hdd/Projects/SerreklimaatSensor/build && /home/douwe/.espressif/tools/python/v6.0/venv/bin/python /home/douwe/.espressif/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/partition_table/partition-table.bin /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/dht11_reader.bin
dht11_reader.bin binary size 0x336c0 bytes. Smallest app partition is 0x1e0000 bytes. 0x1ac940 bytes (89%) free.
[2/5] Performing build step for 'bootloader'
[1/1] cd /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/bootloader && /home/douwe/.espressif/tools/python/v6.0/venv/bin/python /home/douwe/.espressif/v6.0/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /mnt/douwe/hdd/Projects/SerreklimaatSensor/build/bootloader/bootloader.bin
Bootloader binary size 0x5250 bytes. 0x2db0 bytes (36%) free.
[3/5] No install step for 'bootloader'
[4/5] Completed 'bootloader'
[4/5] Running utility command for flash
esptool --chip esp32c3 -p /dev/ttyACM0 -b 460800 --before=default-reset --after=hard-reset write-flash --flash-mode dio --flash-freq 80m --flash-size 2MB 0x0 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin 0x10000 dht11_reader.bin
esptool v5.3.dev2
Serial port /dev/ttyACM0:
Connecting...
[1A[2K[1A[2KConnected to ESP32-C3 on /dev/ttyACM0:
Chip type:          ESP32-C3 (QFN32) (revision v0.4)
Features:           Wi-Fi, BT 5 (LE), Single Core, 160MHz, Embedded Flash 4MB (XMC)
Crystal frequency:  40MHz
USB mode:           USB-Serial/JTAG
MAC:                ac:a7:04:d0:82:b4

Uploading stub flasher...
Running stub flasher...
[1A[2K[1A[2KStub flasher running.
Changing baud rate to 460800...
Changed.

Configuring flash size...

Writing 'bootloader/bootloader.bin' at 0x00000000...
SHA digest in image updated.
Flash will be erased from 0x00000000 to 0x00005fff...
Compressed 21072 bytes to 13350...

[KWriting at 0x00000000 [                              ]   0.0% 0/13350 bytes... 
[KWriting at 0x00005250 [==============================] 100.0% 13350/13350 bytes... 
[1A[2K[1A[2KWrote 21072 bytes (13350 compressed) at 0x00000000 in 0.3 seconds (647.4 kbit/s).
Verifying written data...
[1A[2KHash of data verified.

Writing 'partition_table/partition-table.bin' at 0x00008000...
Flash will be erased from 0x00008000 to 0x00008fff...
Compressed 3072 bytes to 118...

[KWriting at 0x00008000 [                              ]   0.0% 0/118 bytes... 
[KWriting at 0x00008c00 [==============================] 100.0% 118/118 bytes... 
[1A[2K[1A[2KWrote 3072 bytes (118 compressed) at 0x00008000 in 0.0 seconds (927.4 kbit/s).
Verifying written data...
[1A[2KHash of data verified.

Writing 'dht11_reader.bin' at 0x00010000...
Flash will be erased from 0x00010000 to 0x00043fff...
Compressed 210624 bytes to 116643...

[KWriting at 0x00010000 [                              ]   0.0% 0/116643 bytes... 
[KWriting at 0x0001a8f2 [===>                          ]  14.0% 16384/116643 bytes... 
[KWriting at 0x00020f25 [=======>                      ]  28.1% 32768/116643 bytes... 
[KWriting at 0x00027cd8 [===========>                  ]  42.1% 49152/116643 bytes... 
[KWriting at 0x0002ed8f [===============>              ]  56.2% 65536/116643 bytes... 
[KWriting at 0x0003592e [====================>         ]  70.2% 81920/116643 bytes... 
[KWriting at 0x0003b332 [========================>     ]  84.3% 98304/116643 bytes... 
[KWriting at 0x00042756 [============================> ]  98.3% 114688/116643 bytes... 
[KWriting at 0x000436c0 [==============================] 100.0% 116643/116643 bytes... 
[1A[2K[1A[2KWrote 210624 bytes (116643 compressed) at 0x00010000 in 1.2 seconds (1410.7 kbit/s).
Verifying written data...
[1A[2KHash of data verified.

Hard resetting via RTS pin...
