====== Beaglebone Black ====== ## BBB 开发相关资源链接 _-- by 付继新_ * 芯片的工作原理感兴趣,你甚至可以在TI官网上下载到一本4000多页的详细手册。(参考 [http://www.ti.com/tool/BEAGLEBK](http://www.ti.com/tool/BEAGLEBK) 和 [http://www.ti.com/product/am3359](http://www.ti.com/product/am3359)) * 软硬件统统开源:(参考 [http://circuitco.com/support/index.php?title=BeagleBoneBlack](http://circuitco.com/support/index.php?title=BeagleBoneBlack)) * 上手参考 [http://beagleboard.org/Getting%20Started](http://beagleboard.org/Getting%20Started) * 含有Beaglebone的技术博客和文章: * [http://circuitco.com/support/index.php?title=BeagleBoneBlack](http://circuitco.com/support/index.php?title=BeagleBoneBlack)(官方wiki必须要先看,最重要的是下载里面的System Reference Manual (PDF),官方用户手册和硬件资料) * [http://derekmolloy.ie/beaglebone/](http://derekmolloy.ie/beaglebone/) (力荐!适合初学者,内容多而且相对基础,而且在YouTube上有视频讲解非常详细) * [http://www.element14.com/community/community/knode/single-board_computers/next-gen_beaglebone/blog](http://www.element14.com/community/community/knode/single-board_computers/next-gen_beaglebone/blog)(这个博客内容相对高级一些,内容也很多,不过向更早翻的话也能找到一些面向初学者的文章) * [http://elinux.org/BeagleBone](http://elinux.org/BeagleBone)(另一个wiki页面,里面介绍得也很详细,关键是包含大量链接可以探索) * [(http://hipstercircuits.com](http://hipstercircuits.com)(个人博客,内有散落的关于BBB的文章,不太好找,但多精品) * [http://beaglebone.cameon.net/home](http://beaglebone.cameon.net/home)(里面Beaglebone的文章比较多,也有为Beaglebone black补充说明的) * [(http://www.armhf.com/index.php/category/beaglebone-black/](http://www.armhf.com/index.php/category/beaglebone-black/)(有几篇入门文章) * [http://makezine.com/projects/make-32/get-started-with-beaglebone/](http://makezine.com/projects/make-32/get-started-with-beaglebone/)(是Beaglebone的上手简介,不是BBB的,看看也无妨) ===== 引脚编号 ===== * {{:public:it:article-2013september-beaglebone-black-brings-arduino-fig3.jpg?direct|}} ===== 嵌入系统 ===== ==== 硬盘IO备忘==== * ''/var/lib/ntp/ntp.drift'' 文件, nptd服务,记录本地时钟频率差异 每小时修改一次, 可在''/etc/ntp.conf''更改; * ''/etc/adjtime'' 文件, hwclock操作会修改此文件; * ''/var/logrotate/status'' logrotate服务所用, 每天修改一次; * ''/etc/fake-hwclock.data'' fake-hwclock所用, 每小时及关机时修改, 用于启动时读取, 所以不能改至tmpfs; * ''/var/lib/monit/state'' monit服务所用, 以monit监测的频率被修改, 可在''/etc/monit/monitrc''配置修改位置至tmpfs; ===== 串口线插法 ===== * {{:public:it:bbb-how-to-connect-serial-line.jpg?direct|by DouZhenKai}}