Chinaunix首页 | 论坛 | 博客
  • 博客访问: 15502202
  • 博文数量: 2005
  • 博客积分: 11986
  • 博客等级: 上将
  • 技术积分: 22535
  • 用 户 组: 普通用户
  • 注册时间: 2007-05-17 13:56
文章分类

全部博文(2005)

文章存档

2014年(2)

2013年(2)

2012年(16)

2011年(66)

2010年(368)

2009年(743)

2008年(491)

2007年(317)

分类: LINUX

2008-03-04 10:31:31


u-boot的mkimage工具生成

1>下载u-boot:
下载地址:ftp://ftp.denx.de/pub/u-boot/
2>include/configs/xxxx.h是一些默认的配置文件
所以执行
make xxxx_config
比如
include/configs/at91rm9200dk.h
那么执行
make at91rm9200dk_config
比如
include/configs/mecp5200.h
那么执行
make mecp5200_config
3>make就ok了,当然arm-linux-gcc编译器需要先装好

然后tools目录下的mkimage.c文件就能生成mkimage可执行文件进行文件切割组合了(gliethttp_20080304)

阅读(4072) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~