系统移植相关网址

2019-07-12 18:31发布



linux系统移植与剪裁(精华)
https://wenku.baidu.com/view/6ce590da49649b6648d7476f.html?from=search

https://wenku.baidu.com/view/8d407b4258fafab069dc028f.html?from=search


嵌入式linux根文件系统制作(经典)

https://wenku.baidu.com/view/6bc07411cc7931b765ce15bc.html

u-boot-1.3.2移植记录 
http://blog.chinaunix.net/uid-21354120-id-1827494.html

Davinci DM6446开发攻略——u-boot-1.3.4移植(1)
http://zjbintsystem.blog.51cto.com/964211/282387/

linux 2.6内核+根文件系统的移植实验


https://wenku.baidu.com/view/3750b275f46527d3240ce0b8.html?re=view

嵌入式linux根文件系统制作(经典)

https://wenku.baidu.com/view/6bc07411cc7931b765ce15bc.html

Android手机移植项目

https://wenku.baidu.com/view/948d2115ba0d4a7303763a41.html?from=search

从目录信息泄露到渗透内网
http://simeon.blog.51cto.com/18680/1928354

初始化ARM处理器各模式下的堆栈指针SP(R13)
http://blog.sina.com.cn/s/blog_842813d8010160zv.html

Linux下ARM开发环境搭建
http://blog.csdn.net/callinglove/article/details/38947661

Linux AT&T 汇编语言开发指南
http://blog.csdn.net/yayong/article/details/139983

GNU ARM开发环境
https://www.baidu.com/s?wd=GNU%20ARM%E5%BC%80%E5%8F%91%E7%8E%AF%E5%A2%83&rsv_spt=1&rsv_iqid=0xb13568d700000e06&issp=1&f=8&rsv_bp=0&rsv_idx=2&ie=utf-8&tn=baiduhome_pg&rsv_enter=1&rsv_sug3=2


秒表定时器实验 http://blog.sina.com.cn/s/blog_842813d80101214f.html

数码管显示实验
http://blog.sina.com.cn/s/blog_842813d80101214l.html


Bootloader即引导加载程序,是系统加电后运行的第一段软件代码,
U-boot的话你也知道,说白了就像是Dos工具箱,本身算是个精简的Linux系统了,主要是负责硬件的初始化和引导,本身带有一些工具,作为引导程序,常作为嵌入式设备的引导。当真正的系统开始运行的时候U-boot就把管理权限交了出去。

BusyBox 简化嵌入式 Linux 系统


https://www.ibm.com/developerworks/cn/linux/l-busybox/

BusyBox 是标准 Linux 工具的一个单个可执行实现。BusyBox 包含了一些简单的工具,例如 cat 和 echo,还包含了一些更大、更复杂的工具,例如 grep、find、mount 以及 telnet。有些人将 BusyBox 称为 Linux 工具里的瑞士军刀.简单的说BusyBox就好像是个大工具箱,它集成压缩了 Linux 的许多工具和命令。
qt开发环境搭建--linux
http://blog.csdn.net/renfei0730/article/details/6737177

ARM GNU 汇编伪指令简介,编译器和开发工具,用GNU工具开发基于ARM的嵌入式系统


https://wenku.baidu.com/view/97a9bb1fa300a6c30c229fc0.html?re=view

ARM汇编指令集

https://wenku.baidu.com/view/87f238946bec0975f465e2b7.html

GNU ARM 汇编指令简介


https://wenku.baidu.com/view/a86f362ded630b1c59eeb581.html

tslib-1.4的安装与移植 
http://blog.chinaunix.net/uid-12461657-id-2975918.html

tslib是一个开源的触摸屏支持库