arm-linux

http://armboard.taobao.com/

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

2010年6月22日

摘要: Led.h hardware/modules/include/Mokoid#include <hardware/hardware.h>……….struct led_module_t {struct hw_module_t common;};struct led_control_device_t {struct hw_device_t common;/* supporting control APIs go here */int (*set_on)(struct led_control_device_t *dev, int32_t led);int (*set_off)(struct 阅读全文
posted @ 2010-06-22 17:09 arm-linux 阅读(307) 评论(0) 推荐(0)

摘要: 详细步骤如下:[实际操作中, 按照蓝色标记出的命令顺序执行即可! 建立起整个环境可能要花费4-6个小时!]1. 下载并安装需要使用的软件打开ubuntu终端,使用"sudoapt-get install" 命令来在线安装需要使用的软件,待安装的软件有flex,bison,gperf,libsdl-dev,libesd0-dev,libwxgtk2.6-dev,build-essential,curl,git...输入命令:$ sudo apt-get installgit-core gnupgsun-java5-jdkflex bison gperflibsdl-dev l 阅读全文
posted @ 2010-06-22 16:44 arm-linux 阅读(304) 评论(0) 推荐(0)