http://fedoraproject.org/wiki/Fedora_ARM_InstallerFedora ARM InstallerFrom FedoraProjectJump to: navigation, search
WARNING
This program *WILL* destroy *ANY* data on the selected disk. Please make sure to backup all of your devices first before running this application!
NOTE
Make sure to force-refresh this page before downloading any files as this site gets cached easily.
Contents[hide] 1 Overview1.1 Introduction1.2 Usage1.3 Notes1.4 Known Bugs2 Screenshots2.1 Windows2.2 Linux3 Download & Install - 1.1.1-83.1 Windows 7 / Vista3.2 Fedora 20 / 19 / 184 Related Links
Overview Introduction
This is a first attempt at a basic Fedora ARM Image Installer ( Downloader / Creator / Updater ). This script is written in Python (version 2 & 3 compatible) and makes use of the PyQt4 GUI module allowing it to run graphically (on both Linux & Windows). The files written are block device image files containing: [MBR + Partitions + File Systems + Data]. Distributors should make sure to package some sort of first-boot setup-script to customize the operating system as there is no official installer for ARM devices yet. Hopefully this application will be able to create bootable media for almost any generalized Guruplug, Efika, Pandaboard, Trimslice, or Raspberry Pi device type.
Usage
Select a source file or download option (click the refresh button first)
A source file must be either a raw image or zip archive
The download option will prompt you to select a download destination folder first
Select the destination (target) device drive where the image should be written
Click install
Notes
Storage devices that are greater than 32 Gigabytes in size are ignored (to temporarily protect users)
You must have enough space in your temp directories to download or extract any source file
The Windows version makes use of a pre-packaged dd.exe binary program to help write image files to block devices
http://www.chrysocome.net/ddKnown Bugs
This version currently only works with English languages, I haven*t had the chance to make it multi-lingual yet
Screenshots Windows
Linux
Download & Install - 1.1.1-8
WARNING
This program *WILL* destroy *ANY* data on the selected disk. Please make sure to backup all of your devices first before running this application!
NOTE
Make sure to force-refresh this page before downloading any files as this site gets cached easily.Windows 7 / Vista
Windows Zip Archive
Click on the link above
Right click on the file and select "Extract All..."
Open the extracted folder
Right click on the main program executable file and select "Run as administrator"
Be careful!
Fedora 20 / 19 / 18
On a Fedora 18 operating system (and later), you should be able to run "yum install fedora-arm-installer"
For Manual Installation Fedora 17 (and earlier):
Fedora Koji Build System
Select the latest ".fc18" build link and download the ".noarch" RPM file
yum install pyqt4
rpm -e fedora-arm-installer
rpm -i fedora-arm-installer-<v>-<r>.fc18.noarch.rpm