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
fedora [2011/08/09 15:08] e-ndyfedora [2012/02/17 23:58] (current) – [Fedora Installation Procedure] armelf
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+  yum groupinstall XFCE X\ Window\ System --skip-broken && yum install xorg-x11-drv-tegra 
 +  # switch to runlevel 5  
 +  init 3 && init 5
  
-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+__Tequila note: 
 +__
  
 +You may want to upgrade linux-firmware to F15 one as it contains updated wifi rt2870.bin firmware for AC-100, just issue in a root shell on your AC-100:
  
-umount root +  rpm -Uvh http://mirrors.kernel.org/fedora/updates/15/i386/linux-firmware-20110601-1.fc15.noarch.rpm 
- +   
-remove sdcard from working pc and enter +===== External reference =====
- +
-boot ac100 (root pwd is 'fedroaarm'+
  
 +[[http://fedoraproject.org/wiki/Architectures/Fedora_ARM_Kernels|Fedora ARM Kernels]]
fedora.1312895284.txt.gz · Last modified: 2011/08/09 15:08 by e-ndy