Flashing Removable Media
Etcher is a program that writes disk images to digital media. It is designed to be easy to use and resistant to errors, making it useful for flashing devices that use removable storage.
Contents
Prerequisites
In order to flash a firmware file using etcher, you will need 3 things:
- Etcher
- A firmware file to flash
- Removable media that is compatible with your device
If you don't have the firmware file, the wiki page for your device should include a download link as well as details on what type of media is compatible. Once you have these, proceed below to install Etcher and flash the firmware.
Installing Etcher
Etcher can be downloaded from the Etcher website or using your package manager. It comes in 2 versions: A graphical version that enables drag and drop functionality and a command line version that enables power users to script and automate flashing.
Flashing with Etcher
Graphical Etcher
After installing etcher:
- Open the application and connect your removable media to your commputer
- Click "Select image" and choose the firmware file that you downloaded from your device page
- Click "Select drive" and choose the removable media you wish to write to
- Click "Flash!" and wait for it to finish
CLI Etcher
Flashing the firmware with the CLI version of Etcher is as simple as running:
etcher firmware.img.gz
Etcher will ask which drive to write to and proceed to write the firmware.
Next Steps
Once the firmware has been written to the removable media, return to the page for your device to continue.