Skip to content

Commit

Permalink
Merge branch 'main' of github.com:bubl-ai/bubl-ai.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
Santiago Olivar committed Apr 26, 2024
2 parents c1b24ad + 984933e commit 1fd22f7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _posts/2024-02-10-Raspberry-Pi-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ categories: [Raspberry Pi, Setup]
## Why Start from Scratch?
Starting from scratch is like starting a video game on easy mode – it's the best way to learn, have some fun, and maybe break a few things along the way - because let's be real, that's where the real learning happens!

I recently got my hands on the shiny new RPi 5 and thought, "Why not turn this setup into a fun experience to share with all of you?" So here we are, diving into the setup needed to kickstart your AI projects on the Raspberry Pi.
I recently got my hands on the shiny new RPi 5 and thought, "Why not turn this setup into a fun experience to share with all of you?" So here we are, diving into the setup needed to kickstart your AI projects on the RPi.

## What you will learn here:

1. Connect to your RPi using SSH or VNC
2. Install Docker
3. Install VSCode and relevant extensions
4. Connect to GitHub with SSH
5. Increase swap in your Device


## 1. Connect to your RPi using SSH or VNC
Expand Down Expand Up @@ -89,6 +90,9 @@ Relevant Extensions to install:
+ Test your connection, `ssh -T [email protected]`
+ Now you can clone your repo, `git clone [email protected]:[username]/[repo_name][^fn-nth-5]

## 5. Increase swap
Working with VSCode and Docker together may be demanding for the RPi. While working on both I have found several problems where the VSCode window crashes and stops working. I found that a good solution to avoid is is by increasing the swap size. I am still testing this approach and I am not entirely aware of the full impact of doing this, so please do this with caution. [This page](https://pimylifeup.com/raspberry-pi-swap-file/) shows how to increase the swap in a few steps.

## References
[^fn-nth-2]: https://stackoverflow.com/questions/66875411/
[^fn-nth-3]: https://help.realvnc.com/hc/en-us/articles/360002249917-VNC-Connect-and-Raspberry-Pi#transferring-files-to-and-from-your-raspberry-pi-0-6
Expand Down

0 comments on commit 1fd22f7

Please sign in to comment.