2.2. Download Program
Setting up in a Raspberry Pi may take you a lot of time, and there are too many libraries
needed, so we write a python program to do the most of works for you.
NOTE: If you want to know the exact details of the program, you can skip this chapter.
NOTE: This
setup.py
libraries, and sometimes the server or internet may break down, which may lead to some
problems that the
setup.py
following the instructions of next chapter named
Download the program of the PiCar-B.
Input the code below to download:
lowercase)
sudo git clone https://github.com/adeept/rasparm.git
Then setup:
sudo python3 rasparm/setup.py
It may take some time to finish.
Now you can skip the next chapter and
2.3. Set Up a Raspberry Pi
NOTE:
You should skip this chapter if you finished the last one and Install Python3.7 in the
PC directly.
Unrestricted Access to Raspberry Pi
The Linux operating system is a multi-user operating system which allows multiple users
to log in and use the computer. Normal users are not normally allowed to edit files in other
users' folders or any of the system files.
using the
sudo
command before the program you want to run.
More information in:
https://www.raspberrypi.org/documentation/linux/usage/root.md
Set Up A Root User
To change ordinary user into root user on the terminal, you need to setup up a password
for the user by entering the following command in the terminal of the RPi:
sudo passwd root
Enter the passwd twice, as shown below:
program is needed to download and install a lot of applications and
could not fix. Then you must set up a raspberry pi yourself, by
(Note that the commands entered here must be in
Install Python3.7 in the PC
Set Up a Raspberry
You can run commands as the
www.adeept.com
Pi.
directly.
root
user by
13
Need help?
Do you have a question about the RaspArm and is the answer not in the manual?