发布时间:2014-07-08 22:45:26
虚拟机上安装了一个Ubuntu 9.10,要使用Putty远程连接,所以要安装openssh-server。 当然如果能上网,直接使用如下命令安装即可:sudo apt-get install openssh-server ,如果有必要再安装 openssh-client。 我的虚拟机的host主机不能上网,所以只能手工安装了。 先用能上网的机器下载:zlib-1.2.5..........【阅读全文】
发布时间:2014-07-08 10:26:21
1.设置环境变量export PATH=`pwd`/gcc-linaro-arm-linux-gnueabihf-4.8-2014.03_linux/bin/:$PATH2.解压lzo-2.08.tar.gz3.配置lzo-2.0 ./configure --prefix=/root/work_install/ CC=arm-linux-gnueabihf-gcc --host=arm-linux-gnueabihf4.编译安装make&&make install5.解压lzop-1.03.tar.gz6.配置./confi.........【阅读全文】
发布时间:2014-07-07 18:05:38
1. ps 监视进程ps auxUSER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot  .........【阅读全文】
发布时间:2014-07-04 11:12:06
Contents [hide]1 Building U-Boot for the BBB2 The list of commands3 The environment4 Simple informational commands4.1 version.........【阅读全文】
发布时间:2014-07-04 10:55:45
这篇文章展示如何在BBB平台上编写LED驱动程序,本文的程序是根据国嵌S3C2440的LED驱动的例子并结合内核中OMAP系列的gpio操作来改的。本文中的程序包括驱动程序模块和用户空间程序。废话不多说,先贴程序出来吧。/****************************************************am3359_leds_misc.c*******************.........【阅读全文】