The following is my bring up plan for
f17arm-20120613-230701-arm-rpi-xfce-mmcblk0.img.xz
ow to build a 8GB or larger SDcard with Fedora 17 for Raspberry Pi
with selinux disabled and a 2G swap added.
Remember that the Raspberry Pi root password is "fedoraarm"
1. Download ----.xz and ----.xz.ms5sum from
http://scotland.proximity.on.ca/arm-nightlies/ 2. Run "md5sum -c ----.xz.md5sum" to verify download
3. "su - root" to run as root on your support system
4. Run "xzcat ----.xz > /dev/???" build image on SDcard
5. Unload the SDcard and remount it
6. Run "gparted" and allocate and format a 2GB swap area at the high end of the
SDcard. (should probably have extended rootfs but I let Raspberry Pi do it.)
7. Run "gedit" and set the SDcard /etc/selinuc/config to "disabled"
8. Run "gedit" and add to the SDcard /etc/fstab a new line
"/dev/mmcblk0p3 swap swap defaults 0 0"
9. Insert the SDcard into Raspberry PI and boot it
10. logon as "guest"
11. Add a new user (yourID)
12. Start a terminal and "su - root" to run as root on Raspberry Pi
13. Run "swapon -s" and check for swap
14. transfer music, pictures, and other user data to SDcard via
usb stick or "shutdown -H now" and move the SDcard back to your
support system for the transfer.
15. use Add/Remove software application to customize your system.
Hardware configuration is a 8GB class 10 Transcend SD card with an Inland wireless mouse and keyboard using one USB port. Power is from a Gear Head powered USB hub and the hub is also used to extend the second system USB port with additional ports for USB sticks and the like.
Results are steps 1 -14 complete
a. Firefox won't run, minVersion= 12.0, MaxVersion=12.0, and Firefox version= 13.0
b. yum won't run as I always get a repository XML file error.
c. putty runs fine on my support system as a SSH terminal.
d. The provided music player fails to make sounds running ogg files. I see the player clock increase
but no sound out of Raspberry Pi. Ogg files work fine on my Fedora 17 support system which is a
64 bit laptop. I assume that Raspberry Pi has a kernel problem.
e. Can't try mp3 files as yum fails trying to install gstreamer-plugins-good, bad etc.
f. Many MMC0: Note - Long write sync problems.
g. Many MMC0: Too large timeout requested for CMD038!
The swap file is required to run. I had a horrible time until I installed it. I believe the SD card performance is rather poor. I may try running from a USB 3.0 stick or USB 3.0 hard disk to see if
it would be better. I don't yet know if the Raspberry Pi I/O bus on the SD card is the actual
bottleneck. I haven't yet figured out how to use the Fedora Arm Koji system to get updated code
and possibly the yum updates for all the code the is ready. (arm.koji.fedoraproject.org)