NEC MPI4E RaspberryPi 4 System on a Chip Solution

Raspberry Pi Compute Module Setup Guide - Page 56

For MPI4E.

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

MPI4E photo
Loading ...
Loading ...
Loading ...
©2021 Sharp NEC Display Solutions, Ltd. Page 56 of 86
7.10 To access an SMB (Windows share) drive from the Raspberry Pi
OS 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.
7.11 To list connected USB devices
From Raspberry Pi OS use:
lsusb
7.12 To show available disk space
From Raspberry Pi OS use:
df -h
7.13 To show internal information about the Raspberry Pi
From Raspberry Pi OS 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
7.14 To download a file to the current directory
From Raspberry Pi OS use:
wget http://www.website.com/example.txt
Loading ...
Loading ...
Loading ...