Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4115276
  • 博文数量: 241
  • 博客积分: 15936
  • 博客等级: 上将
  • 技术积分: 25293
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-27 11:22
个人简介

Fedora-ARM

文章分类
文章存档

2016年(3)

2014年(1)

2013年(3)

2012年(50)

2011年(61)

2010年(26)

2009年(27)

2008年(21)

2007年(49)

分类: LINUX

2007-10-29 22:53:29

移植U-Boot.1.2.0
到博创2410-S(S3C2410A)
 
大四我为了学习ARM-Linux,购买了北京博创的UP-NETARM2410-S,由于毕业设计没有时间,我一直使用原配的vivi和Linux2.4.18内核。现在终于利用做项目的机会好好从头开始研究ARM-Linux构架。第一步就是移植Bootloader,我选择了U-Boot,因为它通用性好,而且支持tftp和nfs。
阅读(16900) | 评论(34) | 转发(3) |
给主人留下些什么吧!~~

milkmilk2008-04-15 11:13:50

[hek@localhost u-boot-1.2.0]$ make hhek2410_config make: arm-linux-gcc:命令未找到 Configuring for hhek2410 board... [hek@localhost u-boot-1.2.0]$ make CROSS_COMPILE=arm-9tdmi-linux-gnu- for dir in tools examples post post/cpu ; do make -C $dir _depend ; done make[1]: Entering directory `/home/hek/haha/yizhiuboot/u-boot-1.2.0/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/home/hek/haha/yizhiuboot/u-boot-1.2.0/tools' make[1]: Entering directory `/home/hek/haha/yi

kamiuouc2008-03-24 21:15:34

我用的是uboot1.1.4的版本,s3c2410 dm9000编译提示错误: flash.c:113: undefined reference to `flash_protect' flash.c:118: undefined reference to `flash_protect' make: *** [u-boot] 错误 1 请你帮忙啊,谢谢!

chinaunix网友2008-01-09 16:37:35

上个问题解决了,可还是有错误,报错如下: common/libcommon.a(env_nand.o): In function `saveenv': /home/freedom/Desktop/uboot/u-boot-1.2.0/common/env_nand.c:212: undefined reference to `nand_info' make: *** [u-boot] Error 1 看了上面的解答,知道应该是nor flash的问题,nor flash删除了一些什么内容呢?我再看一下

chinaunix网友2008-01-08 12:04:50

我完全按照你的方法修改uboot1.2.0,gpio和内存地址分配参考开发商提供的bootloader 编译时保错,主要原因是在修改中删除了很多define,很多东西都没有定义了 flash.c: In function 'flash_init': flash.c:64: error: 'CFG_MAX_FLASH_BANKS' undeclared (first use in this function) flash.c:64: error: (Each undeclared identifier is reported only once flash.c:64: error: for each function it appears in.) flash.c:67: error: 'flash_info' undeclared (first use in this function) flash.c:75:2: error: #error "Unknown flash configured" flash.c:77: error: 'PHYS_FLASH_SIZE'