1
0
mirror of git://projects.qi-hardware.com/xburst-tools.git synced 2024-11-22 17:31:54 +02:00

qi-clean-and-add-readme-content.patch

Signed-off-by: Xiangfu <xiangfu@openmoko.org>
This commit is contained in:
Xiangfu 2008-11-28 10:16:42 +00:00 committed by Andy Green
parent 736355ab4f
commit fe71796cc1
2 changed files with 8 additions and 3 deletions

View File

@ -49,7 +49,7 @@ UDFU_VID = 0x1d50
UDFU_PID = 0x5119
UDFU_REV = 0x350
TARGET = image/start_qi_all-$(CPU)
TARGET = $(IMAGE_DIR)/start_qi_all-$(CPU)
IMAGE = $(IMAGE_DIR)/qi-$(CPU)-$(BUILD_VERSION)
UDFU_IMAGE = $(IMAGE_DIR)/qi-$(CPU)-$(BUILD_VERSION).udfu
@ -77,5 +77,6 @@ ${UDFU_IMAGE}:${OBJS} ${MKUDFU}
@$(OBJDUMP) -d ${TARGET} >${IMAGE}.dis
clean:
@rm -f src/*.o cpu/*/*.o cpu/*/*~ src/*~ src/drivers/*.o src/drivers/*~ include/*~ ${IMAGE_DIR}/* ${TARGET} ${UDFU_IMAGE}
@rm -f src/*.o cpu/*/*.o cpu/*/*~ src/*~ src/drivers/*.o src/drivers/*~ \
include/*~ ${IMAGE_DIR}/* ${TARGET} ${UDFU_IMAGE}
@make clean -C $(TOOLS)

View File

@ -1 +1,5 @@
Backlight turns on right away, but screen remains blank until kernel load,
and kernel does NOT output gobs of text to the screen.
Will ALWAYS boot from uSD if first partition is ext2 and contains
/boot/uImage.bin, otherwise boots from NAND.
No splash screen.