fedora
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| fedora [2011/08/09 22:34] – e-ndy | fedora [2012/02/17 23:58] (current) – [Fedora Installation Procedure] armelf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | DRAFT | ||
| + | |||
| + | ====== Fedora Installation Procedure ====== | ||
| + | |||
| + | |||
| as **root** on your work pc|laptop: | as **root** on your work pc|laptop: | ||
| Line 4: | Line 9: | ||
| cd $_ | cd $_ | ||
| mkdir root | mkdir root | ||
| - | mount -t xxxfs /dev/sdxN root | + | |
| + | mkfs.ext4 -b 4096 -E stripe-width=16 -O ^has_journal /dev/sdXN | ||
| + | | ||
| wget http:// | wget http:// | ||
| tar xvf rootfs-f14-alpha1.tar.bz2 --numeric-owner -C root | tar xvf rootfs-f14-alpha1.tar.bz2 --numeric-owner -C root | ||
| Line 18: | Line 25: | ||
| wget http:// | wget http:// | ||
| | | ||
| - | # if neccessary | + | # if necessary |
| nvflash -r --download 6 aboot-2.6.38.3-ac100-marvin24+.img | nvflash -r --download 6 aboot-2.6.38.3-ac100-marvin24+.img | ||
| Line 25: | Line 32: | ||
| boot ac100 | boot ac100 | ||
| - | login as root (password is ' | + | login as **root** (password is '//fedroaarm//') |
| append additional repos to koji-latest repo (koji repo has only 2 groups for building) | append additional repos to koji-latest repo (koji repo has only 2 groups for building) | ||
| cat << EOF >> / | cat << EOF >> / | ||
| - | [branched-20110805] | + | [branched-20110831] |
| - | name=branched-20110805 | + | name=branched-20110831 |
| - | baseurl=http:// | + | baseurl=http:// |
| enabled=1 | enabled=1 | ||
| gpgcheck=0 | gpgcheck=0 | ||
| Line 38: | Line 45: | ||
| [tegra-rpms] | [tegra-rpms] | ||
| name=tegra-rpms | name=tegra-rpms | ||
| - | baseurl=http:// | + | baseurl=http:// |
| enabled=1 | enabled=1 | ||
| gpgcheck=0 | gpgcheck=0 | ||
| Line 50: | Line 57: | ||
| init 3 && init 5 | init 3 && init 5 | ||
| + | |||
| + | __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: | ||
| + | |||
| + | rpm -Uvh http:// | ||
| + | | ||
| + | ===== External reference ===== | ||
| + | |||
| + | [[http:// | ||
fedora.1312922086.txt.gz · Last modified: by e-ndy
