上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 74 下一页
摘要: Linux HOWTO: Porting Linux to U-Boot based systems: U-Boot cannot save you from doing all the necessary modifications toconfigure the Linux device dri 阅读全文
posted @ 2016-09-10 09:20 yuxi_o 阅读(334) 评论(0) 推荐(0) 编辑
摘要: Memory Management: U-Boot runs in system state and uses physical addresses, i.e. theMMU is not used either for address mapping nor for memory protecti 阅读全文
posted @ 2016-09-10 09:14 yuxi_o 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 一. 引言 MTD(memory technology device内存技术设备)是用于访问memory设备(RAM、ROM、flash)的Linux的子系统。MTD的主要目的是为了使新的memory设备的驱动更加简单,为此它在硬件和上层之间提供了一个抽象的接口。MTD的所有源代码在/drivers 阅读全文
posted @ 2016-08-29 10:21 yuxi_o 阅读(12615) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/image-eye/archive/2011/08/28/2156005.html 内核源码之Kconfig和Makefile Linux内核源码树的每个目录下都有两个文档Kconfig和Makefile。分布到各目录的Kconfig构成了一个分布 阅读全文
posted @ 2016-08-25 10:58 yuxi_o 阅读(387) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/astwish/p/3460618.html GNU C 的一大特色就是__attribute__ 机制。__attribute__ 可以设置函数属性(Function Attribute )、变量属性(Variable Attribute )和类 阅读全文
posted @ 2016-08-24 10:52 yuxi_o 阅读(25403) 评论(0) 推荐(3) 编辑
摘要: NumPy NumPy 通常与 SciPy(Scientific Python)和 Matplotlib(绘图库)一起使用, 这种组合广泛用于替代 MatLab,是一个强大的科学计算环境,有助于我们通过 Python 学习数据科学或者机器学习。 SciPy 是一个开源的 Python 算法库和数学工 阅读全文
posted @ 2016-08-24 10:21 yuxi_o 阅读(1348) 评论(0) 推荐(0) 编辑
摘要: curl.se libcurl is a free and easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAP 阅读全文
posted @ 2016-08-22 22:05 yuxi_o 阅读(537) 评论(0) 推荐(0) 编辑
摘要: 在内核文件中arch/arm/tools/mach-types定义目前内核支持的板卡、芯片等: ##machine_is_xxx CONFIG_xxxx MACH_TYPE_xxx number at91sam9g10ek MACH_AT91sam9G10EK AT91SAM9G10EK 2159 阅读全文
posted @ 2016-08-22 17:08 yuxi_o 阅读(352) 评论(0) 推荐(0) 编辑
摘要: 在linux的板卡初始化文件中有machine的相关定义 //arch/arm/mach-at91/board-sam9261ek.c MACHINE_START(AT91SAM9G10EK, "Atmel AT91SAM9G10-EK") /* Maintainer: Atmel */ .phys 阅读全文
posted @ 2016-08-22 16:59 yuxi_o 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 转自: http://blog.sina.com.cn/s/blog_753fd0b00100t8js.html 在友善mini2440提供的linux2.6.32.2内核中,有如下定义: MACHINE_START(MINI2440, "FriendlyARM Mini2440 developme 阅读全文
posted @ 2016-08-22 16:23 yuxi_o 阅读(655) 评论(0) 推荐(0) 编辑
上一页 1 ··· 49 50 51 52 53 54 55 56 57 ··· 74 下一页