raspberry pi入手
1. Raspberry Pi 简介
是电脑,也是开发板
2. 基本功能
3. 是小PC,也是开发板
4. 设置
(1). 运行自带的配置工具,sudo raspi-config 这里面可以配置绝大多数功能,如语言、键盘、时区等
(2). 安装ssh,并在raspi-config里enable
(3). 安装vncserver(tightvnc?),安装好之后运行时,运行vncserver即可,访问时,端口为1或者2。。。等
(4).office系列:Abiword和xpdf
(5).中文化,并添加中文输入法
中文化:在locals里边zh相关的选上,在后面选界面时,根据需要。
输入法:依次安装scim, scim-tables-zh,scim-pinyin
(6). 视频播放器:omxplayer
(7). mp3等音频播放器:xmms2。
xmms2 play xx.mp3或者进入xmms2的交互式shell
5. 相关资源
1)硬件介绍:http://elinux.org/RPi_Hardware
2)底层的外围设备的介绍和使用(GPIO等)·:http://elinux.org/RPi_Low-level_peripherals#Code_examples
3)源:http://mirrordirector.raspbian.org/raspbian/
4) Raspberry PI电路图:http://www.raspberrypi.org/wp-content/uploads/2012/04/Raspberry-Pi-Schematics-R1.0.pdf
5) Wiring PI(Raspberry PI上的Ardunio Wiring函数的实现):
https://github.com/WiringPi/WiringPi/
https://projects.drogon.net/raspberry-pi/wiringpi/
6)技术geeker的博客: http://pi.gadgetoid.co.uk
7) 入门教程: http://elinux.org/RPi_Guides
8) 使用raspberry pi上使用USB摄像头并进行网络监控
http://www.shumeipai.net/read.php?tid-434.html
http://www.shumeipai.net/read.php?tid-440.html
英文:http://raspberry-blog.com/general/installing-webcam-on-raspberry-pi/
9)玩转树莓派 http://www.shumeipai.net/read.php?tid-503.html
软件:tightvncserver、chromium-browser