summaryrefslogtreecommitdiff
path: root/target/qemu-cris/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-15 19:01:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-15 19:01:41 +0100
commit874680b5ffd55186d86c8259fdab74988d193ea9 (patch)
treedda49405ca118f5f79466e1ead351be32de4fa68 /target/qemu-cris/Makefile
parent909df4c95187cff6fa1da4696abc9317d5b4e46f (diff)
parentf6d24fdf0f1c294628b979aa199e06ef6462df4e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/qemu-cris/Makefile')
-rw-r--r--target/qemu-cris/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/qemu-cris/Makefile b/target/qemu-cris/Makefile
index 30402fb67..8010501c6 100644
--- a/target/qemu-cris/Makefile
+++ b/target/qemu-cris/Makefile
@@ -15,15 +15,15 @@ tools-compile: $(TOOLS_BUILD_DIR)
kernel-install: tools-compile
PATH='${TARGET_PATH}' \
- mkfimage $(LINUX_DIR)/arch/cris/arch-v32/boot/zImage \
+ cp $(LINUX_DIR)/arch/cris/boot/zImage \
$(BIN_DIR)/${ADK_TARGET}-${FS}-kernel $(MAKE_TRACE)
ifeq ($(FS),archive)
-imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
+imageinstall: $(BIN_DIR)/$(ROOTFSUSERTARBALL)
@echo
- @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL),"
+ @echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSUSERTARBALL),"
@echo "Use following command to create a QEMU Image:"
- @echo "sudo ./scripts/create-image.sh -f $(ADK_TARGET_ROOTFS) qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSTARBALL)"
+ @echo "sudo ./scripts/create-image.sh -f $(ADK_TARGET_ROOTFS) qemu-${CPU_ARCH}.img $(BIN_DIR)/$(ROOTFSUSERTARBALL)"
@echo "Start qemu with following command line:"
@echo 'qemu-system-cris -nographic -kernel $(BIN_DIR)/${ADK_TARGET}-${FS}-kernel qemu-${CPU_ARCH}.img'
@echo 'Login as user root with password linux123 via ssh or console'