Skip to content

Instantly share code, notes, and snippets.

@hatsunea
Created June 19, 2022 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hatsunea/75a7543443b6f8309cc18633d398bad7 to your computer and use it in GitHub Desktop.
Save hatsunea/75a7543443b6f8309cc18633d398bad7 to your computer and use it in GitHub Desktop.
.NET nanoFramework Firmware Flasher v2.0.67+ea0f01a323
Copyright (C) 2019 .NET Foundation and nanoFramework project contributors
Using COM4 @ 1500000 baud to connect to ESP32.
Reading details from chip...
OK
Connected to:
ESP32 (ESP32-D0WDQ6-V3 (revision 3))
Features WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Flash size 16MB unknown from ST (manufacturer 0x32 device 0x24600)
PSRAM: undetermined
Crystal 40MHz
MAC 08:3A:F2:44:A5:28
Trying to find M5Core2 in stable repository...OK
Downloading firmware package...OK
Extracting M5Core2-1.8.0.327.zip...OK
Updating to 1.8.0.327
Erasing flash...
OK
Flashing firmware...
Features: WiFi, BT, Dual Core, 240MHz, VRef calibration in efuse, Coding Scheme None
Crystal is 40MHz
MAC: 08:3a:f2:44:a5:28
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 1500000
Changed.
Configuring flash size...
Flash will be erased from 0x00001000 to 0x00006fff...
Flash will be erased from 0x00010000 to 0x00149fff...
Flash will be erased from 0x00008000 to 0x00008fff...
Flash params set to 0x0240
Compressed 23728 bytes to 14984...
Writing at 0x00001000... (100 %)
Wrote 23728 bytes (14984 compressed) at 0x00001000 in 0.5 seconds (effective 381.7 kbit/s)...
Hash of data verified.
Compressed 1283360 bytes to 846765...
Writing at 0x00145833... (100 %)
Wrote 1283360 bytes (846765 compressed) at 0x00010000 in 10.9 seconds (effective 943.7 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 136...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (136 compressed) at 0x00008000 in 0.1 seconds (effective 372.5 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...
Wrote 23728 bytes (14984 compressed) at 0x00001000 in 0.5 seconds (effective 381.7 kbit/s)...
Hash of data verified.
Wrote 1283360 bytes (846765 compressed) at 0x00010000 in 10.9 seconds (effective 943.7 kbit/s)...
Hash of data verified.
Wrote 3072 bytes (136 compressed) at 0x00008000 in 0.1 seconds (effective 372.5 kbit/s)...
Hash of data verified.
OK
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment