User Tools

Site Tools


tutorials:ct1:installation:cb3_fedora19_r3_sd_card_installation

Differences

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

Link to this comparison view

tutorials:ct1:installation:cb3_fedora19_r3_sd_card_installation [2013/10/17 15:16]
allen created
tutorials:ct1:installation:cb3_fedora19_r3_sd_card_installation [2013/12/23 14:50] (current)
Line 11: Line 11:
 The guide is come from https://​github.com/​jwrdegoede/​sunxi-fedora-scripts . The guide is come from https://​github.com/​jwrdegoede/​sunxi-fedora-scripts .
  
-=====Quickstart ​guide=====+=====Quickstart ​Guide=====
  
   - Download the img file from [[http://​dl.cubieboard.org/​software/​a20-cubieboard/​fedora/​Fedora-19-a10-armhfp-r3.img.xz|Fedora-19-a10-armhfp-r3.img.xz]]   - Download the img file from [[http://​dl.cubieboard.org/​software/​a20-cubieboard/​fedora/​Fedora-19-a10-armhfp-r3.img.xz|Fedora-19-a10-armhfp-r3.img.xz]]
   - Insert an  8G SD card, note any data on the card will be destroyed! ​ Note:some SD cards are not suite for the  img  ,maybe appear printed some wrong , so you have to change an other card .   - Insert an  8G SD card, note any data on the card will be destroyed! ​ Note:some SD cards are not suite for the  img  ,maybe appear printed some wrong , so you have to change an other card .
   - Make sure the card is not mounted, run “mount” and if the card shows up in the output umount its partitions   - Make sure the card is not mounted, run “mount” and if the card shows up in the output umount its partitions
-  - Write the img file to the card, ie as root do: +  - Write the img file to the card, ie as root do:<code bash>
-<code bash>+
   $xzcat Fedora-19-a10-armhfp-r3.img.xz > /​dev/​XXX ​     $xzcat Fedora-19-a10-armhfp-r3.img.xz > /​dev/​XXX ​  
   $sync   $sync
 </​code> ​ </​code> ​
   - Remove the card, and re-insert it. The uboot partition should get automatically mounted.   - Remove the card, and re-insert it. The uboot partition should get automatically mounted.
-  - As root (or through sudo) run: <​uboot-part-mount>/​select-board.sh,​ for cubietruck ie: +  - As root (or through sudo) run: <​uboot-part-mount>/​select-board.sh,​ for cubietruck ie:<code bash>  ​
-<code bash>  ​+
   $sudo  /​XXX/​uboot/​select-board.sh cubietruck ​     $sudo  /​XXX/​uboot/​select-board.sh cubietruck ​  
 </​code> ​   </​code> ​  
-  - umount the uboot and rootfs partitions, ie: +  - umount the uboot and rootfs partitions, ie:<code bash>
-<code bash>+
   $umount /XXX/uboot   $umount /XXX/uboot
   $umount /XXX/rootfs   $umount /XXX/rootfs
 </​code>​ </​code>​
   - Your sdcard is now ready for use.The first time boot the card shoud be use amount of time.    - Your sdcard is now ready for use.The first time boot the card shoud be use amount of time. 
-  - *Before* powering up your A10 device connect it to an hdmi or dvi monitor+  - *Before* powering up your cubietruck ​device connect it to an hdmi or dvi monitor.
   - When first booting from the sdcard inserted Fedora will automatically reboot once, this is part of the process to resize the root partition to fill the entire sdcard and is normal behavior.   - When first booting from the sdcard inserted Fedora will automatically reboot once, this is part of the process to resize the root partition to fill the entire sdcard and is normal behavior.
   - After the automatic reboot Fedora will start with the initial-setup wizard:   - After the automatic reboot Fedora will start with the initial-setup wizard:
    ​- ​ Configure networking, note:    ​- ​ Configure networking, note:
-    * If you've an A10 board with wired ethernet and you want to use dhcp you don't need to do anything. 
     * If you've an A20 board, your ethernet may have a random mac-address,​so if you want to configure a static ip-address and want it to stickacross reboots, go to the ethernet-tab,​ select the mac-address fieldand delete its contents, so that the static ip address you're configuring does not get tied to the random mac-address.     * If you've an A20 board, your ethernet may have a random mac-address,​so if you want to configure a static ip-address and want it to stickacross reboots, go to the ethernet-tab,​ select the mac-address fieldand delete its contents, so that the static ip address you're configuring does not get tied to the random mac-address.
-   ​- ​ Setup the time zone +   ​- ​ Setup the time zone. 
-   ​- ​ Set a root password +   ​- ​ Set a root password. 
-   ​- ​ Create a user +   ​- ​ Create a user. 
-  - Log in as the just created user +  - Log in as the just created user. 
-  - Enjoy Fedora on your cubietruck+  - Enjoy Fedora on your cubietruck.
  
  
  
 +=====Known Issues=====
 +  * Wifi doesn'​t work on r3 version
  
 +The Wifi driver haven'​t been merged to linux-sunxi kernel, so the module doesn'​t work currently on r3 version. But a working wifi driver can be found at github.com/​cubieboard2/​linux-sunxi branch sunxi-3.4-ct-v101.
  
  
tutorials/ct1/installation/cb3_fedora19_r3_sd_card_installation.1381994164.txt.gz · Last modified: 2013/12/23 14:50 (external edit)