代码搜索结果
找到约 3,767 项符合
Bootloader 的代码
install.txt
INSTALL - CAN bootloader
REQUIREMENTS
------------
This bootloader is destinated for AT89C51CC03 product.
INSTALLATION
------------
To download this bootloader in the boot f
readme.txt
README - CAN bootloader
Please read the LICENSE file.
DESCRIPTION
-----------
The CAN bootloader facilitates In-System Programming and
In-Application Programming.
DOWNLOAD
-------
changes.txt
CHANGES - bootloader
ATMEL - 2003
CHANGES
-------
Version 1.0.1, 01/08/2003
- First release
install.txt
INSTALL - bootload.a51; Updated: 17 July 2003
ATMEL - 2003
REQUIREMENTS
------------
This bootloader is destinated for AT89C51CC03 product.
INSTALLATION
------------
readme.txt
README - bootload.a51; Updated: 17 July 2003
ATMEL - 2003
Please read the LICENSE file.
DESCRIPTION
-----------
Bootloader released.
This program allow to download sof
readme.txt
1、程序烧写
使用Embest Flash Programmer(打开光盘中提供的EmbestS3CEV40.cfg)烧写Embest S3CEV40 板的Flash;其中将:
bootloader.bin 烧写到1-16扇区
kernel.bin 烧写到17-192扇区
romfs.img 烧写到193-350扇区
2、将超级终端设置成115200,8
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
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