Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
* some Ruby gems will not install without some manual work before.
* scrypt gem has been remove because of this issues:- https://github.com/pbhogan/scrypt/issues/23
* Nokogiri the An HTML, XML, SAX, & Reader parser with the ability to search documents via XPath. must use '--use-system-libraries'.
Run the win32 disk imager.
* # Click the folder icon, locate the Pidora-2014-R2-1.img file that you download early.* # Check the 'Device' to see if the correct letter that corresponds to your SD card letter.* # Click on 'Write'.
[[File:Win32DiskImager.jpg|frame]]
When Win32 Disk imager has finished place the SD card in the Raspberry Pi.
 
SD Card Installation Using the dd Command.
 
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.
 
<!--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 dd.-->
 
Steps:
# Download the image.
# Decompress the image with a Zip-compatible program such as "unzip" (Linux).
# 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 bs=4M. Note that a block size (bs) of 4MB is used. Most SD cards have an erase block size of 4MB and if you do not include this parameter, the image will be copied at extremely slow speeds. On UNIX systems, such as Mac OS X, the bs parameter needs lowercase units (e.g. bs=4m)
# Ensure that the image is fully written onto the card: sync
# Remove the card.
 
Complete the Pidora welcome screen.
21

edits