21 lines
521 B
Markdown
21 lines
521 B
Markdown
HeHe Hansen - Rover - RPI
|
|
=========================
|
|
|
|
raspberry pi 3
|
|
camera module
|
|
gprs/gps module
|
|
|
|
## systeme
|
|
install Arch Linux ARM systeme on rpi following these how to : https://archlinuxarm.org/platforms/armv8/broadcom/raspberry-pi-3
|
|
|
|
connect to rpi through ssh
|
|
|
|
make updates : ```pacman -Syyu```
|
|
|
|
install git : ```pacman -S git```
|
|
|
|
clone this repos : ```git clone -o guime https://g-u-i.me/gogs/bachir/hehe-rover.git ```
|
|
|
|
## camera module
|
|
https://wiki.archlinux.org/index.php/Raspberry_Pi#Raspberry_Pi_camera_module
|