generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:bubl-ai/bubl-ai.github.io
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|