代码搜索:bootLoader 开发教程

找到约 10,000 项符合「bootLoader 开发教程」的源代码

代码结果 10,000
www.eeworm.com/read/479492/1331726

h bootloader.h

/* Copyright (c) 2007 Nordic Semiconductor. All Rights Reserved. * * The information contained herein is property of Nordic Semiconductor ASA. * Terms and conditions of usage are described in de
www.eeworm.com/read/467453/1502296

h bootloader.h

typedef struct Inter{ // data' address in sram or sdram unsigned int * address; // data's offset in dataflash unsigned int DFAddr; // data's size in sram or sdram unsigned int CSize
www.eeworm.com/read/467453/1502581

h bootloader.h

typedef struct Inter{ // data' address in sram or sdram unsigned int * address; // data's offset in dataflash unsigned int DFAddr; // data's size in sram or sdram unsigned int CSize
www.eeworm.com/read/466197/1514114

h bootloader.h

typedef struct Inter{ // data' address in sram or sdram unsigned int * address; // data's offset in dataflash unsigned int DFAddr; // data's size in sram or sdram unsigned int CSize
www.eeworm.com/read/466197/1514399

h bootloader.h

typedef struct Inter{ // data' address in sram or sdram unsigned int * address; // data's offset in dataflash unsigned int DFAddr; // data's size in sram or sdram unsigned int CSize
www.eeworm.com/read/250243/4433262

lds bootloader.lds

OUTPUT_FORMAT("elf64-ia64-little") OUTPUT_ARCH(ia64) ENTRY(_start) SECTIONS { /* Read-only sections, merged into text segment: */ . = 0x100000; _text = .; .text : { *(__ivt_section) *(.text)
www.eeworm.com/read/250243/4433264

c bootloader.c

/* * arch/ia64/hp/sim/boot/bootloader.c * * Loads an ELF kernel. * * Copyright (C) 1998-2003 Hewlett-Packard Co * David Mosberger-Tang * Stephane Eranian
www.eeworm.com/read/250243/4434733

lds bootloader.lds

OUTPUT_FORMAT("elf64-alpha") ENTRY(__start) printk = srm_printk; SECTIONS { . = 0x20000000; .text : { *(.text) } _etext = .; PROVIDE (etext = .); .rodata : { *(.rodata) *(.rodata.*) } .dat
www.eeworm.com/read/243926/4516893

prm bootloader.prm

/************************************************************************************ * This file contains some basic linker parameters. * * The linker file is made so it matches architecture for t
www.eeworm.com/read/243925/4516980

prm bootloader.prm

/************************************************************************************ * This file contains some basic linker parameters. * * The linker file is made so it matches architecture for t