Original Raspberry Pi port to ltib by
smalloy (AT) txags DOT net

Toolchain is available at 
https://github.com/downloads/midnightyell/RPi-LTIB/raspberrypi-tools-9c3d7b6-1.i386.rpm

Copy the toolchain file to /opt/ltib/pkgs/

Select the Raspberry Pi platform in ltib.

Raspberry Pi site:
http://www.raspberrypi.org

---+ Using an NFS root filesystem

Take a look here: 
http://youresuchageek.blogspot.co.uk/2013/01/raspberrypi-root-over-nfs-share.html

Basically, export the LTIB BSP rootfs directory and then modify the
cmdline.txt in the boot partition to:

dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/nfs nfsroot=192.168.0.10:/path/to/ltib/rootfs,udp,vers=3 ip=dhcp smsc95xx.turbo_mode=N rootwait

NOTE: modify /path/to/ltib/rootfs to suit the actual export path for your system.
