RasPi 3
2016年9月8日
下午 10:21
Install
Setup
- 準備
- Noobs無法使用圖形擴展SD卡,Raspbian 才可以使用系統圖形擴展SD卡
- 最好MircoSD 要8G C10以上
- RasPi 3b 系統裝機不慢, 操作RasPi 3b XWindows介面的話會比較慢卡卡的
- RasPi 硬體 裝機USB鍵盤滑鼠, HDMI to VGA 螢幕線, Micro SD 卡 16G, Mirco usb
cable 5V / 2.4A and PowerSuppert, Net Cable to InterNet .
- 裝完後就不需要這麼多東西,只要接電源和網路線就好,如果WIFI是設定固定的,那網路線也可以不接
- WIFI訊號,並非很好,距離AP遠的話需要外接天線
- RasPi有外殼最好, 沒有需要小心別接觸到短路
- Software Download
後需要Win32DiskImager 和 Sdformater (https://www.sdcard.org/cht/downloads/formatter_4/)
- 使用SDFormatter 將你的Micro SD卡format
- 準備 有支援SSH Client的程式 Putty ,Xshell(需要費用和有Free版,功能強大) , SecureCRT(需要授權費用,功能強大)
- 注意資料刪除後資料完全沒有所以自行小心, 另外 format 後的SD卡 如果不退出的話, 在寫入會有問題,所以我是完成後使用右下角 USB碟的退出功能將SD卡退出, 請注意要完全退出要看不到SD卡,然後拔出在插入一次,這樣待會寫入 IMAGE時才會正常.
- 需要解壓所軟體 (7-Zip or 其他 RAR等軟體)
- 5V 供電系統最好有2A以上能力,系統穩定度較高,太低無法啟動
- RasPi 3B網卡 是100Mbs Wifi 2.4G頻道 , 藍芽距離10公尺就不穩定了
- 開始
- Download
RasPibian Image (from RaspBerry Pi網站 https://www.raspberrypi.org/downloads/ )
- 使用的Noobs強大可以多選擇,但卻無法使用系統程式的擴展SD方式,需要對Linux系統了解才有辦法,
- Download
NooBs V1.9.2(版本號次會變)
- 將download後的File解壓縮放在一個目錄 如: D:\download\noobs
v1.9.2\
- 將經過SDFormatter格式化過的SD卡 插入SD槽中,並打開此磁碟(在Windows中)
- Copy
\Noobs\*.* to SD 碟 以右下角USB碟 退出方式退出SD卡
- 將SD插入 RasPi準備開機
- 使用RASPIBIAN IMAGE 方式
- Download
Image (Image為壓縮檔 請自行解壓)(解壓縮後檔案為ISO檔)(推薦此種)
- 使用Win32DiskImager 將RASPIBIAN ISO 寫入 SD卡
- 完成後 使用右下角USB SD退出方式退出SD
- 將SD卡插入RasPi中
SSH default Login Name : pi Password : raspberry
Sudo raspi-config << raspi Config
Sudo apt-get install vim -y << install vim (類似vi軟體好用) , -y (遇到問題直接是Y選項)
Sudo vim /etc/apt/sources.list <<以vim來編輯來源檔 sources.list
/etc/apt/sources.list << Raspi的來源檔 封裝來源檔
[insert]鍵 插入編輯模式
在最上方 insert 插入 如下
<< 台灣國家高速網路中心
Wheezy <<這個是版本
20160908 用的是 jessie
(將wheezy change to jessie)
[esc] <<離開編輯
:wq
<<寫入檔案並離開 w寫入 , q離開
Sudo apt-get update <<更新套件
Sudo apt-get upgrade -y
<<升級套件 (時間會很久)
Sudo rpi-update << Raspi 更新firmware
Sudo reboot
下方為字形安裝
sudo apt-get install
ttf-wqy-microhei ttf-wqy-zenhei xfonts-wqy
Sudo apt-get install tightvncserver -y <<Reomte Xwindows Server
Vncserver
<<< Start
vncserver and setup login password
Vncserver
<< menu start vncserver (if use vnc client ip xx.xx.xx.xx:1(or 2 3 4 )
執行第一次為 1,第二次為2 以此類推
使用VNC CLIENT IP後面所帶的 如:192.168.1.111:1(2)
安裝 Nagin Web Server and PHP Serivce
Install arduino to raspi
<< Arduino IDE開發套件
sudo apt-get install arduino arduino-mk -y