You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
.gitignore | 11 years ago | |
ChangeLog | 11 years ago | |
Makefile | 9 years ago | |
README | 11 years ago | |
TODO | 11 years ago | |
board.h | 7 years ago | |
common.h | 9 years ago | |
crc.c | 11 years ago | |
crc.h | 11 years ago | |
davinci.c | 7 years ago | |
davinci.h | 8 years ago | |
ddr.h | 11 years ago | |
dm644x.c | 11 years ago | |
dm644x.h | 9 years ago | |
gpio.c | 11 years ago | |
gpio.h | 11 years ago | |
nand.c | 8 years ago | |
nand.h | 8 years ago | |
nandboot.c | 9 years ago | |
nor.c | 11 years ago | |
nor.h | 11 years ago | |
norboot.c | 11 years ago | |
uart.c | 9 years ago | |
uart.h | 8 years ago | |
uartboot.c | 8 years ago | |
ubl.c | 8 years ago | |
ubl.lds | 11 years ago | |
util.c | 11 years ago | |
util.h | 11 years ago |
README
README for HVUBL This UBL can be used for flashing itself and a 2nd stage bootloader (usually U-boot) in flash memory. It can also be used to flash an arbitrary data image into flash, without a header. It can also be used to run DDR RAM memory testing. To compile HVUBL for the sffsdr board, for example, run: $> make BOARD=sffsdr The Makefile honors the CROSS_COMPILE environment variable to specify the prefix of your ARM gcc toolchain. If it is not set, it defaults to: CROSS_COMPILE=arm-linux- You can override it like this, for example: $> make CROSS_COMPILE=arm-angstrom-linux-gnueabi- BOARD=sffsdr The output file, in ARM ELF format, will be named <ubl.elf>