学习了网上的一些资料,自己试着摸索了一下,整理出这篇文章。
不当之处,还请大家批评指正。谢谢。
重要的参考资料有:
http://raspberrypi.stackexchange.com/questions/192/how-do-i-cross-compile-the-kernel-on-a-ubuntu-host
http://blog.csdn.net/xdw198582...
分类:
系统相关 时间:
2015-03-08 13:03:08
阅读次数:
236
原文连接:http://www.raspberrypi-spy.co.uk/2014/08/how-to-reset-a-forgotten-raspberry-pi-password/大致过程是这样的:1、首先将sd卡从树莓派取出,2、在另一台电脑上,修改初始化进程为bin目录下的sh;3、然后插...
分类:
其他好文 时间:
2015-01-23 13:08:52
阅读次数:
1276
http://raspberrypi.diandian.com/post/2013-02-25/40048470423http://blog.csdn.net/lincyang/article/details/42647621http://aaronchiang.logdown.com/blog/2...
分类:
其他好文 时间:
2015-01-17 17:46:46
阅读次数:
149
RaspberryPi可以折腾的方法很多,我将会吧自己的折腾经验与大家分享。作为无线路由器,需要提供dhcp的功能和无线ap的能力,我们分别通过isc-dhcp-server和hostapd这两个软件来实现,网卡间转发直接通过iptables定义nat规则来实现。安装dhcp服务和ap热点服务[py...
分类:
Web程序 时间:
2014-12-29 11:54:17
阅读次数:
243
http://www.raspberrypi.org/forums/viewtopic.php?f=36&t=19120http://wireless.kernel.org/en/users/Documentation/hostapd (hostapd Linux documentation pag...
分类:
Web程序 时间:
2014-12-28 10:24:26
阅读次数:
145
目前,树莓派引脚编号方式有三种:
1,基于引脚的物理位置进行编号;
2,C语言GPIO库wiringPi约定的编号方式;
3,Python语言GPIO库BCM.GPIO约定的编号方式。...
分类:
其他好文 时间:
2014-12-11 15:57:39
阅读次数:
223
mac下在将镜像写入sd卡中出现如下情况dd: invalid number '4m'error,解决方法来自http://www.raspberrypi.org/documentation/installation/installing-images/mac.mde.g.sudo dd bs=1m...
分类:
系统相关 时间:
2014-11-15 23:12:01
阅读次数:
878
大概这篇博文发表之后,应该算是我个人的第一篇翻译作品了,翻译的可能不是很到位,望各位看管大刀砍过来。
原文链接:http://resin.io/blog/docker-on-raspberry-pi-in-4-simple-steps/
以下是文章正文部分
更新:我们已经放出了ARM下Docker 0.7.2,点击阅读更多
一周以前,我们放出了树莓派上安装D...
分类:
其他好文 时间:
2014-10-26 18:26:20
阅读次数:
507
如何产看树莓派cpu温度: cat?/sys/class/thermal/thermal_zone0/temp 这个值除以1000,就是实际CPU温度 pi@raspberrypi?~?$?cat?/sys/class/thermal/thermal_zone0/temp
30399 温度是30.399度。我给树莓派加...
分类:
其他好文 时间:
2014-09-24 12:49:37
阅读次数:
174
安装apt-get install tightvncserver tightvnc-java启动vncserver -name vnc_raspi -depth 24 -geometry 800x600 -httpport 9001 :1-name vnc_raspi 桌面名字,这个参数非必要-de...
分类:
Web程序 时间:
2014-09-18 14:36:43
阅读次数:
294