Site Tools


fedora

This is an old revision of the document!


as root:

mkdir /tmp/fc14arm
cd $_
mkdir root
mount -t xxxfs /dev/sdxN root
wget http://fedora.roving-it.com/rootfs-f14-alpha1.tar.bz2
tar xvf rootfs-f14-alpha1.tar.bz2 --numeric-owner -C root
wget http://repo.kastnerove.cz/modules-2.6.38.3-ac100-marvin24+.tar.bz2
tar xvf modules-2.6.38.3-ac100-marvin24+.tar.bz2 --numeric-owner -C root
wget http://repo.kastnerove.cz/firmware-2.6.38.3-ac100-marvin24+.tar.bz2
tar xvf firmware.tar.bz2 --numeric-owner -C root

# now to get image of boot partition
wget http://repo.kastnerove.cz/aboot-2.6.38.3-ac100-marvin24+.img

# if neccessary modify it using abootimg and then..
nvflash -r --download 6 aboot-2.6.38.3-ac100-marvin24+.img
umount root

remove sdcard from working pc and enter

boot ac100

login as root (password is 'fedroaarm')

add latest repo

cat << EOF >> /etc/yum.repos.d/fedora-koji-f14.repo
[branched-20110805]
name=branched-20110805
baseurl=http://arm.koji.fedoraproject.org/mash/branched-20110805/14/arm/os/
enabled=1
gpgcheck=0
[tegra-rpms]
name=tegra-rpms
baseurl=http://repo.kastnerove.cz/rpm/$basearch/f$releasever/RPMS/
enabled=1
gpgcheck=0
metadata_expire=1s
EOF

and install drivers and some windows

yum install xorg-x11-drv-tegra && yum groupinstall XFCE X\ Window\ System --skip-broken
fedora.1312921596.txt.gz · Last modified: 2011/08/09 22:26 by e-ndy