u-boot移植为tiny6410步骤
- 1. 修改顶层Makefile文件
 - 2. 修改arch/arm/cpu/arm1176/s3c64xx/cpu_init.S
 - 3. 修改arch/arm/cpu/arm1176/s3c64xx/Makefile
 - 4. 修改arch\arm\include\asm\arch-s3c64xx\s3c64x0.h
 - 5. 修改arch/arm/include/asm/arch-s3c64xx/s3c6400.h
 - 6. 创建tiny6410的文件夹
 
在board/samsung建立tiny6410的文件夹,并且把smdk6400文件里面的所有文件复制过去,在 修 改 board/samsung/tiny6410/lowlevel_init.S
- 7. 修改board/Samsung/tiny6410/Makefile
 - 8. 修改board/samsung/tiny6410/tiny6410.c
 - 9. 修改drivers/net/dm9000x.c
 - 10. 修改drivers/usb/host/ohci-hcd.c
 - 11. include/configs/tiny6410.h
 - 12. 修改include/common.h
 - 13. 修改顶层的MAKEALL
 - 14. 修改顶层的MAINTAINERS
 - 15. 修改nand_spl/board/samsung/tiny6410/config.mk
 - 16. 在nand_sql/board/Samsung/tiny6410这个tiny64164100是仿照上述smdk64164100做的内容一样复制然后修改下面的就OK
 - 17
 
初稿模型,正在更新!
u-boot移植为tiny6410步骤的更多相关文章
- Spring Boot 集成 JPA 的步骤
		
Spring Boot 集成 JPA 的步骤 配置依赖 compile group: 'org.springframework.boot', name: 'spring-boot-starter-da ...
 - 标题:u-boot 移植步骤详解
		
1 U-Boot简介U-Boot,全称Universal Boot Loader,是遵循GPL条款的开放源码项目.从FADSROM.8xxROM.PPCBOOT逐步发展演化而来.其源码目录.编译形式与 ...
 - -boot移植(十一)---代码修改---支持nandflash
		
一.移植前的修改 1.1 include/configs/jz2440修改 原来的定义: 可以看出,要先定义CONFIG_CMD_NAND才能使能NANDFlash. 这个在我们文件中的82行有定义, ...
 - Spring boot 整合JSP开发步骤
		
1. 新建Springboot项目,war <dependency> <groupId>org.springframework.boot</groupId> < ...
 - u-boot-2010.3移植到Tiny6410问题总结
		
问题1: u-boot-2010.3中nand_spl文件夹的作用:实现从Nandflash启动在编译是会建立几个链接文件,用这几个链接文件生成u-boot-spl-16k.bin nand_spl/ ...
 - (6)java Spring Cloud+Spring boot+mybatis企业快速开发架构之SpringCloud-Spring Boot项目详细搭建步骤
		
 在 Spring Tools 4 for Eclipse 中依次选择 File->New->Maven Project,然后在出现的界面中按图所示增加相关信息.  <paren ...
 - spring boot -表单校验步骤 +@NotEmpty,@NotNull和@NotBlank的区别
		
1.实体类属性上添加注解规则 如 public class User { @NotBlank private Integer id ; 2.在方法中添加注解@Valid和一个校验结果参数(Bindin ...
 - 移植SDL运行库到Tiny6410 上
		
在移植游戏之前, 我们首先需要将 SDL/SDL_mixer/SDL_ttf/SDL_image 这四个库移植到 Tiny6410 上, 另外还需要 iconv 库. libiconv-1.13.1. ...
 - spring cloud教程之使用spring boot创建一个应用
		
<7天学会spring cloud>第一天,熟悉spring boot,并使用spring boot创建一个应用. Spring Boot是Spring团队推出的新框架,它所使用的核心技术 ...
 
随机推荐
- openstack 网络
			
物理节点hosts解析配置
 - JDBC学习笔记(5)——利用反射及JDBC元数据编写通用的查询方法
			
JDBC元数据 1)DatabaseMetaData /** * 了解即可:DatabaseMetaData是描述数据库的元数据对象 * 可以由Connection得到 */ 具体的应用代码: @Te ...
 - Umbraco 上传文件到另一个文件夹,而不是media files
			
If you want to upload there media files to another place in the same instance of IIS, for example a ...
 - 159. Longest Substring with At Most Two Distinct Characters
			
最后更新 二刷 08-Jan-17 回头看了下一刷的,用的map,应该是int[256]的意思,后面没仔细看cuz whatever I was doing at that time.. wasnt ...
 - UOJ Test Round #2
			
昨天晚上打的这个比赛,简直一颗赛艇啊-- 感觉发挥的并不好.比赛的时候比较紧张,最后一题还脑残写了个离散化结果爆零了,哎我怎么这么逗逼-- 讲讲比赛经过吧. 比赛之前逗逼地以为是8:00开始,然后淡定 ...
 - eclipse 安装scons
			
http://www.sconsolidator.com/update Installation To use SConsolidator, you first have to install SC ...
 - 预览Cube出现没有注册类错误
			
用Microsoft SQL Server Management Studio预览AS上的Cube 出现如下错误. TITLE: Microsoft SQL Server Management Stu ...
 - 解决VS2012新建MVC4等项目时,收到加载程序集“NuGet.VisualStudio.Interop…”的错误
			
初装V2012,新建MVC4新项目时出现以下错误: 解决方法为: 通过VS2012的“工具-扩展和更新-联机”安装“NuGet Package Manager”扩展包,可以顺利新建MVC4项目啦!
 - hdu 5563 Clarke and five-pointed star 水题
			
Clarke and five-pointed star Time Limit: 20 Sec Memory Limit: 256 MB 题目连接 http://acm.hdu.edu.cn/show ...
 - 根据字符串创建FTP本地目录 并按照日期建立子目录返回路径
			
/** * 根据字符串创建FTP本地目录 并按照日期建立子目录返回 * @param path * @return */ private String getFolder(String path) { ...