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/foxboard | |
parent | 2ee59501133f76fa507d19294ba22098f3c49f81 (diff) | |
parent | 2096710a0e270000303e8478d2b59fa2841106fa (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/foxboard')
-rw-r--r-- | target/foxboard/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |