爱莉清
发布时间:2014-11-09 11:27:25
#include <linux/module.h>#include <linux/kernel.h>#include <linux/fs.h>#include <linux/init.h>#include <linux/delay.h>#include <asm/uaccess.h>#include <asm/irq.h>#include <asm/io.h>#include <asm/arch/regs-gpio.h>#include <asm/hardware.h>/*use to creation a Device Nodes*/static struct cl.........【阅读全文】
发布时间:2014-11-08 10:47:14
构建根文件系统第一件事情当然是编译busybox、这里选用的版本是busybox-1.7.0一、编译busybox:1. 配置编译busybox,首先解压busyboxtar xjf busybox-1.7.0.tar.bz2 2. 打开Makefile文件对交叉编译工具进行配置vi makefile/CROSS_COMPILE 搜索关键字然后.........【阅读全文】
发布时间:2014-11-08 10:45:27
ifconfig eth0 up 启动网卡。 ifconfig eth0 192.168.1.119 (修改ip的方法)1.先从flash上启动根文件系统,再用命令挂接NFS a. 服务器允许目录可被挂接 b. 单板去挂接。c. 进入.........【阅读全文】