©2018 NEC Display Solutions, Ltd.
Page
54
of
71
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”
9.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
9.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.