代码搜索结果
找到约 3,767 项符合
Bootloader 的代码
abstract.txt
SAM9260 DF P1056 CS1
SAM9260 DataFlash Page 1056 bytes on Chip Select 1
The 2-nd level Bootloader for Atmel AT91SAM9260
running from External DataFlash (Page Size 1056
Byte
bootloader.c
/******************************************************************************/
/* This file is part of the ARM Toolchain package */
/* Copyright KEIL ELEKTRONIK GmbH 2
main.c
#include "data.h"
#include "boot_init.h"
#include "port_fun.h"
#include "boot_dat.h"
main()
{
u16 i;
init_board();
flash_ready();
flash_erase();
//往flash里烧入要被bootloader的程序段
for(
uclinux2.4.24在s3c44b0x开发板的移植重点总结.txt
uClinux2.4.24在S3C44B0X开发板的移植重点总结0
简述:针对“如何在以S3C44B0X为核心的ARMSYS开发板上建立uClinux内核移植”的一个总结,其内容包括对<mark>Bootloader</mark>的功能分析和uClinux2.4.24发行版内核基础上针对S3C44B0X开发板进行修改的重点内容的逐一列举。
2.<mark>Bootloader</mark>
2.1<mark>Bootloader</mark>概述
...
readme.txt
yampp-7 Bootloader version 5
changes:
v5 - 2004-02-16 MIS
!!! bootloader only for ATmega162 in M162 native mode.
- reduced size of bootloader to 256 bytes and moved it to 0x3F00 address
th
bootloader.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
bootloader.c
#include "reg54.h"
#include "serint.h"
#include "bootloader.h"
#include "sysWatchDog.h"
#include "stdio.h"
bit nTimeCountFlag = 0;
bit bEndProgFlag = 0;
extern union add
{
unsigned int nCo
readme.txt
This is a simple bootloader for AT91SAM7{S,X}{64,128,256} processors. It
permits you to download new code to the device over USB. This bootrom is
installed at address 0x00000000 in the ARM, which
head.s
/*==================================================================
*
* This file is part of a small Nand flash bootloader designed to
* be loaded via EP93xx SPI boot.
*
* Copyright Cirrus Lo
main.c
/*==================================================================
*
* This file is part of a small Nand flash bootloader designed to
* be loaded via EP93xx SPI boot.
*
* Copyright Cirrus Lo