mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
42 lines
1.5 KiB
PHP
42 lines
1.5 KiB
PHP
.. output_log
|
|
|
|
.. code-block:: none
|
|
|
|
...
|
|
esptool.py --chip esp32c5 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset --no-stub write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x2000 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
|
|
esptool.py v4.9.dev6
|
|
Serial port /dev/ttyUSB0
|
|
Connecting....
|
|
Chip is ESP32-C5 (revision v1.0)
|
|
Features: WiFi 6, BT 5, IEEE802.15.4
|
|
Crystal is 48MHz
|
|
MAC: 30:ed:a0:ff:fe:e0:af:38
|
|
BASE MAC: 30:ed:a0:e0:af:38
|
|
MAC_EXT: ff:fe
|
|
ROM expects crystal freq: 48 MHz, detected 48 MHz
|
|
Changing baud rate to 460800
|
|
Changed.
|
|
Enabling default SPI flash mode...
|
|
Configuring flash size...
|
|
Flash will be erased from 0x00002000 to 0x00007fff...
|
|
Flash will be erased from 0x00010000 to 0x00034fff...
|
|
Flash will be erased from 0x00008000 to 0x00008fff...
|
|
Erasing flash...
|
|
Took 0.09s to erase flash block
|
|
Writing at 0x00007400... (100 %)
|
|
Wrote 22528 bytes at 0x00002000 in 0.7 seconds (276.3 kbit/s)...
|
|
Hash of data verified.
|
|
Erasing flash...
|
|
Took 0.37s to erase flash block
|
|
Writing at 0x00034c00... (100 %)
|
|
Wrote 151552 bytes at 0x00010000 in 4.4 seconds (275.6 kbit/s)...
|
|
Hash of data verified.
|
|
Erasing flash...
|
|
Took 0.02s to erase flash block
|
|
Writing at 0x00008800... (100 %)
|
|
Wrote 3072 bytes at 0x00008000 in 0.1 seconds (281.8 kbit/s)...
|
|
Hash of data verified.
|
|
|
|
Leaving...
|
|
Hard resetting via RTS pin...
|