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

dai_jiangbo2008-09-08 16:19:12

首先感谢博主的无私奉献!! :-) 我按博主的方法出现这样的错误 :unterminated comment 请问是什么原因引起的呀

zhangxin91682008-09-05 14:53:23

在不在博主?   按你的方法编译的时候(make tekkaman2410_config)时,出现了***No rule to make target 'tekkaman2410_config'问题,不知道怎样解决? 急用,忘博主帮帮看下,谢谢~!

tcsswlw2008-06-03 19:29:09

博主在不在啊?? 按照你的方法移植,出现了好多nand_legacy.c中的错误呢,而且这些错误好象是不应该存在的啊,这个文件又没有改动!!

tcsswlw2008-06-03 17:09:13

出现了好多nand_legacy.c中的错误是怎么回事啊??

chinaunix网友2008-05-21 21:36:06

完全按你的步骤做完,make后: for dir in tools examples post post/cpu ; do make -C $dir _depend ; done make[1]: Entering directory `/biyesheji/u-boot-1.2.0/tools' ln -s ../common/environment.c environment.c ln -s ../lib_generic/crc32.c crc32.c make[1]: Leaving directory `/biyesheji/u-boot-1.2.0/tools' make[1]: Entering directory `/biyesheji/u-boot-1.2.0/tools' make[1]: Nothing to be done for `_depend'. make[1]: Leaving directory `/biyesheji/u-boot-1.2.0/tools' make[1]: Entering directory `/biyesheji