Difference between revisions of "Raspberry PI"

From BITPlan can4eve Wiki
Jump to navigation Jump to search
(Created page with "To run on a Raspberry PI you need a properly configured device. Here is an example:")
 
Line 1: Line 1:
 
To run on a Raspberry PI you need a properly configured device.
 
To run on a Raspberry PI you need a properly configured device.
 
Here is an example:
 
Here is an example:
 +
<source lang='bash'>
 +
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"
 +
</source>

Revision as of 16:23, 31 December 2018

To run on a Raspberry PI you need a properly configured device. Here is an example:

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"