托rock的福,跟風敗了個Raspberry Pi,(破手機照的,還可以吧 ^_^),安裝配置如下:
第一步:灌操作系統(tǒng)
準備個SD大卡,至少2G,下載對應的系統(tǒng)鏡像(我下的2012-07-15-wheezy-raspbian.zip)
串口連接Raspberry Pi
先看一下接口定義
找個USB轉TTL的小板子,GND接地,R接T,T接R,USB接電腦,
打開串口調試軟件,或者使用新版的PUTTY,設置波特率等參數:
另:如果忘了密碼,使用串口連上后,直接root就能登錄。

第一步:灌操作系統(tǒng)
準備個SD大卡,至少2G,下載對應的系統(tǒng)鏡像(我下的2012-07-15-wheezy-raspbian.zip)
Raspbian “wheezy”
If you’re just starting out, this is the image we recommend you use. It’s a reference root filesystem from Alex and Dom, based on the Raspbian optimised version of Debian, and containing LXDE, Midori, development tools and example source code for multimedia functions.
Torrent | 2012-07-15-wheezy-raspbian.zip.torrent |
Direct download | 2012-07-15-wheezy-raspbian.zip |
SHA-1 | 3947412babbf63f9f022f1b0b22ea6a308bb630c |
Default login | Username: pi Password: raspberry |
Arch Linux ARM
Arch Linux ARM is based on Arch Linux, which aims for simplicity and full control to the end user. Note that this distribution may not be suitable for beginners.
Torrent | archlinuxarm-13-06-2012.zip.torrent |
Direct download | archlinuxarm-13-06-2012.zip |
SHA-1 | 8ca812dfb7f68156869a59a2c511d3eccd118da0 |
Default login | Username: root Password: root |
QtonPi
QtonPi is an Embedded Linux platform plus SDK optimized for developing and running Qt 5 Apps on Raspberry Pi. More information is available here.
Torrent | qtonpi-0.2.tar.bz2.torrent |
Direct download | qtonpi-0.2.tar.bz2 |
SHA-1 | 665b6ccf59ccbd4c38827f5554aa823302730a04 |
Default login | Username: root Password: rootme |
Windows下使用 Win32DiskImager 把解壓縮后的img文件燒錄到SD卡,記得別選錯分區(qū)。
第二步:連接硬件
連上USB鍵盤,使用HDMI連接顯示器,家里沒顯示器,沒電視,公司的顯示器沒有HDMI接口,只有悲催的DisplayPort接口,85大洋買了個轉接頭,依然沒點亮,悲劇悲劇。。。回家翻出山寨投影儀,接上HDMI,使用輸出5V/1A的miniUSB當電源(不要用電腦口輸出當電源),上電,成功點亮。(后來才知道用串口可以不用接顯示器,詳見下文)
第二步:連接硬件
連上USB鍵盤,使用HDMI連接顯示器,家里沒顯示器,沒電視,公司的顯示器沒有HDMI接口,只有悲催的DisplayPort接口,85大洋買了個轉接頭,依然沒點亮,悲劇悲劇。。。回家翻出山寨投影儀,接上HDMI,使用輸出5V/1A的miniUSB當電源(不要用電腦口輸出當電源),上電,成功點亮。(后來才知道用串口可以不用接顯示器,詳見下文)



串口連接Raspberry Pi
先看一下接口定義
http://elinux.org/RPi_Low-level_peripherals

找個USB轉TTL的小板子,GND接地,R接T,T接R,USB接電腦,

打開串口調試軟件,或者使用新版的PUTTY,設置波特率等參數:
• Speed: 115200
• Bits: 8
• Parity: None
• Stop Bits: 1
• Flow Control: None
• Bits: 8
• Parity: None
• Stop Bits: 1
• Flow Control: None


另:如果忘了密碼,使用串口連上后,直接root就能登錄。
Rx-->TX
Gn-->Gn
是這樣接嗎?
對,即使接錯也沒事,不會燒掉的。
屏幕接電沒