From 127dc886eeb53c64ce8729935534c0e522f1d9e1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 8 Jan 2010 16:13:47 +0100 Subject: enable e100boot compile again, accidentally removed --- target/foxboard/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target') diff --git a/target/foxboard/Makefile b/target/foxboard/Makefile index c4a64c26b..8b9816ce7 100644 --- a/target/foxboard/Makefile +++ b/target/foxboard/Makefile @@ -12,7 +12,7 @@ $(TOOLS_BUILD_DIR): tools-compile: $(TOOLS_BUILD_DIR) $(MAKE) -C tools/mkfimage - #$(MAKE) -C tools/e100boot prepare compile install $(MAKE_TRACE) + $(MAKE) -C tools/e100boot prepare compile install $(MAKE_TRACE) $(MAKE) -C ../tools/squashfs prepare compile install $(INSTALL_BIN) tools/boot_linux $(BIN_DIR)/ -- cgit v1.2.3 From 4b9dfa69fd59e619b22e27ebb3795bebbc025b07 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 9 Jan 2010 11:42:49 +0100 Subject: install image padded to bindir --- target/foxboard/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target') diff --git a/target/foxboard/Makefile b/target/foxboard/Makefile index 8b9816ce7..d151225ac 100644 --- a/target/foxboard/Makefile +++ b/target/foxboard/Makefile @@ -22,6 +22,8 @@ kernel-install: tools-compile ifeq ($(FS),squashfs) imageinstall: $(BIN_DIR)/$(ROOTFSSQUASHFS) + dd if=${BUILD_DIR}/${ROOTFSSQUASHFS} of=${BIN_DIR}/${ROOTFSSQUASHFS} \ + bs=4063232 conv=sync $(MAKE_TRACE) @echo @echo Use sudo ./boot_linux -F -i $(ROOTFSSQUASHFS) to flash @echo Do not forget to set network boot jumper, before you start the foxboard -- cgit v1.2.3 From 2096710a0e270000303e8478d2b59fa2841106fa Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 10 Jan 2010 09:40:27 +0100 Subject: remove unused $Id$ lines --- target/ag241/Makefile | 2 -- target/wag54g/Makefile | 2 -- 2 files changed, 4 deletions(-) (limited to 'target') diff --git a/target/ag241/Makefile b/target/ag241/Makefile index 9848205cc..f6bba9c85 100644 --- a/target/ag241/Makefile +++ b/target/ag241/Makefile @@ -1,5 +1,3 @@ -# $Id: Makefile 30 2008-09-04 13:31:09Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. diff --git a/target/wag54g/Makefile b/target/wag54g/Makefile index d86ada854..44ce7734f 100644 --- a/target/wag54g/Makefile +++ b/target/wag54g/Makefile @@ -1,5 +1,3 @@ -# $Id: Makefile 30 2008-09-04 13:31:09Z wbx $ -#- # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. -- cgit v1.2.3