From Fedora Project Wiki

+ Using the Sheeva Installer to get Fedora 11 onto the internal NAND or a SD Card =

http://www.plugcomputer.org/plugwiki/index.php/SheevaPlug_Installer

modify the rootfs from http://ftp.linux.org.uk/pub/linux/arm/fedora/rootfs/rootfs-f11.tar.bz2

untar in a temp folder and make a new root fs from rootfs_f11 excluding the rootfs_f11 folder name

put the new rootfs.tar.gz and the latest kernels from http://sheeva.with-linux.com/sheeva into the installer folder and copy it over to the USB key

(TODO provide a link to my copy / or make a script to do it automatically)

now follow the steps in the sheevaplug installer docs

1. change the mac address
2. plugin the usb key in fat format with the contents of installer folder
3. run php ./runme.php on the host and follow the steps (did not work in 64bit fedora needs 32bit)


when installed to nand the fstab is wrong change nfs to ubifs and /dev/root to /dev/mtdblock1 (need to do with sed since vi is not installed)

(TODO make the change in the script it self)

yum update yum upgrade yum install @core

will also need mtd-utils and mtd-utils-ubifs for upgrading kernels in future

add users set passwords etc

also refer

http://plugcomputer.org/plugwiki/index.php/User:Ajayr

ask me for any for help you may need