Site Tools


fedora

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
fedora [2011/08/09 15:08] e-ndyfedora [2011/08/31 18:04] – [Fedora Installation Procedure] Minor fixes tequila
Line 1: Line 1:
-as **root**:+DRAFT
  
 +====== Fedora Installation Procedure ======
  
-mkdir /tmp/fc14arm 
  
-cd $_+as **root** on your work pc|laptop:
  
-mkdir root+  mkdir /tmp/fc14arm 
 +  cd $_ 
 +  mkdir root 
 +  # make filesystem 
 +  mkfs.ext4 -b 4096 -E stripe-width=16 -O ^has_journal /dev/sdXN 
 +  mount -t ext4 /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 
 +  #modify /etc/fstab 
 +  vim root/etc/fstab 
 +  umount root 
 +   
 +  # now to get image of boot partition 
 +  wget http://repo.kastnerove.cz/aboot-2.6.38.3-ac100-marvin24+.img 
 +   
 +  # if necessary modify it using abootimg (image is used for sdX1 = root and sdX2 = swap) and then.. 
 +  nvflash -r --download 6 aboot-2.6.38.3-ac100-marvin24+.img
  
-mount -t xxxfs /dev/sdxN root+remove sdcard from work pc|laptop and enter to your ac100
  
-wget http://fedora.roving-it.com/rootfs-f14-alpha1.tar.bz2+boot ac100
  
-tar xvf rootfs-f14-alpha1.tar.bz2 --numeric-owner -C root+login as **root** (password is '//fedroaarm//')
  
-wget http://repo.kastnerove.cz/modules-2.6.38.3-ac100-marvin24+.tar.bz2+append additional repos to koji-latest repo (koji repo has only groups for building)
  
-tar xvf modules-2.6.38.3-ac100-marvin24+.tar.bz2 --numeric-owner -C root+  cat << EOF >> /etc/yum.repos.d/fedora-koji-f14.repo 
 +  [branched-20110831] 
 +  name=branched-20110831 
 +  baseurl=http://arm.koji.fedoraproject.org/mash/branched-20110831/14/arm/os/ 
 +  enabled=1 
 +  gpgcheck=0 
 +   
 +  [tegra-rpms] 
 +  name=tegra-rpms 
 +  baseurl=http://repo.kastnerove.cz/rpm/arm/f$releasever/RPMS/ 
 +  enabled=1 
 +  gpgcheck=0 
 +  metadata_expire=1s 
 +  EOF
  
-wget http://repo.kastnerove.cz/firmware-2.6.38.3-ac100-marvin24+.tar.bz2 +and install drivers and some windows
- +
-tar xvf firmware.tar.bz2 --numeric-owner -C root +
- +
-wget http://repo.kastnerove.cz/aboot-2.6.38.3-ac100-marvin24+.img +
- +
-nvflash -r --download 6 aboot-2.6.38.3-ac100-marvin24+.img +
- +
- +
-umount root +
- +
-remove sdcard from working pc and enter +
- +
-boot ac100 (root pwd is 'fedroaarm')+
  
 +  yum groupinstall XFCE X\ Window\ System --skip-broken && yum install xorg-x11-drv-tegra
 +  # switch to runlevel 5 
 +  init 3 && init 5
  
fedora.txt · Last modified: 2012/02/17 23:58 by armelf