Difference between revisions of "Raspberry PI"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
Line 24: Line 24:
 
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
 
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
 
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
 
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
 +
</source>
 +
== Java 8 installation ==
 +
<source lang='bash'>
 +
apt-get install oracle-java8-jdk
 
</source>
 
</source>

Revision as of 16:44, 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. 31jEGhZmPdL.jpg

91zSu44%2B34L._SL1500_.jpg

Raspberry Setup

You'll find setup guides all over the internet here are just two links:

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"

Java 8 installation

apt-get install oracle-java8-jdk