33
Chapter 0 Preparation
And the terminal is case sensitive.
Then type “ls” in terminal and press “Enter” key. The result is shown below:
”ls”, List information about the FILEs (the current directory by default). Sort entries alphabetically.
Content between “$” and ”pi@raspberrypi:” is the current working path. “~” presents user directory. It is
equal to “/home/pi” here. “pwd” can be used to view current working path.
“cd” is used to change directory. “/” presents root directory.
In later content, we will often change working path. Typing commands under wrong working path will cause
error messages. And the commands can not continue to be executed.
There are some frequently used commands and instructions in following table.
Command
instruction
ls
List information about the FILEs (the current directory by default). Sort entries
alphabetically.
cd
Change directory
sudo + cmd
Excute cmd under root authority
./
Under current directory
gcc
GNU Compiler Collection
git clone URL
Use git tool to clone the contents of specified repository, and URL is the repository address.
There are many commands later. For more details about command. You can refer to:
http://www.linux-commands-examples.com
Summary of Contents for Ultimate Starter Kit
Page 1: ...Free your innovation Freenove is an open source electronics platform www freenove com ...
Page 117: ...117 Chapter 9 Potentiometer RGBLED www freenove com support freenove com Hardware connection ...
Page 155: ...155 Chapter 14 Relay Motor www freenove com support freenove com Hardware connection OFF 3 3V ...
Page 173: ...173 Chapter 16 Stepping Motor www freenove com support freenove com Hardware connection ...
Page 239: ...239 Chapter 22 Matrix Keypad www freenove com support freenove com Circuit Schematic diagram ...
Page 240: ...Chapter 22 Matrix Keypad 240 www freenove com support freenove com Hardware connection ...