(1) 到 Raspberry Pi 官方網站抓取最新的影像檔案
https://www.raspberrypi.org/downloads/
我是抓 RASPBIAN 這個版本,他相當於 debian 的 wheezy 版本
Download: http://downloads.raspberrypi.org/raspbian_latest
抓好後解壓縮會得到一個 image 檔,可以使用 windows 的 image 工具寫入到 SD 卡內。
官方建議 windows 使用:http://sourceforge.net/projects/win32diskimager/ 來寫入,
(2) 完成後
把線路接好, SD 卡插入機器後準備登入。
如果你和我一樣,沒有螢幕可以找台 AP 透過 AP 界面知道 PI 自動取得的 IP ,再使用 SSH 登入就可以了。
PI 預設帳密:
帳號:pi
密碼:raspberry
可以用 sudo 轉換為 root
(3) 使用 ssh 登入系統:
mtchang@debian:~$ ssh pi@192.168.1.191
pi@192.168.1.191's password:
Linux raspberrypi 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l
The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
NOTICE: the software on this Raspberry Pi has not been fully configured. Please run 'sudo raspi-config'
# 第一次使用 raspi-config 設定系統的環境
pi@raspberrypi ~ $ sudo raspi-config
Rasperry Pi 設定界面,可以透過文字模式快速設定這個 Linux 環境。
(4) 接下來,就可以開始玩了!!!
沒有留言:
張貼留言