Skip to content

Instantly share code, notes, and snippets.

@drsh0
Last active July 29, 2017 06:15
Show Gist options
  • Save drsh0/28f91b9fd7bea19fdd24dbdf985616fa to your computer and use it in GitHub Desktop.
Save drsh0/28f91b9fd7bea19fdd24dbdf985616fa to your computer and use it in GitHub Desktop.
Install log of Odroid U3 - Arch Linux ARM

Setting up an Odroid U3 as an Arch Linux ARM server

Why?

That's a good question! It was mainly due to three reasons:

  • Newer software
  • Familiarity (I use Arch for my PCs)
  • Experimentation

In essence, I wanted to utilise this lovely SBC I had on hand by trying something different.

Installation

Prepare SD Card

Follow installation steps provided by the Arch Linux ARM Wiki.

Connect Odroid to your local network. In my case I checked my home router to find the new IP assigned to it.

Login (replace with your own IP address):

$ ssh root@odroid.ip.address

Accept RSA Key and login with password root.

Init

First, change root password to something secure:

# passwd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment