Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Latest commit

 

History

History
113 lines (60 loc) · 5.02 KB

M5Burner.md

File metadata and controls

113 lines (60 loc) · 5.02 KB

Burn Firmware {docsify-ignore-all}

🎬 Video Tutorial      :memo: Text Tutorial


This article will guide you how to burn a right firmware to your board via M5Burner.


Text Tutorial

1. related resources

2. Install USB Driver

3. M5Burner

4. Add custom firmware

5. ESPTool

related resources

1.Click on the M5Burner burning tool and CP210X driver for your operating system below to download.

M5Burner:

Windows MacOS Linux

CP210X Driver:

Windows MacOS Linux

Install USB Driver

For Windows

Decompress the downloaded CP210X driver package, select the installer for your operating system, and double-click to install.

For Mac

Unzip the downloaded CP210X driver package, install the program, double-click the image file to start the installation.

M5Burner

1.Decompress the downloaded burning tool package.

2.Double-click to open the "M5Burner" application. The left side of the tool is the firmware version list. Click the download arrow in the list to download the corresponding firmware (gray stands for undownloaded, white stands for download). Click on the refresh button above to refresh the list and see if there is a new firmware release..

3.Select the firmware version you want to burn, connect the device to the computer via the Type-C cable, select the corresponding COM port and device type. Click "Burn" to start burning.

?>When burning for the first time, it is recommended to click "Erase" to clear the memory. In the subsequent firmware update, there is no need to clear it again, otherwise the saved Wi-Fi information will be deleted and the API Key will be refreshed.

Add custom firmware

1.In addition to being able to burn the official firmware released by M5Stack, M5Burner also allows users to package the firmware and add it to the firmware list for burning.

2.When you package your own firmware, you need to follow the specified file directory rules, add the json configuration file, and finally package it into a "zip" format to add.

3.Click to download the firmware package case.

ESPTool

1.For users who are accustomed to using command line operations, you can also choose ESPTool as a firmware burning tool.Click here for details

Video Tutorial

Windows M5Burne Tutorial

<style> .link a{ padding-left: 13%; } </style>