Set-Up Your Hardware
ARM Processor: Single Board Computer (SBC)
Get the Operating System
Olimex Lime2
We fully support Olimex Lime2 SBC. KoomBook image is based on Armbian distribution.
- Download the latest image built by Libraries Without Borders for Olimex Lime2 board
Raspberry Pi 2/3
We support Raspbery Pi 2/3 but we don't provide a pre-made image. You'll have to use our build script
External Hard Drive
AnsibleCube is able to mount an external hard drive to store large amounts of data. The hard drive has to be connected during the first boot and is accessible here /dev/sda1
. This block device will be mounted and used to store the data.
Olimex boards are designed to host a SATA controller, so you can directly connect a SATA hard drive to the board.
WATCH OUT: The external hard drive will be automatically FORMATTED without any notice
Unzip & Burn
Boot the Board!
Olimex
- Connect the board to a power source (5 V / 2 A)
- Connect an Ethernet cable (make sure the green and orange LED light stays off)
- Insert the micro SD card in the slot
- Push the power switch twice to start the board (the board won't start by itself once connected to a power source)
- Login through SSH with
ssh root@koombook.local
- login:
root
- password:
123
Raspberry Pi
- Connect the board to a power source (5 V / 2 A)
- Connect an Ethernet cable
- Insert the micro SD card in the slot
- Login through SSH with
ssh pi@raspberrypi.local
- login:
pi
- password:
raspberry
Enable SSH to connect to the Rapsberry Pi remotely
- Use this guide if you are directly connected to the Raspi
- Or drop an empty
ssh
file in /boot/
on your micro SD card
AMD64 Processor
- Download the latest Debian jessie, with or without graphical interface.
- Set up your server as you would do for any server you own.
- When asked, create a root user and an IdeasCube user.
Note: you could also use preseedcube to automate this Debian installation.