随笔分类 -  ARM

摘要:本文接上一篇:http://www.cnblogs.com/tanghuimin0713/p/3965528.html6.3)重新编译,烧写,运行U-Boot 2010.03 (Sep 10 2014 - 23:39:40) for SMDK6410CPU: S3C6410@533MHz ... 阅读全文
posted @ 2014-09-11 00:35 tanghuimin0713 阅读(599) 评论(0) 推荐(0)
摘要:开发环境:开发板 FriendlyARM Tiny6410主机 CentOS release 6.4 (Final)参考:http://www.cnblogs.com/plinx/archive/2013/03/15/2960925.htmlhttp://www.cnblogs.com/plinx/... 阅读全文
posted @ 2014-09-11 00:30 tanghuimin0713 阅读(1395) 评论(1) 推荐(0)
摘要:参考:1)《USER'S MANUAL-S3C6410X》Chapter 10 GPIO, Chapter 12 VECTORED INTERRUPT CONTROLLER2)《ARM1176 JZF-S Technical Reference Manual》Chapter 2 Programmer... 阅读全文
posted @ 2014-09-01 22:52 tanghuimin0713 阅读(530) 评论(0) 推荐(0)
摘要:参考:1)《ARM1176 JZF-S Technical Reference Manual》:Chapter 3 System Control CoprocessorChapter 6 Memory Management Unit2)u-boot源码:u-boot-x.x.x/cpu/s3c64x... 阅读全文
posted @ 2014-08-17 00:44 tanghuimin0713 阅读(5705) 评论(0) 推荐(0)
摘要:本文仅探讨s3c6410从nand flash启动u-boot时的代码重定位过程参考:1)《USER'S MANUAL-S3C6410X》第二章 MEMORY MAP 第八章 NAND FLASH CONTROLLER2)u-boot源码:u-boot-x.x.x/board/samsumg/smd... 阅读全文
posted @ 2014-08-07 23:33 tanghuimin0713 阅读(1540) 评论(0) 推荐(0)
摘要:参考:1)《USER'S MANUAL-S3C6410X》第31章 UART2)u-boot uart初始化及读写:u-boot-x.x.x/board/samsumg/smdk6410/lowlevel_init.S u-boot-x.x.x/cpu/s3c64xx/ser... 阅读全文
posted @ 2014-08-03 00:10 tanghuimin0713 阅读(690) 评论(0) 推荐(0)
摘要:6410裸机开发教程下载 阅读全文
posted @ 2014-07-21 00:34 tanghuimin0713 阅读(233) 评论(0) 推荐(0)
摘要:参考:1)《USER'S MANUAL-S3C6410X》第三章 SYSTEM CONTROLLER2)u-boot/board/samsumg/smdk6410/lowlevel_init.S1. PLL与CLK的关系:详细关系图见用户手册122页Figure 3-2 The block diag... 阅读全文
posted @ 2014-07-21 00:28 tanghuimin0713 阅读(1322) 评论(0) 推荐(0)