Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rfriends/rfriends_raspberrypi
https://github.com/rfriends/rfriends_raspberrypi
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rfriends/rfriends_raspberrypi
- Owner: rfriends
- Created: 2024-12-15T01:39:02.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2025-01-06T13:18:58.000Z (18 days ago)
- Last Synced: 2025-01-06T13:33:10.202Z (18 days ago)
- Language: Shell
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
raspberrypi用のrfriends3のインストール方法です。
メモリが少ない等、主に非力な機種やNO DESKTOP用です。
Bullseye
![bbulls](https://github.com/user-attachments/assets/b70bfbd6-53d4-4ff8-9e96-c73969b3fde8)
Bookworm
![book](https://github.com/user-attachments/assets/8fe74637-4cb6-44ca-863d-e07c685ab105)
1. 純正のimagerを使用してmicroSDを作成する。
https://www.raspberrypi.com/software/
2. microSDをraspberrypiにセットし起動する。
初回起動時は領域拡張を行うのでmicroSDのサイズによっては時間がかかります。
緑のランプが点滅から点灯になるのを待ってください。
4. sshでraspberrypiにアクセスする。
ホスト名 myrf3、ユーザ名 rpiuserの場合、
ssh rpiuser@myrf3
でアクセスできます。
5. システムを最新にし、gitアプリをインストールする。
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install git -y
6. セットアップシェルを実行する。
cd ~/
rm -rf rfriends_raspberrypi
git clone https://github.com/rfriends/rfriends_raspberrypi.git
cd rfriends_raspberrypi
sh rfriends_raspberrypi.sh
7. raspberrypiを再起動する。
sudo reboot
8. Webブラウザを使用してrfriendsにアクセスする。
http://xxx.xxx.xxx.xxx:8000
rfriends3イメージからのインストール簡易版は以下を参照ください。
https://github.com/rfriends/rfriends_raspberrypi/wiki