搜索结果
找到约 752 项符合
Boot-loader 的查询结果
嵌入式Linux (原创)uboot在yl2410上的移植
(原创)uboot在yl2410上的移植,此u-boot代码在sdram、norflash或nandflash上都可启动运行,附详细说明文档
单片机开发 实用单片机系统第三版 本包包还程序阅读器souceinsight3.5 以及比较完整得单片机系统
实用单片机系统第三版 本包包还程序阅读器souceinsight3.5 以及比较完整得单片机系统,类似与大家知道得UCOS,但又有很大不同!本包是我朋友所作现在我帮助起推广。“现在这段时间RTOS非常热,可很多人往往为了用RTOS而用RTOS,其实很多很多的项目一般的设计都已经可以了的,RTOS显得有些画蛇添足。对于一般的设计思路,往 ...
文件格式 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 ...
Java编程 里面是五个关于java3D的源代码
里面是五个关于java3D的源代码,有lw3d和3ds的loader,和加载3ds的程序,和两个用java3D写的小动画
微处理器开发 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 ...
微处理器开发 lxRTOS一个用于嵌入系统的操作系统
lxRTOS一个用于嵌入系统的操作系统,里面包含了44b0和2410的boot代码,学习ARM和开发系统很有帮助。