代码搜索结果
找到约 3,767 项符合
Bootloader 的代码
bootloader1.bat
del .\o\*.o
das -tMCF5307FS -o .\o\bootloader.o bootloader.s
dld -m6 -lc -lm -tMCF5307FS -o .\o\bootloader.elf -tMCF5307FS .\o\bootloader.o bootloader.lnk> .\o\bootloader.map
pause
bootloader2.bat
rem down -d image image.ou1 -w 0x00001000 -o ultra.dwn
rem bin2txt
rem copy ultra.txt linux.txt
down -d image .\o\bootloader.ou1 -w 0xff010000 -o ultra.dwn
bin2txt
copy ultra.txt bootloader.t
ds18b20_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
ds18b20.lnp
"BootLoader.obj",
"LCD.obj",
"Delay.obj",
"One-Wire.obj"
TO "ds18b20"
RAMSIZE(256)
ds18b20.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
bootloader.lst
C51 COMPILER V8.02 BOOTLOADER 01/17/2007 08:38:51 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE BOOTLOADER
OBJECT MODULE PLACED
instructions.txt
1. Backup your O2 XDA II with either SD Backup, XBackup or ActiveSync's backup to preserve your files, settings & data.
2. Go into bootloader mode (hold Power Button + Directional Pad + Reset Butto
crtboot.s
; make sure to assemble w/ -n flag, e.g.
; iasavr -n crt...
;
; bootloader startup file, same as crtavr.s except that vectors are routed
; to the bootloader section and use jmp for the vector
;
crtboothi.s
; make sure to assemble w/ -n flag, e.g.
; iasavr -n crt...
; bootloader startup file. Basically, the same as the crtboot.s except that
; elpm is used and RAMPZ is set to 1. This is for device wh
readme.txt
//---------------------------------------------------------------------
// Copyright (c) Microsoft Corporation
//
// Module: NAND bootloader
//
//-----------------------------------------------