NEC RPI3CM-2 Edition Raspberry Pi Compute Module

Raspberry Pi Compute Module Setup Guide - Page 57

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 57 of 74
10.1.8 To install the Python serial module
To install the Python serial module necessary for internal communications with the display.
From Raspbian use:
sudo apt-get install python-serial
10.1.9 To mount a USB flash drive from the terminal
Example:
sudo mkdir /media/usbstick
sudo mount t vfat o uid=pi,gid=pi /dev/sda1 /media/usbstick
Replace “sda1” if drive devices is located in another location such as “sdb1”.
10.1.10 To access an SMB (Windows share) drive from the Raspbian desktop
Open a File Manger window. Enter a path into the location bar in the following format:
smb://sharename/foldername
Where “sharename” is the name of the host and “foldername” is the name of the folder being shared.
10.1.11 To list connected USB devices
From Raspbian use:
lsusb
10.1.12 To show available disk space
From Raspbian use:
df -h
Loading ...
Loading ...
Loading ...