Add basic notes about hardware / bom
This commit is contained in:
parent
86e21bde5f
commit
b36a53ca71
|
@ -18,6 +18,10 @@ Use acme.sh + vhosts + nginx if you really want SSL. There is plenty of great in
|
||||||
|
|
||||||
We will not discuss, entertain or bother debating our decision regarding SSL. It's an additional layer of complexity and not strictly required for the purposes of this project.
|
We will not discuss, entertain or bother debating our decision regarding SSL. It's an additional layer of complexity and not strictly required for the purposes of this project.
|
||||||
|
|
||||||
|
# Bill Of Materials / Hardware Requirements
|
||||||
|
|
||||||
|
Please see [hardware.md](hardware.md) for details regarding hardware selection and requirements.
|
||||||
|
|
||||||
# Licensing
|
# Licensing
|
||||||
|
|
||||||
Unless otherwise stated all source code is licensed under the [Apache 2 License](LICENSE-APACHE-2.0.txt).
|
Unless otherwise stated all source code is licensed under the [Apache 2 License](LICENSE-APACHE-2.0.txt).
|
||||||
|
|
15
hardware.md
Normal file
15
hardware.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# Bill Of Materials / Hardware Assumptions
|
||||||
|
|
||||||
|
This is a surprisingly straight forward project that has minimal in the way of hardware requirements. Below you'll find a list of everything we recommend / assume.
|
||||||
|
|
||||||
|
* [Raspberry Pi 4](https://www.raspberrypi.org/products/raspberry-pi-4-model-b/) with at least 2Gb of RAM
|
||||||
|
* An equivalent board with at least 2Gb of RAM capable of running Arch Linux can be used instead but we do not support anythin but the Raspberry Pi 4 at this time
|
||||||
|
* HDMI Monitor
|
||||||
|
* [This](https://www.alibaba.com/product-detail/CONFU-HDMI-to-MIPI-5-5_62010868927.html) 1440x2560 (2k) display looks promising and is being tested currently
|
||||||
|
* Mini HDMI to HDMI adapter
|
||||||
|
* HDMI cable
|
||||||
|
* usb disk (thumb drive / ssd) for storing pictures
|
||||||
|
* This is optional but will help prevent micro sd card wear if regularly changing photos or running backups
|
||||||
|
* 2x micro sd cards (one for prep, one for install)
|
||||||
|
* At least 8Gb in size, 16Gb preferred
|
||||||
|
* Power supply (at least 3A to avoid voltage issues)
|
Loading…
Reference in a new issue