Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.63 KB

File metadata and controls

43 lines (30 loc) · 1.63 KB
title Writing an SD Card Image Using Win32DiskImager
group sd-card-image

{% include /docs/imaging-tutorial-etcher-banner.html %}

  1. Make sure you have downloaded an ev3dev image file from GitHub and open the folder to which you saved it.

  2. Right-click it, click "Extract All", and choose a location to extract the image to.

    {% include /util/screenshot.html source="/images/Windows-SD-Flash/Extract-zip.png" %}

  3. If you haven't already, download and run the latest installer for Win32 Disk Imager from here and wait for it to finish installing.

  4. Make sure that your SD card is plugged in to the computer now. It will only recognize drives that are plugged in before you start the imaging program.

  5. Start the application that was just installed, and select the .img file that we extracted earlier. Make sure to select your SD card's drive letter from the list, and verify that it is the correct device.

    {% include /util/screenshot.html source="/images/Windows-SD-Flash/Image-writer.png" %}

  6. Click the "Write" button. This is your last chance to stop the process; after you write the image, ALL data stored on your SD card will be lost. If you are sure that you would like to continue, accept the warning to start the installation.

    {% include /util/screenshot.html source="/images/Windows-SD-Flash/Image-writer-warning.png" %}

  7. This may take a few minutes, so be patient while it finishes. Once it's done, you can eject the SD card from the system tray and unplug it from the computer.