NEC RPI3CM-2 Edition Raspberry Pi Compute Module

Raspberry Pi Compute Module Setup Guide - Page 56

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 56 of 74
Note: It may take several seconds for the list to appear.
Select: English (US)
Enter
Enter
Select: Finish
Or
Edit the keyboard configuration file manually
sudo nano /etc/default/keyboard
Change the following line
XKBLAYOUT=”gb”
to
XKBLAYOUT=”us”
10.1.6 To add and remove packages from Raspbian
To add (install) a package:
sudo apt-get install [packagename]
To remove (uninstall) a package:
sudo apt-get remove [packagename]
For more information visit:
https://www.raspberrypi.org/documentation/linux/software/apt.md
10.1.7 To update the Raspberry Pi
To update the current OS version:
sudo apt-get update
To update the current software packages installed:
sudo apt-get upgrade
To update the current Raspberry Pi firmware:
sudo rpi-update
Note: The Compute Module’s ‘firmware’ is stored in a file on the filesystem and can thus be
transferred if the flash memory is re-imaged to another Compute Module device.
Loading ...
Loading ...
Loading ...