Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4130209
  • 博文数量: 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:27:13

移植U-Boot.1.2.0到
友善之臂SBC2440V4(S3C2440AL)
本文介绍的uboot已经很旧请到uboot-2009.01获取最新版本代码补丁
 
   公司新买了一块友善之臂的SBC2440V4给我,我自己的博创UP-NETARM2410-S可以搬回家用了。在将U-Boot和Linux移植到我自己的2410-S后,现在开始移植U-Boot和Linux到s3c2440。
阅读(29218) | 评论(74) | 转发(5) |
给主人留下些什么吧!~~

chinaunix网友2008-12-14 21:34:11

第七步中,在uboot1.2.0内核中所描述的这段程序和你贴出来的好像有点出入,不知道是不是我理解的问题,请指正一下~ form u-boot-1.2.0/include/configs/sbc2410x.h #define NAND_MAX_CHIPS 1 #define NAND_WAIT_READY(nand) NF_WaitRB() #define NAND_DISABLE_CE(nand) NF_SetCE(NFCE_HIGH) #define NAND_ENABLE_CE(nand) NF_SetCE(NFCE_LOW) #define WRITE_NAND_COMMAND(d, adr) NF_Cmd(d) #define WRITE_NAND_COMMANDW(d, adr) NF_CmdW(d) #define WRITE_NAND_ADDRESS(d, adr) NF_Addr(d) #define WRITE_NAND(d, adr) NF_Write(d) #define READ_NAND(adr) NF_Read() /* t

chinaunix网友2008-12-14 20:36:58

只检查了8~12步,保证没错。前面太长明天检查。。 希望博主能给点小提示~:)

chinaunix网友2008-12-14 18:43:26

遇到这样的错误 In file included from /home/zebiak/arm/u-boot-test/include/s3c2410.h:69, from interrupts.c:39: /home/zebiak/arm/u-boot-test/include/s3c24x0.h:187: error: conflicting types for 'S3C2410_NAND' /home/zebiak/arm/u-boot-test/include/s3c24x0.h:166: error: previous declaration of 'S3C2410_NAND' was here make[1]: *** [interrupts.o] 错误 1 make[1]:正在离开目录 `/home/zebiak/arm/u-boot-test/cpu/arm920t/s3c24x0' make: *** [cpu/arm920t/s3c24x0/libs3c24x0.a] 错误 2 提示S3C2410_NAND重定义,

cwf1234562008-10-31 11:28:29

楼主实乃高人 小弟新手上路 有个问题 照您的方法做 提示 DRAM: 64MB Flash: 1MB NAND:NAND flash probing at 0x4E000000 ***Warning bad CRC or NAND,using default enviroment In:serial Out:serial Err:serial 我的板子是没nor flash(扬创S2440)的 请问针对我的板子 应该修改哪些东西 另外 我的网卡地址0x18000300 id:0x90000a46 网卡的id是自动检测的还是在哪里修改的? 多多提点啊 为了嵌入式忍辱负重 打不还手 骂不还口

Timeboy2008-09-24 23:32:37

请问我移植uboot1.20到杨创的2440出现这样的问题是怎么回事 CS8900 Ethernet chip not found?! *** ERROR: `ethaddr' not set