Difference between revisions of "Flashing Removable Media"

Jump to navigation Jump to search
(Created page with "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 removabl...")
 
m (Stephen304 moved page Flashing with Etcher to Flashing Removable Media without leaving a redirect)
(No difference)

Revision as of 18:19, 3 July 2019

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.

Prerequisites

In order to flash a firmware file using etcher, you will need 3 things:

  1. Etcher
  2. A firmware file to flash
  3. 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:

  1. Open the application and connect your removable media to your commputer
  2. Click "Select image" and choose the firmware file that you downloaded from your device page
  3. Click "Select drive" and choose the removable media you wish to write to
  4. 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.