Fedora 19 ARM Beta
This is the latest Fedora 19 Beta Release Candidate for the ARM architecture and marks a significant milestone for Fedora on ARM. There two images available for the Beta, one for use in OMAP platforms the other for use in the Trimslice and Exynos5 hardware platforms.
For Trimslice(kernel-tegra)
Download the image for use in the Trimslice:
wget http://dl.fedoraproject.org/pub/fedora-secondary/releases/test/19-Beta/Images/armhfp/Fedora-armhfp-19-Beta-1-sda.raw.xz
Copy the image to the intended media:
xzcat Fedora-armhfp-19-Beta-1-sda.raw.xz > /dev/<location-of-your-media>
Insert into the Trimslice and boot. There is no root password required initially - this something you should change right away.
Once the system is booted there is a little clean up required. First remove the unneeded kernels:
yum remove kernel kernel-lpae
Set the appropriate date (the example is 12 May 2013)
date 051212002013
Install Chrony to have the date automatically set at boot & Patch for use with the Arm Boot Config utility.
yum install chrony patch
Next install the 'arm-boot-config' utility. ABC will allow users to choose the kernel they would like to boot in Uboot
wget http://people.fedoraproject.org/~blc/fedora-arm/arm-boot-config/arm-boot-config-0.37.tar.bz2 tar xvjf arm-boot-config-0.37.tar.bz2 cd arm-boot-config-0.37 ./install.sh a-b-c