fe51f25d3f
xmodem download. Then download the image you want in the flash. This will burn the image into the flash. You must then reset the unit and the new flash image will be used for booting...
14 lines
200 B
Makefile
14 lines
200 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../boot0
|
|
|
|
P=boot0spi
|
|
FILES=${P}
|
|
SRCS=arm_init.s main.c doit.c
|
|
NO_MAN=
|
|
LDFLAGS=-e 0 -T ${.CURDIR}/../linker.cfg
|
|
OBJS+= ${SRCS:N*.h:R:S/$/.o/g}
|
|
|
|
.include <bsd.prog.mk>
|
|
|