version=alpha
The easy way to setup a lyricue display server on a Raspberry Pi:
-
Download the lastest ArchLinux disk image via this torrent.
-
Unzip the image and copy it to an SD card (at least 2GB)
unzip archlinux-hf-2013-02-11.zip dd bs=1M if=archlinux-hf-2013-02-11.img of=/dev/sdX -
Put the SD card in your Pi and boot it up.
-
Login via ssh or console
Username: root Password: root -
Download and execute the setup script in one easy step that will auto configure the ArchLinux envoronment, compile Lyricue and configure the output:
sh <(curl https://raw.github.com/alerque/picue/master/archlinux_init.sh)or the short URL version if you are typing on the console:
sh <(curl -L http://goo.gl/xxGyv) -
Wait a while. The system will reboot twice in the process of setting everything up.
-
Welcome to your Lyricue display.
-
Download the latest ARchLinux iso image via this torrent
-
Create a new machine in VirtualBox
- Type: Linux
- Version: ArchLinux
- Memory: 256 MB
- Hard Drive: 4 GB
- Open VM settings and...
- Change the boot order to HD, CDROM
- Connect the CD drive image to the iso file downloaded above
- Continue with #4 above […]