mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-26 18:31:53 +00:00
* Fixed typo, fixed Raspi 4 power supply amperage description. * Typo fixes, links fixes, formatting fixes. * Add poetry.lock * FAQ Touchups Round 1 * Update Docs: Reset Password flow, dedicated flashing page * More touchups to User Manual * Navigation link fix * Curate FAQ occurances of 'The Embassy', flashing & reset password pages. * flashing, updating, iso github references * Github links updates... again * Link typo * FAQ basic use - support wording * Remove reference to image server Co-authored-by: kn0wmad <kn0wmad@protonmail.com>
34 lines
1.4 KiB
ReStructuredText
34 lines
1.4 KiB
ReStructuredText
.. _flashing:
|
|
|
|
========
|
|
Flashing
|
|
========
|
|
|
|
Getting EmbassyOS
|
|
-----------------
|
|
|
|
After building your device, you need a copy of EmbassyOS.
|
|
|
|
* Visit the `latest EmbassyOS release page on Github <https://github.com/Start9Labs/embassy-os/releases/latest>`_ to download an image of EmbassyOS. It is `eos.tar.gz`.
|
|
|
|
Installing EmbassyOS
|
|
--------------------
|
|
|
|
Once you have the EmbassyOS image, you will need to flash it onto a microSD card.
|
|
|
|
#. Download `balenaEtcher <https://www.balena.io/etcher/>`_ onto your Linux, Mac, or Windows computer.
|
|
#. Insert the microSD card into your computer, either directly or using an adapter.
|
|
#. Open balenaEtcher.
|
|
|
|
.. figure:: /_static/images/diy/balena.png
|
|
:width: 60%
|
|
:alt: Balena Etcher Dashboard
|
|
|
|
#. Click "Select Image" and select your downloaded copy of EmbassyOS.
|
|
#. Click "Select Target" and select your 32GB microSD card.
|
|
|
|
.. warning:: Be certain you have selected the correct target microSD card. Whatever target you select will be completely erased and replaced with EmbassyOS.
|
|
|
|
#. Click "Flash!". You may be asked to (1) approve the unusually large disk target or (2) enter your password. Both are normal.
|
|
#. After the flash completes, you may remove the micro SD from the adapter, insert it into your Embassy's SD card slot, and continue to the :ref:`Initial Setup <initial-setup>` or :ref:`Update by reflashing <manual-update>` instructions.
|