Scripts to build TinyAstro image. TinyAstro is a ARM Linux system with Kstars and INDI libs. With your mobile phone or tablet, you can control your gears without a computer.
sudo apt-get install debootstrap qemu-user-static
sudo ./create_rfs
sudo ./create_rk_image
set BOARD=C1 in create_odroid_image and run
sudo ./create_odroid_image
set BOARD=U3 in create_odroid_image and run
sudo ./create_odroid_image
sudo ./create_rpi2_image
user name : astro
password: astronomy
use vncviewer to connect port 5900 and you will get a desktop
If you use WIFI AP, there will be a AP SSID like TinyAstro_xxxxxx
connect it with password astronomy
.
These scripts is base on loboris's "Ubuntu & Debian debootstrap instalation" scripts from forum of odroid