Setup: Initial minipupper - Toby-eaaa/Mini_Pupper_eaaa GitHub Wiki
Initial minipupper system config
It's important to start early in the morning!
Download this guide in PDF-form.
Make sure you have the necessary equipment:
- Mini-hdmi to hdmi adapter
- RPI 4 psu
- 5W battery charger
- Mouse/keyboard
- Monitor
- Minipupper robot
- micro-SD card
-
Plug in and turn on your mini-pupper. Password is "mangdang"
-
Change hostname for easy SSH communication:
-
Press the [Super] (windows) key on your keyboard and type in "settings" and press enter
-
Navigate to the submenu "Sharing" and change the computer name.
-
Enable "remote login" and "remote desktop". It should look roughly like this:
-
-
Set location, keyboard format and date&time.
- Reboot the Raspberry Pi.
-
Enable X forwarding:
-
Press [CTRL] + [ALT] + [T] on your keyboard to bring up the terminal
-
Enter:
sudo ln -s /home/ubuntu/.Xauthority /root/.Xauthority
This bridges the host files for user and root.
-
Enter:
xhost +
this enables access from any external client.
-
-
Network access:
-
In the top right corner of the desktop, click "select wireless network"
-
When it asks, type in the relevant password.
-