From 6bf218b1a875d5a523d99310ac47891604237dd7 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 8 Aug 2018 11:22:37 -0400 Subject: [PATCH] Add officially supported boards to hardware notes --- hardware_notes.md | 33 ++++++++++++++++++++++++--------- 1 file changed, 24 insertions(+), 9 deletions(-) diff --git a/hardware_notes.md b/hardware_notes.md index 7a238a2..bc1d3e0 100644 --- a/hardware_notes.md +++ b/hardware_notes.md @@ -16,22 +16,37 @@ If you're going to run services like NextCloud, Syncthing and/or Samba you will - The author has had decent luck with the TP-Link N150 USB WiFi adapter in client mode - The author could not get the TP-Link N300 USB WiFi adapter to work in client mode -## Single Board Computers (SBC) +## Official Boards -### Orange Pi Zero +After much testing, discussion, success, failure, and inspiration... we are happy to announce the boards we will officially support! -The Orange Pi Zero has buggy WiFi and will **NOT** work for production purposes. However, the rest of the device is functional. Please note the WiFi chip in the Orange Pi Zero is "junk" (per the driver devs) and is unlikely to ever be supported fully. +We've selected 4 different boards as our primary targets for the Lollipop Cloud project. Our team members will be working with these boards heavily and will prioritize supporting them. The boards were selected for their price ($25-$100 USD), specifications, and ease-of-use, keeping in mind our goal of making self-hosted clouds an accessible reality. -You'll need/want a USB hub and USB WiFi adapter for this device. +### Orange Pi PC Plus -### Pine64 +The [Orange Pi PC Plus (product details / link)](http://www.orangepi.org/orangepipcplus/) is a reasonably priced arm32v7 board. This board can be purchased as a full set that includes a board, case, and power supply. It's got enough RAM, CPU, and more to run a full self-hosted cloud for an individual, family, and maybe a little more. -- The 'Euler Bus' has dedicated ```DC IN``` and ```GND``` pins. If you run into power problems, consider these headers for powering the board. -- [Pinout reference (link)](http://files.pine64.org/doc/Pine%20A64%20Schematic/Pine%20A64%20Pin%20Assignment%20160119.pdf) +It has an on-board WiFi chip and on-board ethernet so networking won't be a problem. It has 3 USB ports for additional WiFi adapters or USB disks. It also has a full HDMI connector so you can setup using a USB keyboard and TV/monitor/etc. -### Raspberry Pi +This is our recommended board for deploying a Lollipop Cloud, especially for our beginner users. -The Raspberry Pi devices are notorious for power problems. Especially lack of power for USB devices. You'll want to do a little additional research to ensure you have a good power supply. +### Orange Pi Plus 2e + +The [Orange Pi Plus 2e (product details / link)](http://www.orangepi.org/orangepiplus2e/) is an arm64v8 board. It packs 2Gb of RAM, 4 core CPU, lots of expansion options, built-in WiFi, built-in ethernet, and more. + +This board can run a self-hosted cloud for an individual, family, or small group. If you're looking for the "big board," this is it. + +### O-Droid HC2 + +The [O-Droid HC2 (product details / link)](https://www.hardkernel.com/main/products/prdt_info.php?g_code=G151505170472) is an expensive board that packs the most computing power of our target boards. We are recommending this board for those who want to build their own "home brew" Synology NAS. + +While not the cheapest option, this should be a reasonable replacement for entry level Synology NAS boxes if you're looking to self-host a NAS + Cloud without using proprietary software. + +### Orange Pi Zero Plus + +The [Orange Pi Zero Plus (product details / link)](http://www.orangepi.org/OrangePiZeroPlus/) is a small, inexpensive arm64v8 board. This board is a great starting point and can be used as a little pocket router with ad blocking, VPN, and more. This is best used as a WiFi hot spot device. It can also function as a very basic cloud but does *NOT* have quite enough RAM to function as a full cloud. + +This is a great choice if you're looking for something pocket sized and/or minimal. ## Expansion / Hardware Ideas