树莓派RaspberryPi安装
多系统安装
berryboot官方网站http://www.berryterminal.com/doku.php/berryboot下载berryboot-***.zip
下载zip文件后解压到格式化好的sd卡就可以 接网 接电运行了
由于一张SD卡安装多个操作系统,文件系统有Berryboot接管,Berryboot会根据启动的操作系统的不同,自动挂载文件系统,所以,debian在进行raspi-config的时候不要选择“expand_rootfs”,因为Berryboot已经为你做好了。当然,如果选择了也问题不大,会在启动的时候多出一条错误信息而已。
系统更新
sudo apt-get update
sudo apt-get upgrade
远程协助
sudo apt-get install xrdp
安装Qt开发环境
sudo apt-get install qt4-dev-tools
sudo apt-get install qtcreator
打开qtcreator后配置一下编译环境就可以 了,具体操作如下:
option > build & run > toolchain > add //添加编译器,选择地址
gcc: /usr/bin/arm-linux-gnueabihf-gcc-4.6 //其实是软连接
gdb: /usr/bin/gdb
然后 “应用” “确定” 重新打开配置环境,
option > build & run > Qt version
会自动添加的。如果没有就手动添加一个qmake
qmake: /usr/bin/qmake-qt4
更换源
各地源列表:http://www.raspbian.org/RaspbianMirrors
sudo nano /etc/apt/sources.list
sudo apt-get update
sudo reboot
常用软件安装
sudo apt-get install arduino
常用软件的使用
omxplayer -o hdmi xx.mp3