搜索资源列表
show_ads
- 8051单片机C语言控制与应用nand flash启动u-boot源码-8051 C language and application control nand flash activated u-boot FOSS
U盘大盗的关键代码
- U盘大盗的关键代码,但并没有使之可以当病毒一样用。可以检测U盘插入事件,并将U盘上的文件拷贝到C:\Temp下。一切后果我本人不承担。-U bandit who was the key code, but not to make them when using the same virus. U disk can detect insertion events and the U-copy documents to C : \ Temp
U盘源码
- 基于MCU的U盘源码,实现flash的windos文件系统-based MCU U-source, the realization of flash file system windos
U-BOOT_cmd
- 嵌入式开发的u-boot命令介绍 加快你的开发进度-Embedded Development u-boot your order on accelerating the development progress
show_ads
- 8051单片机C语言控制与应用nand flash启动u-boot源码-8051 C language and application control nand flash activated u-boot FOSS
ARM-c
- 无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计。-without the support of the operating system embedded system software, including gu
ppcboot-2.0.0
- powerpc的u-boot ppcuboot-2-powerpc the u-bootppcuboot-2
xpshop6.2
- 6.2 版新增功能: 1.U盾(加密狗)功能 2.屏蔽国内IP访问功能 软件特点介绍: 1、使用ASP.Net(c#)、三层结构开发 2、自由选择模板,界面美观,皮肤设计灵活多变 3、在线支付:支付宝,网银在线,快钱,paypal,YeePay易宝支付,IPS环讯支付,腾讯财付通 4、销售统计,图表分析 5、集成多种流量统计系统 6、多国语言,内置简体,繁体和英语
ARM.Bootloader.develop
- ARM.Bootloader.的实现pdf文档 C语言 和 ASM 混合编程
u-boot-20060523
- 支持linux-2.4以后的启动参数设置,这一点是老的vivi所不支持的(需要修改/lib/boot_kernel.c文件中的setup_linux_param函数,但是又不知道怎么修改)-Support for linux-2.4 after the start-up parameter setting, it is old does not support vivi (need to modify/lib/boot_kernel.c
u-boot-1.1.4.tar
- oijonuijpoimhbfr6 7ctb,p [ /]p=l.-uionoup[.l
s3c-linux-2.6.21.tar
- linux kernel version 2.6.21 for mv6410 arm board
Dm6446Ubl
- 這是TI dm6446 EVM board 的UBL,它支源 Nand/NOR/UART 開機,此為CCS 裡的專案,下載解開後直接邊譯即可-This is TI dm6446 EVM board of UBL, the source of its support Nand/NOR/UART boot, this is a project in the CCS, download and unzip, then you can be
USBOOT1.7
- 这工具主要用于制作U盘启动DOS工具很好很强大-DOS boot disk tool making U
cmd_yaffs.c
- 基于TQ2440的编译Uboot镜像的源码,支持大于64M的文件系统烧写。(在天嵌自带的光盘Uboot源码u-boot-1.1.6_20100601.tar.bz2的Common下增加此代码,并修改相应的Makefile,得到Uboot镜像就可以支持大于64M的文件系统烧写。烧写时在命令行模式下loadYaffs 0x30000000 root)-Based on the support of more than 64M TQ2440
bootm
- u-boot编译错误cmd_bootm.c:477: parse error before ) token 修改方法-u-boot compile error cmd_bootm.c:477: parse error before ) token
cuboot-sam440ep
- Old U-boot compatibility for Sam440ep based off bamboo.c code original copyrights below
cuboot-sam440ep
- Old U-boot compatibility for Sam440ep based off bamboo.c code original copyrights below.
fdt_address
- FDT Address translation based on u-boot fdt_support.c which in turn was based on the kernel unflattened DT address translation code. (C) Copyright 2007. -FDT Address translation based on u-boot fdt_support.c which in t
U-Boot启动第二阶段代码分析
- U-Boot第一阶段的启动流程。(nandflash启动,把nand的4k代码考到sram中,因为nand没址线,不能映射到内存,所以通过sram进行过度,sram中4k代码把整个uboot拷贝到sdram上,初始化好堆栈,为c语言提供条件,进入uboot的第二阶段! )这个阶段主要是初始化硬件设备,为加载U-Boot的第二阶段代码准备RAM空间最后跳转到lib_arm/board.c中start_armboot函数,这是第二阶段的入口