.. output_log

.. code-block:: none

    ...
    esptool.py --chip esp32c3 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x8000 partition_table/partition-table.bin 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin
    esptool.py v3.0
    Serial port /dev/ttyUSB0
    Connecting....
    Chip is ESP32-C3
    Features: Wi-Fi
    Crystal is 40MHz
    MAC: 7c:df:a1:40:02:a4
    Uploading stub...
    Running stub...
    Stub running...
    Changing baud rate to 460800
    Changed.
    Configuring flash size...
    Compressed 3072 bytes to 103...
    Writing at 0x00008000... (100 %)
    Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.0 seconds (effective 4238.1 kbit/s)...
    Hash of data verified.
    Compressed 18960 bytes to 11311...
    Writing at 0x00000000... (100 %)
    Wrote 18960 bytes (11311 compressed) at 0x00000000 in 0.3 seconds (effective 584.9 kbit/s)...
    Hash of data verified.
    Compressed 145520 bytes to 71984...
    Writing at 0x00010000... (20 %)
    Writing at 0x00014000... (40 %)
    Writing at 0x00018000... (60 %)
    Writing at 0x0001c000... (80 %)
    Writing at 0x00020000... (100 %)
    Wrote 145520 bytes (71984 compressed) at 0x00010000 in 2.3 seconds (effective 504.4 kbit/s)...
    Hash of data verified.

    Leaving...
    Hard resetting via RTS pin...
    Done