Difference between revisions of "Raspberry PI"
Jump to navigation
Jump to search
Line 8: | Line 8: | ||
* https://www.amazon.de/gp/product/B01CD5VC92 | * https://www.amazon.de/gp/product/B01CD5VC92 | ||
+ | = Raspberry Setup = | ||
+ | You'll find setup guides all over the internet here are just two links: | ||
+ | * https://www.macworld.co.uk/how-to/mac/how-to-set-up-raspberry-pi-3-with-mac-3637490/ | ||
+ | * https://www.raspberrypi.org/downloads/raspbian/ | ||
= Software configuration = | = Software configuration = | ||
<source lang='bash'> | <source lang='bash'> |
Revision as of 15:43, 31 December 2018
To run on a Raspberry PI you need a properly configured device. See e.g. http://ion.bitplan.com/index.php/Ion2017-07-18#Raspberry_PI
Hardware
See e.g.
Raspberry Setup
You'll find setup guides all over the internet here are just two links:
- https://www.macworld.co.uk/how-to/mac/how-to-set-up-raspberry-pi-3-with-mac-3637490/
- https://www.raspberrypi.org/downloads/raspbian/
Software configuration
cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)"
NAME="Raspbian GNU/Linux"
VERSION_ID="9"
VERSION="9 (stretch)"
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"