mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-16 01:44:12 +00:00
feat: Update esptool to v5
This commit is contained in:
@@ -3,39 +3,28 @@
|
||||
.. code-block:: none
|
||||
|
||||
...
|
||||
esptool.py esp32c2 -p /dev/ttyUSB0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 60m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 hello_world.bin 0x8000 partition_table/partition-table.bin
|
||||
esptool.py v3.3.1
|
||||
Serial port /dev/ttyUSB0
|
||||
Connecting....
|
||||
Chip is ESP32-C2 (revision 1)
|
||||
Features: Wi-Fi
|
||||
Crystal is 40MHz
|
||||
MAC: 10:97:bd:f0:e5:0c
|
||||
Uploading stub...
|
||||
Running stub...
|
||||
Stub running...
|
||||
Changing baud rate to 460800
|
||||
esptool --chip esp32c2 -p /dev/ttyUSB0 -b 460800 --before=default-reset --after=hard-reset write-flash --flash-mode dio --flash-freq 60m --flash-size 2MB 0x0 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin 0x10000 hello_world.bin
|
||||
esptool v5.0.2
|
||||
Connected to ESP32-C2 on /dev/ttyUSB0:
|
||||
Chip type: ESP32-C2 (revision v2.0)
|
||||
Features: Wi-Fi, BT 5 (LE), Single Core, 120MHz
|
||||
Crystal frequency: 40MHz
|
||||
MAC: 10:97:bd:f5:36:98
|
||||
|
||||
Stub flasher running.
|
||||
Changing baud rate to 460800...
|
||||
Changed.
|
||||
|
||||
Configuring flash size...
|
||||
Flash will be erased from 0x00000000 to 0x00004fff...
|
||||
Flash will be erased from 0x00010000 to 0x0002ffff...
|
||||
Flash will be erased from 0x00008000 to 0x00008fff...
|
||||
Compressed 18192 bytes to 10989...
|
||||
Writing at 0x00000000... (100 %)
|
||||
Wrote 18192 bytes (10989 compressed) at 0x00000000 in 0.6 seconds (effective 248.5 kbit/s)...
|
||||
Flash will be erased from 0x00010000 to 0x00028fff...
|
||||
SHA digest in image updated.
|
||||
Wrote 19680 bytes (12357 compressed) at 0x00000000 in 0.5 seconds (292.1 kbit/s).
|
||||
Hash of data verified.
|
||||
Compressed 128640 bytes to 65895...
|
||||
Writing at 0x00010000... (20 %)
|
||||
Writing at 0x00019539... (40 %)
|
||||
Writing at 0x00020bf2... (60 %)
|
||||
Writing at 0x00027de1... (80 %)
|
||||
Writing at 0x0002f480... (100 %)
|
||||
Wrote 128640 bytes (65895 compressed) at 0x00010000 in 1.7 seconds (effective 603.0 kbit/s)...
|
||||
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (296.4 kbit/s).
|
||||
Hash of data verified.
|
||||
Compressed 3072 bytes to 103...
|
||||
Writing at 0x00008000... (100 %)
|
||||
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (effective 360.1 kbit/s)...
|
||||
Wrote 98416 bytes (52689 compressed) at 0x00010000 in 1.8 seconds (438.9 kbit/s).
|
||||
Hash of data verified.
|
||||
|
||||
Leaving...
|
||||
Hard resetting via RTS pin...
|
||||
Hard resetting via RTS pin...
|
||||
|
||||
Reference in New Issue
Block a user