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

ywh_hlp2009-05-22 17:32:30

请问大哥:在(3)将从Flash启动改成从NAND Flash启动。中在 “ _start_armboot: .word start_armboot ” 后加入: .align 2 DW_STACK_START: .word STACK_BASE+STACK_SIZE-4 有什么作用呢?谢谢!

lanmanck2009-05-21 15:52:49

楼主,不知道你用drivers/nand/nand.c里面的mtd架构没有?我用1.1.6,打算移植到那里去啊。 nand_legacy.c对一般的flash来说是不是足够了都?

tangcong292009-04-19 19:23:10

太感谢了!!!!!!!

chinaunix网友2009-03-16 18:07:41

非常感谢你这的这篇文章,给我在初学UBOOT提供了很大帮助,非常感觉~! 陈勇 2009.3.16

xiaoxiaoshiyu20082009-02-19 19:46:45

/* * (C) Copyright 2002 * Sysgo Real-Time Solutions, GmbH * Marius Groeger * * (C) Copyright 2002 * David Mueller, ELSOFT AG, * * (C) Copyright 2005 * JinHua Luo, GuangDong Linux Center, * * See file CREDITS for list of people who contributed to this * project. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public Lic