This repository has been archived by the owner on Jan 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added further information to README.md
- Loading branch information
Matthew Stone
committed
Sep 20, 2013
1 parent
22463d8
commit e348833
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ The components used on our test device were as follows: | |
|
||
1 x Raspberry Pi Model B Revision 2 | ||
1 x MicroUSB 1500mA Power Supply | ||
1 x Powered USB 3.0 Hub with 10 ports | ||
1 x Powered USB Hub with 10 ports/7 ports (see notes on hardware compatibility) | ||
10 x USB MicroSD Card Adaptors | ||
|
||
We recommend running Arch Linux ARM on the Raspberry Pi due to it being a simple lightweight linux distro that boots in around 10-20 seconds. We used Nginx with php-fpm as we found early on that Apache2 isn't particulary stable on the Raspberry Pi and consumes a large amount of resources when compared to Nginx. | ||
|
@@ -16,4 +16,14 @@ We will make an image file available of the complete Arch Linux ARM Image with O | |
|
||
This project was created by Matthew Stone ([email protected]) and released under the GNU GPLv3 license by Rock & Scissor Enterprises Limited. | ||
|
||
If you have any questions/comments/feedback please contact Matthew on the email listed above and he'll do his best to help you out. | ||
If you have any questions/comments/feedback please contact Matthew on the email listed above and he'll do his best to help you out. | ||
|
||
Known Bugs | ||
========== | ||
|
||
|
||
|
||
Hardware Compatibility | ||
====================== | ||
|
||
It's worth noting that our initial prototype kept causing kernal panics when we tried to write to the memory sticks. We narrowed this down to the TeckNet USB 3.0 10-port hub we had purchased not being compatible with the Raspberry Pi, whether this is because of it being a USB 3.0 hub (the RPi is USB 2.0), or more likely power issues backfeeding into the RPi, we decided to obtain a new hub based on the list confirmed to work with the RPi found at http://elinux.org/RPi_Powered_USB_Hubs. |