diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 09:56:24 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 09:56:24 +0100 |
commit | d6fa3864700b32525411e2ca45850747ee4fd423 (patch) | |
tree | 029d6f5ed759bd15faf3e7b5e39ec71ddb27fdef /target | |
parent | 2ee59501133f76fa507d19294ba22098f3c49f81 (diff) | |
parent | 2096710a0e270000303e8478d2b59fa2841106fa (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target')
-rw-r--r-- | target/ag241/Makefile | 2 | ||||
-rw-r--r-- | target/foxboard/Makefile | 4 | ||||
-rw-r--r-- | target/wag54g/Makefile | 2 |
3 files changed, 3 insertions, 5 deletions
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/foxboard/Makefile b/target/foxboard/Makefile index facf2fb3e..ffa6f4152 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)/ @@ -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 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. |