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