Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4134027
  • 博文数量: 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。
阅读(16975) | 评论(34) | 转发(3) |
给主人留下些什么吧!~~

chinaunix网友2010-11-04 20:14:56

-Map u-boot.map -o u-boot arm-linux-ld: ERROR: cpu/arm920t/s3c24x0/libs3c24x0.a(interrupts.o) uses hardware FP, whereas u-boot uses software FP arm-linux-ld: failed to merge target specific data of file cpu/arm920t/s3c24x0/libs3c24x0.a(interrupts.o) arm-linux-ld: ERROR: cpu/arm920t/s3c24x0/libs3c24x0.a(speed.o) uses hardware FP, whereas u-boot uses software FParm-linux-ld: failed to merge target specific data of file cpu/arm920t/s3c24x0/libs3c24x0.a(speed.o) arm-linux-ld: ERR

zhaixingchen2010-06-14 15:53:16

博主您好,我按您的步骤移植完了,可是make后报了很多网卡驱动ne2000.c 和ne2000.h中的错误,ne2000.c:1: warning: target CPU does not support interworking In file included from ne2000.c:126: ne2000.h:46: error: expected identifier or '(' before '--' token ne2000.h:47: error: stray '##' in program ne2000.h:47: error: stray '##' in program ne2000.h:47: error: stray '##' in program ne2000.h:47: error: stray '##' in program ne2000.h:48: error: stray '##' in program ne2000.h:48: error: stray '##' in program ne2000.h:48: error: st

mijianbin20082010-01-03 23:27:24

s-32 -Wall -Wstrict-prototypes -c -o nand_legacy.o nand_legacy.c nand_legacy.c: In function `NanD_Command': nand_legacy.c:287: warning: unused variable `nandptr' nand_legacy.c: In function `NanD_Address': nand_legacy.c:334: error: `ADDR_COLUMN_PAGE' undeclared (first use in this function) nand_legacy.c:334: error: (Each undeclared identifier is reported only once nand_legacy.c:334: error: for each function it appears in.) nand_legacy.c: In function `NanD_ReadBuf': nand_legacy.c:533: warn

yel6172009-11-20 11:56:49

楼主能不能找找看啊 把你的uboot给我发个啊 最好把源码也给发个来看看啊 yelei8307@163.com

chinaunix网友2009-11-10 23:12:47

您好! 很感谢博主的分享! 我是一个学生,正在为博创的UP-NETARM2410S移植u-boot,我按照您的文章编译出来的u-boot.bin用sjf2410-s.exe烧写到板里面后重新启动板是串口没有任何信息输出,也ping不同。 请问会是什么原因啊? 谢谢! 如果可以的话可不可以发博主做的u-boot让我烧到板里试试 我的邮箱是junoxm@163.com