Installing from GitHub
Posted: Sat Mar 25, 2023 12:55 pm
I have just retried installing from GitHub and got a bit further...
First I installed the RPi operating system
https://www.raspberrypi.com/software/ using the Windows download to make the SD card.
I setup the RPi with a HDMI screen and Keyboard/mouse at first, then enabled VNC and setup the WiFi. Then I connected to the RPi via VNC from my Windows PC.
This then means you can have the RPI disconnected from the screen, keyboard and mouse and just have it running in a window on the main PC.
Once this was working I powered down and installed the hardware. Cariboulite onto the 40 way connector.
Powered up again and opened the VNC connection to the RPi.
Opened the Terminal window of the RPi.
On the PC browser opened https://github.com/cariboulabs/cariboulite
Copied and pasted each line from the instructions into the RPi VNC Terminal window and hit return for each line.
mkdir ~/projects
cd ~/projects
git clone https://github.com/cariboulabs/cariboulite
cd cariboulite
Then when it gets to the next line to install I used
./install.sh
(the instructions miss out the ./ )
Once this is running - after you hit return - this installed the software with a few warnings at the end in red.
You then need to do what the warnings say and edit config.sys
You can do this using nano editor by typeing :
sudo nano /boot/config.txt
Then where do you go?
Martin G8LCE
First I installed the RPi operating system
https://www.raspberrypi.com/software/ using the Windows download to make the SD card.
I setup the RPi with a HDMI screen and Keyboard/mouse at first, then enabled VNC and setup the WiFi. Then I connected to the RPi via VNC from my Windows PC.
This then means you can have the RPI disconnected from the screen, keyboard and mouse and just have it running in a window on the main PC.
Once this was working I powered down and installed the hardware. Cariboulite onto the 40 way connector.
Powered up again and opened the VNC connection to the RPi.
Opened the Terminal window of the RPi.
On the PC browser opened https://github.com/cariboulabs/cariboulite
Copied and pasted each line from the instructions into the RPi VNC Terminal window and hit return for each line.
mkdir ~/projects
cd ~/projects
git clone https://github.com/cariboulabs/cariboulite
cd cariboulite
Then when it gets to the next line to install I used
./install.sh
(the instructions miss out the ./ )
Once this is running - after you hit return - this installed the software with a few warnings at the end in red.
You then need to do what the warnings say and edit config.sys
You can do this using nano editor by typeing :
sudo nano /boot/config.txt
Then where do you go?
Martin G8LCE