搜索结果
找到约 668 项符合
PPCfs-boot 的查询结果
文件格式 linux2。6移植文档
linux2。6移植文档,嵌入式Linux内核移植相关代码分析,嵌入式BootLoader技术内幕,linux系统移植,1-U-BOOT移植实验,2-linux 2.6移植实验,3-根文件系统实验,4-工具链制作实验
Linux/Unix编程 This a naive implementation of BOOTP/TFTPBOOT, the protocols to use to bootstrap a computer through
This a naive implementation of BOOTP/TFTPBOOT, the protocols
to use to bootstrap a computer through a TCP/IP network.
The goal was to design a small footprint implementation
to allow the code to be integrated into a monitor program
stored in a ROM/FLASH, the footprint is about 7 KBytes
for the test ...
嵌入式Linux 这是光绘文件
这是光绘文件,和程序配套的,可以
脱离作者(本人)制作pcb,但是,责任自负!
from
wangkj@yahoo.com
电路原理图和详细说明:
amd.9966.org或者
arm.9966.org
都是原创,包括boot,
loader,u-boot,linux
和测试程序
这些都是针对那个网站板子的配套程序,板子可以按照该网站提供的联系方式联系获取 ...
微处理器开发 ATMEL公司的AT91RM9200芯片在嵌入式系统中应用非常多
ATMEL公司的AT91RM9200芯片在嵌入式系统中应用非常多,其中U-BOOT是一个非常重要的BOOT启动程序,此代码就是AT91RM9200的U-BOOT源代码
微处理器开发 The preferred technique places the new YAMON in the opposite Flash bank (the Db1200 boards have two
The preferred technique places the new YAMON in the opposite Flash
bank (the Db1200 boards have two Flash banks), and then changes switch
S11 to swap the Flash banks in the memory map to allow the other Flash
bank to become the boot bank. This technique is the safest and
preferred method since it pr ...
嵌入式Linux 裸板的tftp客户端
裸板的tftp客户端,实现快速下载uboot.bin,大约要4s可下载完成。assm文件夹的head要烧写在nandflash 的0地址,而tftp要烧写在3072块,u-boot 编译后的文件名要改写为u-boot.bin,放在tftpboot 中,这里开发板的IP是192.168.0.111,主机IP是192.168.0.1 ...
通讯编程文档 整理好的ARM bootloader资料
整理好的ARM bootloader资料,包含分析文档以及程序。如嵌入式BootLoader技术内幕,基于ARM的嵌入式系统Bootloader启动流程分析,Boot Loader的设计与实现,arm bootloader分析及驱动程序编写举例,4510 bootloader的实现与分析等文章。很实用的压缩包。 ...
微处理器开发 lxRTOS一个用于嵌入系统的操作系统
lxRTOS一个用于嵌入系统的操作系统,里面包含了44b0和2410的boot代码,学习ARM和开发系统很有帮助。
微处理器开发 ARM开发的经典源码
ARM开发的经典源码,包括boot,core和test程序。