Chinaunix首页 | 论坛 | 博客
  • 博客访问: 189762
  • 博文数量: 24
  • 博客积分: 261
  • 博客等级: 二等列兵
  • 技术积分: 306
  • 用 户 组: 普通用户
  • 注册时间: 2012-10-29 08:25
文章存档

2015年(1)

2014年(1)

2013年(15)

2012年(7)

发布时间:2013-01-17 12:20:42

  1.关于 tty图形模式网上已有现成的开源代码库:SVGALib2.移植 SVGALib ( Ubuntu 环境 )2.1 下载开源代码https://launchpad.net/ubuntu/+source/svgalib/1:1.4.3-30svgalib_1.4.3.orig.tar.gzsvgalib_1.4.3-30.debian.tar.gzsvgalib_1.4.3-30.dsc2.2 解压、打补丁tar xzf svgalib.........【阅读全文】

阅读(5025) | 评论(0) | 转发(1)

发布时间:2013-01-16 14:15:37

1. 制作交叉编译工具tar xjf freetype-2.4.10.tar.bz2./configure --host=arm-linuxmakemake DESTDIR=$PWD/tmp install  // ($PWD 代表当前目录) cd /tmp  会生成 usr 目录/*一般查找安装到那个库的方法*/(1)echo $PATH (2)find -name include  (查头文件)   find -name stdio.h.........【阅读全文】

阅读(5773) | 评论(2) | 转发(1)

发布时间:2013-01-13 11:11:14

启动新内核出现下面信息:   VFS: Unable to mount root fs via NFS, trying floppy.VFS: Cannot open root device "nfs" or unknown-block(2,0): error -6Please append a correct "root=" boot option; here are the available partitions     我出错的原因是:网卡驱动没有移植好......【阅读全文】

阅读(6143) | 评论(0) | 转发(0)

发布时间:2013-01-13 10:58:45

移植YAFFS文件系统:  (linux-3.4.2内核)   1.git clone git://www.aleph1.co.uk/yaffs2  //用此获得yaffs2源码包   1.1 解压源码包   2. 打补丁 cd yaffs-dir./patch-ker.sh  c m linux-tree   比如 ./patch-ker.sh c m /work/system/linux-3.4.2     3. 配置内核支持YAFFS-> File systems......【阅读全文】

阅读(3583) | 评论(0) | 转发(1)

发布时间:2013-01-13 10:54:41

启动新内核出现错误:Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000004     解决办法:重新配置内核支持EABI   make menuconfig Kernel Features  --->     [*] Use the ARM EABI to compile the kernel     [*]   Allow old ABI binaries to run with this ......【阅读全文】

阅读(16342) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册