代码搜索:如何学习 bootLoader?
找到约 10,000 项符合「如何学习 bootLoader?」的源代码
代码结果 10,000
www.eeworm.com/read/164512/7087163
h bootloader.h
#ifndef __bootloader_h
#define __bootloader_h
#include "44b0.h"
#include "dm.h"
#include "ymodem.h"
#include "m29w160b.h"
#include "console.h"
extern UartContextT *psUart;
void SetDownlo
www.eeworm.com/read/208275/7120052
exe bootloader.exe
www.eeworm.com/read/350057/7153714
s bootloader.s
/*
* vivi/arch/s3c2440/head.S:
* Initialise hardware
*
* Copyright (C) 2001 MIZI Research, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/463269/7184590
c bootloader.c
/*
*bootloader.c
*
*
*Loads an ELF kernel from flash memory.
*
*auther:hegs
*
*mail:sammhe@tom.com
*/
#include "bootloader.h"
void main(void)
{
static char *mem = (char *)FLASH_MEM0_BASEA
www.eeworm.com/read/463269/7184591
h bootloader.h
/*
*bootloader.c
*
*
*Loads an ELF kernel from flash memory.
*
*auther:hegs
*
*mail:sammhe@tom.com
*/
#include "stdio.h"
#include "xio.h"
#include "xparameters.h"
#include "elf.
www.eeworm.com/read/461185/7232224
txt bootloader.txt
0000:F800 F7BB SSBX INTM
0000:F801 7701 STM 0ffffh,1h
0000:F803 EA00 LD #0h,DP
0000:F804 6907 ORM 2b00h,7h
0000:F806 691D ORM 20h,1dh
0000:F808 7728 STM
www.eeworm.com/read/461185/7232298
txt bootloader.txt
0000:F800 F7BB SSBX INTM
0000:F801 7701 STM 0ffffh,1h
0000:F803 EA00 LD #0h,DP
0000:F804 6907 ORM 2b00h,7h
0000:F806 691D ORM 20h,1dh
0000:F808 7728 STM
www.eeworm.com/read/457916/7315545
h bootloader.h
#include "derivative.h"
#ifdef _MCF51JM128_H
#define MIN_RAM1_ADDRESS 0x800000
#define MAX_RAM1_ADDRESS 0x803FFF
#define MIN_FLASH1_ADDRESS 0x000000
#define
www.eeworm.com/read/456581/7344300
mp bootloader.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/456581/7344302