Changes

Jump to: navigation, search

Raspberry Pi Fedora Remix Installation

22 bytes removed, 01:33, 22 May 2013
no edit summary
The easiest way to install the Remix is to use the <!-- [[:fedora:Fedora_ARM_Installer|installer]] --> installer program.
 
'''For the most up to date information on using the Installer, please visit the [[:fedora:Fedora ARM Installer|Fedora ARM Installer Wiki Page]]'''
Needed:
Steps:
# Download the installer from the appropriate link:#* On a Fedora - http18 (or higher) system://files.velocix.com/c1410/fedora/installer/fedora/<code>yum install fedora-arm-installer-1.0.0-1.fc16.noarch.rpm</code>#* Windows - httpFor other operating systems, see the [[://files.velocix.com/c1410/fedora/installer/windows/fedora-arm-installer-1.0.0.zip#* Other Linux - Python source - http://files.velocix.com/c1410/fedora/installer/source/faii-1.0.0.tarFedora ARM Installer|Fedora ARM Installer]] wiki page.gz
# Run the installer.
# Click the refresh (circle-arrow) button beside the Download list to retrieve a list of available images.
# Select the image you wish to install ("Raspberry Pi Fedora Remix 14Pidora 18") -- or, if you have already downloaded the image file, browse to that file's location.
# Click the refresh (circle-arrow) button beside the Device list to retrieve a list of possible target devices for the installation.
# Select the device on which you wish to install the image (WARNING: all data on this device will be deleted! - be sure you have selected the correct device).
Steps:
# Download the image - see the [http://www.raspberrypi.org/downloads Downloads] page on # Decompress the Raspberry Pi siteimage with a Zip-compatible program such as "unzip" (Linux) or WinZip (Windows).
# Insert your SD/SDHC card into the card reader, and attach to the computer if necessary.
# Identify the device node of the SD card (this will be something like <code>/dev/sdc</code> or <code>/dev/mmcblk0</code>).
#* An easy way to identify the card is to list the device nodes (<code>ls -l /dev/sd* /dev/mmcblk*</code>) before and after inserting the SD card. Device nodes that that appear when the card is inserted correspond to the card.
# Ensure that the device is unmounted.
# Copy the image file to the card: <code>dd if=/dev/''NameOfImageFile'' of=/dev/''DeviceNode''</code>
# Ensure that the image is fully written onto the card: <code>sync</code>
# Remove the card.

Navigation menu