User Tools

Site Tools


tutorials:ct1:installation:cb3_fedora19_r3_sd_card_installation

This is an old revision of the document!


Cb3 Fedora19 R3 Sd Card Installation

About this Article

Abstract

Quickstart guide

  1. Download the img file from Fedora-19-a10-armhfp-r3.img.xz
  2. 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 .
  3. Make sure the card is not mounted, run “mount” and if the card shows up in the output umount its partitions
  4. Write the img file to the card, ie as root do:
  $xzcat Fedora-19-a10-armhfp-r3.img.xz > /dev/XXX
  $sync
  1. Remove the card, and re-insert it. The uboot partition should get automatically mounted.
  2. As root (or through sudo) run: <uboot-part-mount>/select-board.sh, for cubietruck ie:
  $sudo  /XXX/uboot/select-board.sh cubietruck   
  1. umount the uboot and rootfs partitions, ie:
  $umount /XXX/uboot
  $umount /XXX/rootfs
  1. Your sdcard is now ready for use.The first time boot the card shoud be use amount of time.
  2. *Before* powering up your A10 device connect it to an hdmi or dvi monitor
  3. 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.
  4. After the automatic reboot Fedora will start with the initial-setup wizard:
  5. 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.
  6. Setup the time zone
  7. Set a root password
  8. Create a user
  9. Log in as the just created user
  10. Enjoy Fedora on your cubietruck
tutorials/ct1/installation/cb3_fedora19_r3_sd_card_installation.1381994164.txt.gz · Last modified: 2013/12/23 14:50 (external edit)