NEC RPI3CM-2 Edition Raspberry Pi Compute Module

Raspberry Pi Compute Module Setup Guide - Page 58

For RPI3CM-2.

PDF File Manual, 74 pages, Read Online | Download pdf file

RPI3CM-2 photo
Loading ...
Loading ...
Loading ...
©2019 NEC Display Solutions, Ltd. Page 58 of 74
10.1.13 To show internal information about the Raspberry Pi
From Raspbian use the following to list all available commands:
vcgencmd commands
Examples:
Show the internal temperature:
vcgencmd measure_temp
Show configurations that have been set:
vcgencmd get_config int
Information about the Raspberry Pi hardware including the processor’s serial number:
cat /proc/cpuinfo
10.1.14 To download a file to the current directory
From Raspbian use:
wget http://www.website.com/example.txt
10.1.15 To find a file by name
From Raspbian use:
find / -name example.txt
10.1.16 To edit a protected system configuration file from the Raspbian
desktop
From a terminal window open the Leafpad editor as sudo:
sudo leafpad
The file can now be opened, edited, and saved.
10.1.17 To install a minimal windowing system on Jessie Lite
From the command prompt enter the following command:
sudo apt-get install --no-install-recommends gvfs raspberrypi-ui-mods
xserver-xorg-video-fbturbo lxterminal
Loading ...
Loading ...
Loading ...