diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-09 11:42:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-09 11:42:49 +0100 |
commit | 4b9dfa69fd59e619b22e27ebb3795bebbc025b07 (patch) | |
tree | 6bae4bf63fb8bb887978788330e74938fe97725f | |
parent | 127dc886eeb53c64ce8729935534c0e522f1d9e1 (diff) |
install image padded to bindir
-rw-r--r-- | target/foxboard/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |