Files
start-os/build
2022-01-21 20:35:52 -07:00
..
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00
2022-01-21 20:35:52 -07:00

Building Embassy OS

⚠️ The commands given assume a Debian or Ubuntu-based environment. Building in a VM is NOT yet supported ⚠️

Prerequisites

  1. Install dependences
  1. Clone the repo, move into it, and bring in required submodules

    git clone --recursive https://github.com/Start9Labs/embassy-os.git
    cd embassy-os
    git submodule update --init --recursive
    

Build

make

Flash

Flash the resulting eos.img to your SD Card (16GB required, any larger is neither necessary, nor advantageous)

We recommend Balena Etcher

Setup

Visit http://embassy.local from any web browser

We recommend Firefox