mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-14 17:21:50 +00:00
feat: Update esptool to v5
This commit is contained in:
@@ -4,36 +4,28 @@
|
||||
.. code-block:: none
|
||||
|
||||
...
|
||||
esptool.py v4.8.dev3
|
||||
Serial port /dev/cu.SLAB_USBtoUART
|
||||
Connecting....
|
||||
Chip is ESP32-P4 (revision v0.0)
|
||||
Features: High-Performance MCU
|
||||
Crystal is 40MHz
|
||||
MAC: 00:00:00:00:00:00
|
||||
Uploading stub...
|
||||
Running stub...
|
||||
Stub running...
|
||||
Changing baud rate to 460800
|
||||
esptool --chip esp32p4 -p /dev/ttyUSB0 -b 460800 --before=default-reset --after=hard-reset write-flash --flash-mode dio --flash-freq 80m --flash-size 2MB 0x2000 bootloader/bootloader.bin 0x8000 partition_table/partition-table.bin 0x10000 hello_world.bin
|
||||
esptool v5.0.2
|
||||
Connected to ESP32-P4 on /dev/ttyUSB0:
|
||||
Chip type: ESP32-P4 (revision v1.0)
|
||||
Features: Dual Core + LP Core, 400MHz
|
||||
Crystal frequency: 40MHz
|
||||
MAC: 60:55:f9:fc:00:a2
|
||||
|
||||
Stub flasher running.
|
||||
Changing baud rate to 460800...
|
||||
Changed.
|
||||
|
||||
Configuring flash size...
|
||||
Flash will be erased from 0x00002000 to 0x00007fff...
|
||||
Flash will be erased from 0x00010000 to 0x0003bfff...
|
||||
Flash will be erased from 0x00008000 to 0x00008fff...
|
||||
SHA digest in image updated
|
||||
Compressed 20960 bytes to 12653...
|
||||
Writing at 0x00002000... (100 %)
|
||||
Wrote 20960 bytes (12653 compressed) at 0x00002000 in 0.6 seconds (effective 277.1 kbit/s)...
|
||||
Flash will be erased from 0x00010000 to 0x00038fff...
|
||||
SHA digest in image updated.
|
||||
Wrote 22896 bytes (13985 compressed) at 0x00002000 in 0.4 seconds (477.0 kbit/s).
|
||||
Hash of data verified.
|
||||
Compressed 179584 bytes to 94528...
|
||||
Writing at 0x00035efb... (100 %)
|
||||
Wrote 179584 bytes (94528 compressed) at 0x00010000 in 2.6 seconds (effective 549.9 kbit/s)...
|
||||
Wrote 3072 bytes (103 compressed) at 0x00008000 in 0.1 seconds (416.6 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 420.7 kbit/s)...
|
||||
Wrote 164496 bytes (87363 compressed) at 0x00010000 in 1.4 seconds (931.3 kbit/s).
|
||||
Hash of data verified.
|
||||
|
||||
Leaving...
|
||||
Hard resetting via RTS pin...
|
||||
Done
|
||||
|
||||
Reference in New Issue
Block a user