FEATURES: 1. Support dual head monitor, VGA+HDMI, same content, 720p default 2. pat 3.4.79 kernel 3. based on linaro-precise-ubuntu-desktop-20121124-560.tar.gz 4. livesuit image which only suitable for nand installation 5. default cpufreq: performance, 1008MHzx2 INSTALLING TO SSD: 1. copy rootfs from nand to SSD #dd if=/dev/nandb of=/dev/sda1 bs=1M #resize2fs /dev/sda1 2. Change boot parameters #mount /dev/nanda /mnt #vi /mnt/uEnv.txt change 'root=/dev/nandb' to 'root=/dev/sda1' and add 'rootdelay=3' to the parameters #umount /mnt #sync #reboot After modification of uEnv.txt, the content is like this: console=tty0 extraargs=console=ttyS0,115200 hdmi.audio=EDID:0 disp.screen0_output_mode=EDID:1280x720p50 rootwait panic=10 rootfstype=ext4 rootflags=discard rootdelay=3 loglevel=5 nand_root=/dev/sda1 TIPS 1. Remember to resize your root partition on first time boot #resize2fs /dev/nandb 2. If you want to enable wifi #modprobe bcmdhd