上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页
摘要: 1. pmap -x pid2. ps -aux | grep 进程名 ps -e -o 'pid,comm,args,pcpu,rsz,vsz,stime,user,uid' | grep 进程名3. top -d 1 -p pid4. cat /proc/[pid]/status 阅读全文
posted @ 2014-08-18 16:09 tanghuimin0713 阅读(1260) 评论(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 阅读(5598) 评论(0) 推荐(0) 编辑
摘要: http://www.lihuoqing.cn/other/1276.html 阅读全文
posted @ 2014-08-14 23:13 tanghuimin0713 阅读(183) 评论(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 阅读(1499) 评论(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 阅读(680) 评论(0) 推荐(0) 编辑
摘要: 6410裸机开发教程下载 阅读全文
posted @ 2014-07-21 00:34 tanghuimin0713 阅读(227) 评论(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 阅读(1287) 评论(0) 推荐(0) 编辑
摘要: 参考:1)《LINUX设备驱动程序》第十四章 Linux 设备模型2)内核源码2.6.38内核初始化的时候会对设备模型作初始化,见init/main.c: start_kernel->rest_init->kernel_init->do_basic_setup->driver_init设备模型中重要... 阅读全文
posted @ 2014-07-06 11:14 tanghuimin0713 阅读(2408) 评论(0) 推荐(0) 编辑
摘要: yum install flash-plugin 阅读全文
posted @ 2014-06-22 10:55 tanghuimin0713 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 参考文献:《ELF V1.2》《程序员的自我修养---链接、装载与库》第6章 可执行文件的装载与进程 第7章 动态链接《Linux GOT与PLT》开发平台:[root@tanghuimin dynamic_link]# uname -a Linux tanghuimin 2.6.32-358.el... 阅读全文
posted @ 2014-06-08 07:23 tanghuimin0713 阅读(2065) 评论(1) 推荐(1) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 12 下一页