Difference between revisions of "Raspberry Pi Fedora Remix"

From CDOT Wiki
Jump to: navigation, search
Line 37: Line 37:
 
* [[Raspberry Pi Fedora Remix Administration]]
 
* [[Raspberry Pi Fedora Remix Administration]]
 
* (Add resources here!)
 
* (Add resources here!)
 +
 +
== Getting Help ==
 +
 +
There are many sources of help available:
 +
 +
* The Raspberry Pi Community
 +
** Web site and forums: http://raspberrypi.org
 +
** Wiki: http://elinux.org/RaspberryPiBoard
 +
** [[Irc|IRC]]: irc://irc.freenode.net/raspberrypi
 +
 +
* The Fedora Community
 +
** Web site: http://fedoraproject.org
 +
** Wiki: http://fedoraproject.org/wiki
 +
** Mailing lists:
 +
*** General discussion: https://admin.fedoraproject.org/mailman/listinfo/users
 +
*** Fedora-ARM: https://lists.fedoraproject.org/mailman/listinfo/arm
 +
*** Developers and packagers: https://admin.fedoraproject.org/mailman/listinfo/devel
 +
** [[Irc|IRC]]: irc://irc.freenode.net/fedora - irc://irc.freenode.net/fedora-arm
 +
 +
* Seneca Centre for Development of Open Technology
 +
** Web site and wiki (this wiki!): http://cdot.senecac.on.ca
 +
** [[Irc|IRC]]: irc://irc.freenode.net/seneca

Revision as of 15:04, 28 February 2012

width=100

The Raspberry Pi Fedora Remix is a Linux software distribution for the Raspberry Pi computer. It contains software packages from the Fedora Project (specifically, the Fedora ARM secondary architecture project), packages which have been specifically written for or modified for the Raspberry Pi, and proprietary software provided by the Raspberry Pi Foundation for device access.

Remix Releases

Currently available:

In preparation:

Obtaining and Installing the Raspberry Pi Fedora Remix

Refer to Raspberry Pi Fedora Remix Installation for instructions on preparing an SD card containing the Remix software.

Setting Up the Raspberry Pi for First Time Use

This is the recommended system configuration for first time startup:

  1. Connect the Raspberry Pi to a high-definition monitor or TV using the HDMI output (HDMI and DVI-D are basically the same signals, so an HDMI-DVI adapter can be used).
  2. Connect a USB keyboard (and, optionally, a USB mouse).
  3. Plug in an ethernet cable connected to an IPv4 network with a DHCP server and Internet gateway. The Remix will use this connection to set the system clock.
  4. Insert the SD card.
  5. Apply power.

First Boot

During the first boot of the system, two processes take place:

  1. the image is resized to fill the SD card.
  2. if the system is being used interactively, the user is prompted to do final system configuration (set the root password, create a user account, set the timezone, and select character-mode or graphical default operation).

These processes are managed by the Raspberry Pi Init Scripts.

Managing the Raspberry Pi

The Raspberry Pi Fedora Remix is administered using standard Linux system administration procedures. For specific tips, see:

Getting Help

There are many sources of help available: