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

tgvlcw2008-09-15 20:55:49

楼上的,你先用make distclean,在用make clean,最后在用make重试一次。 楼主,我的问题是: 1,u-boot已经编译好了,下到板子上了,可检测不到nand flash, NAND: 0 MB 用nand info 显示我的nand flash有4096M, 我已经知道问题是出在nand_probe这个函数里了,因为它返回了0。但不知道怎么改,请楼主指教啊!·

chinaunix网友2008-09-10 09:50:35

楼主,我按照您帖子的步骤,不过在编译的时候出现如下错误,麻烦帮我看看: for dir in tools examples post post/cpu ; do make -C $dir _depend ; done make[1]: Entering directory `/zw/2440-kernel2.6/u-boot-1.1.6-totally/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/zw/2440-kernel2.6/u-boot-1.1.6-totally/tools' make[1]: Entering directory `/zw/2440-kernel2.6/u-boot-1.1.6-totally/examples' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/zw/2440-kernel2.6/u-boot-1.1.6-totally/

chinaunix网友2008-08-29 16:07:41

非常感谢楼主的分享,我按照你的步骤改下来,可以编译下来,但生成的的uboot.bin烧写的我的板子(扬创2440)上启动后却显示的是汉字 “镐”不知道是那里有些问题,是不是串口的问题啊 楼主又遇到类似的问题吗?

zaln20082008-07-19 15:24:31

大风

chinaunix网友2008-07-19 15:23:31

我按照上面的操作能够生成后u-boot.bin文件,但是还是出现如下错误: lib_arm/libarm.a fs/cramfs/libcramfs.a fs/fat/libfat.a fs/fdos/libfdos.a fs/jffs2/libjffs2.a fs/reiserfs/libreiserfs.a fs/ext2/libext2fs.a net/libnet.a disk/libdisk.a rtc/librtc.a dtt/libdtt.a drivers/libdrivers.a drivers/nand/libnand.a drivers/nand_legacy/libnand_legacy.a drivers/sk98lin/libsk98lin.a post/libpost.a post/cpu/libcpu.a common/libcommon.a --end-group -L /usr/local/arm/3.3.2/lib/gcc-lib/arm-linux/3.3.2 -lgcc \ -Map u-boot.ma