Pidora-2014-Release-Notes ================== What is Raspberry Pi ================ The Raspberry Pi is a credit-card sized computer that plugs into your TV and a keyboard. It's a capable little PC which can be used for many of the things that your desktop PC does, like spreadsheets, word-processing and games. It also plays high-definition video. We want to see it being used by kids all over the world to learn programming. As of now there are two models of the Raspberry Pi, and A and a B. Model A has been redesigned to have 256Mb RAM, one USB port and no Ethernet (network connection). Model B has 512Mb RAM, 2 USB port and an Ethernet port. Sources: http://www.raspberrypi.org http://www.raspberrypi.org/faqs Pidora 2014 (Raspberry Pi Fedora Remix) ============================================ Pidora 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) compiled specifically for the ARMv6 architecture used on the Raspberry Pi, packages which have been specifically written for or modified for the Raspberry Pi, and software provided by the Raspberry Pi Foundation for device access. Pidora 2014 (Raspberry Pi Fedora Remix) will be the fifth version of the Remix released. Release date: (July 03, 2014) Fedora package collection version: 20 Kernel version: (3.12.23) Architecture: armv6hl Sources: http://pidora.ca/ What is Pidora ==================== Pidora is a combination of Fedora software, with or without third-party software, that any community member can create at any time. (More Info in the source link) Source: http://fedoraproject.org/wiki/Remix Setting up the Raspberry Pi for the First Time ============================================== This is the recommended system configuration for first time startup: 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). Connect a USB keyboard (and, optionally, a USB mouse). Plug in an ethernet cable connected to an IPv4 network with a DHCP server and Internet gateway. Pidora will use this connection to set the system clock. Insert the SD card. Apply power. SD Card Installation Using the Installer (WARNING - Installer Network Installation Down) ======================================== The easiest way to install the Remix is to use the installer program. Instructional Video: http://www.youtube.com/watc??h?v=z_59NjrouO8 Needed: A computer with at least 5 GB of free disk space, running one of these operating systems: Fedora Windows Vista or Windows 7 Other Linux An SD or SDHC card, with a capacity of 2GB or more. (Good-quality class 4 cards usually work well). An SD/SDHC card writer, either built in to the computer or connected to a USB port. An Internet connection. Before Proceeding Note! Danger of Data Loss / System Damage The selected device will be overwritten. If you select the wrong device, you may lose data. Exercise care when using the installer program. Download the installer from the appropriate link: Official Fedora Wiki Page: http://fedoraproject.org/wiki/Fedora_ARM_Installer INSTRUCTIONS: Download the latest Pidora 2014 image. Run the installer. Select the Pidora 2014 image on your computer. (WARNING: Installer Network Installation Down) 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). Click "Install". Wait until the program states that the installation is complete before removing the card. SD Card Installation Using the command line =========================================== The image can also be installed using the Unix/Linux dd command. Needed: A computer with at least 5 GB of free disk space, running some form of Unix or Linux. An SD or SDHC card, with a capacity of 2GB or more. (Good-quality class 4 cards usually work well). An SD/SDHC card writer, either built in to the computer or connected to a USB port. An Internet connection. Befor Proceeding Note!!! Danger of Data Loss / System Damage The selected device will be overwritten. If you select the wrong device, you may lose data. Exercise care when using the installer program. INSTRUCTIONS: Download the image - see the Downloads page on the Pidora 18 site. http://pidora.ca/ 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 /dev/sdc or /dev/mmcblk0). Do not use a partition device node (for example: use /dev/sdc or /dev/mmcblk0, not /dev/sdc1 or /dev/mmcblk0p1). An easy way to identify the card is to list the device nodes (ls -l /dev/sd* /dev/mmcblk*) 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: dd if=NameOfImageFile of=/dev/DeviceNode Ensure that the image is fully written onto the card: sync Remove the card. Pidora 20 Firmware ================= Current Version: raspberrypi-vc-20140630git1682505-19.rpfr20 Date Released: June 30, 2014 Changes For Pidora 2014 ===================== In Regards to this Raspberry Pi Fedora Remix the following changes have been made for this release: - Fixed support for different keyboard languages - Added DVI adapter support for older monitors - Rootfs-Resize now works with logical partitions - Raspberrypi kernel-devel package has been added - New Pidora 2014 splash screen - New Pidora logos - Improved Headless Mode can be used with setups lacking a monitor or display - Much faster boot speed - Faster and smoother graphical usability, with Xorg fbturbo driver - Almost all of the Fedora 20 package set available via yum (thousands of packages were built from the official Fedora repository and made available online) - Compiled specifically to take advantage of the hardware already built into the Raspberry Pi - Graphical firstboot configuration (with additional modules specifically made for the Raspberry Pi) - Compact initial image size (for fast downloads) and auto-resize (for maximum storage afterwards) - Auto swap creation available to allow for larger memory usage C, Python, & Perl programming languages available & included in the SD card image - IP address information can be read over the speakers and flashed with the LED light - For graphical operation, Gedit text editor can be used with plugins (python console, file manager, syntax highlighting) to serve as a mini-graphical IDE - For console operation, easy-to-use text editors are included (nled, nano, vi) plus Midnight Commander for file management - Includes libraries capable of supporting external hardware such as motors and robotics (via GPIO, I2C, SPI) Reporting A Bug =============== If you notice a bug that we are not currently aware of feel to file a ticket, and lets us know about it. http://trac.proximity.on.ca/projects/rpfr/report/1