Command: ninja flash
[1/5] cd /home/tonio/Workspace/perso/esp/bme680-demo/build && /home/tonio/.espressif/python_env/idf6.2_py3.14_env/bin/python /home/tonio/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /home/tonio/Workspace/perso/esp/bme680-demo/build/partition_table/partition-table.bin /home/tonio/Workspace/perso/esp/bme680-demo/build/bme680-demo.bin
bme680-demo.bin binary size 0x2b530 bytes. Smallest app partition is 0x100000 bytes. 0xd4ad0 bytes (83%) free.
[2/5] Performing build step for 'bootloader'
[1/1] cd /home/tonio/Workspace/perso/esp/bme680-demo/build/bootloader && /home/tonio/.espressif/python_env/idf6.2_py3.14_env/bin/python /home/tonio/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x1000 /home/tonio/Workspace/perso/esp/bme680-demo/build/bootloader/bootloader.bin
Bootloader binary size 0x6570 bytes. 0xa90 bytes (9%) free.
[3/5] No install step for 'bootloader'
[4/5] Completed 'bootloader'
[4/5] Running utility command for flash
esptool --chip esp32 -p /dev/ttyUSB0 -b 460800 --before=default-reset --after=hard-reset write-flash --flash-mode dio --flash-freq 40m --flash-size 4MB 0x1000 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin 0x10000 bme680-demo.bin --skip-flashed
esptool v5.3.0
Serial port /dev/ttyUSB0:
Connecting....
Connected to ESP32 on /dev/ttyUSB0:
Chip type:          ESP32-D0WD-V3 (revision v3.1)
Features:           Wi-Fi, BT, Dual Core + LP Core, 240MHz, Vref calibration in eFuse, Coding Scheme None
Warning: Detected crystal freq 15.44 MHz is quite different to normalized freq 26 MHz. Unsupported crystal in use?
Crystal frequency:  26MHz
MAC:                78:1c:3c:b8:b9:50

Uploading stub flasher...
Running stub flasher...
Stub flasher running.
Changing baud rate to 460800...
Changed.

Configuring flash size...

Writing 'bootloader/bootloader.bin' at 0x00001000...
SHA digest in image updated.
Comparing flash contents against new data...
Flash will be erased from 0x00001000 to 0x00007fff...
Compressed 25968 bytes to 16466...

Writing at 0x00001000 [                              ]   0.0% 0/16466 bytes... 

Writing at 0x00007508 [============================> ]  99.5% 16384/16466 bytes... 

Writing at 0x00007570 [==============================] 100.0% 16466/16466 bytes... 
Wrote 25968 bytes (16466 compressed) at 0x00001000 in 0.5 seconds (381.8 kbit/s).
Verifying written data...
Hash of data verified.

Writing 'partition_table/partition-table.bin' at 0x00008000...
Comparing flash contents against new data...
'partition_table/partition-table.bin' at 0x00008000 already in flash, skipping write.

Writing 'bme680-demo.bin' at 0x00010000...
Comparing flash contents against new data...
Flash will be erased from 0x00010000 to 0x0003bfff...
Compressed 177456 bytes to 100964...

Writing at 0x00010000 [                              ]   0.0% 0/100964 bytes... 

Writing at 0x0001b718 [===>                          ]  16.2% 16384/100964 bytes... 

Writing at 0x00022e12 [========>                     ]  32.5% 32768/100964 bytes... 

Writing at 0x00028757 [=============>                ]  48.7% 49152/100964 bytes... 

Writing at 0x0002e18f [==================>           ]  64.9% 65536/100964 bytes... 

Writing at 0x00033f16 [=======================>      ]  81.1% 81920/100964 bytes... 

Writing at 0x0003a29d [============================> ]  97.4% 98304/100964 bytes... 

Writing at 0x0003b530 [==============================] 100.0% 100964/100964 bytes... 
Wrote 177456 bytes (100964 compressed) at 0x00010000 in 2.6 seconds (551.2 kbit/s).
Verifying written data...
Hash of data verified.

Hard resetting via RTS pin...
