46
Software Related
i.
Download and Install Raspbian on a TF Card
If you've already installed the Raspbian system, please skip this step.
Search out the installation guide for Raspbian on the Raspberry Pi website at
https://www.raspberrypi.org/downloads/
. Then download the Raspbian to your TF
card and install it.
After the installation, you may need some basic settings for the Raspberry Pi. Check
out the guide for the setting on our website
www.sunfouner.com
.
ii.
Get Source Code
a)
Download the source code directly from Github to your Raspberry Pi.
cd ~
git clone https://github.com/sunfounder/Sunfounder_Smart_Video_Car_
Kit_for_RaspberryPi.git
Or,
If your Raspberry Pi is not connected to the Internet, download the file
Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi.tar.gz
on our website.
- For Linux
Unplug the TF card and connect it with the computer with a card reader.
Then
copy
the
file
Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi.tar.gz
to
the
directory
/home/pi
.
- For Windows
Since files in EXT2/3/4 format of Linux cannot be read or written under
Windows, and the car needs to be controlled in Linux, we strongly suggest
you install a virtual machine of Linux for the convenience of development
on the Raspberry Pi.
Then, run the code to extract:
tar xvfz Sunfounder_Smart_Video_Car_Kit_for_RaspberryPi.tar.gz
a)
Download the source code directly from Github to your Linux.
Open a terminal in your Linux. Download
git
:
For Ubuntu/Debian:
sudo apt-get install git