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.
- RK3188 + AP6210(internal WIFI as AP)
- Odroid C1 + RTL8192CU(usb WIFI as AP) (HDMI not test yet)
- Odroid U3 + RTL8192CU(usb WIFI as AP) (HDMI not test yet)
- Raspberry Pi 2 + RTL8192CU(usb WIFI as AP) (HDMI not test yet)
- Ubuntu/Debian linux system
- debootstrap and qemu-user-static
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 ***