现在经一天的乱捣鼓,手上的pi才不愧为“电脑”。。。。
在此首先多谢本坛网友:topzdx
我下载的是 Raspberry Pi 官方推荐的
Debian “squeeze” ,是定制版。 在Win7~64上用
Win32
Disk Imager 将下载解压出来的img文件写进了SD卡里,
写入时的所引用img文件路径不能有
。
登录帐号:用户名:
pi 密码是:
raspberry
进入图形界面:startx
1.
在终端更新源:
sudo apt-get update
安装中文字库:
sudo apt-get install ttf-wqy-microhei
3
更改中文语言界面
sudo dpkg-reconfigure locales
用空格键勾选 “zh
CN” 相关的几个重要的(具体哪些可自行判断),确保 “**zhCN.UTF-8
” 被选中,确认默认local时选“zh_CN.UTF-8**”
4. 给
Raspberry Pi安装输入法
sudo apt-get install scim
sudo apt-get install scim-tables-zh
sudo apt-get install scim-pinyin
5. 激活音频设置
首先是给黄色视频接口旁的黑色音频接口接上耳机,
但是Raspberry Pi 默认是没有声音的,需要安装
alsa驱动,可以去了解一下这篇 「
Sound does not work at all,
or in some applications」,具体的操作和测试方法是:
sudo apt-get install alsa-utils
sudo modprobe snd_bcm2835
sudo aplay /usr/share/sounds/alsa/Front_Center.wav
sudo amixer cset numid=3 0
如果系统用的是Debian,可以继续试试:
cd /opt/vc/src/hello_pi/hello_audio
make
./hello_audio.bin
./hello_audio.bin 1
来自/hello_pi的彩蛋?
其实也不一定算是彩蛋,但是如果没有发现这个地方还真不知道有这么些玩意儿。
cd /opt/vc/src/hello_pi/
你会发现好几个目录,进去编译执行,会有发现。
6. 在
Raspberry Pi使用
U盘
不能直接使用,需要用命令挂载USB设备:
sudo mount /dev/sda1 /mnt/usb
如果要卸载: