summaryrefslogtreecommitdiff
path: root/target/sparc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-09-05 18:25:34 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-09-05 18:25:34 +0200
commita0e2c5dc26f0126d8462e15e3bdf9a92bbbbee34 (patch)
tree9d9f8dff586035514d73ad5c6ca3491b31322485 /target/sparc
parent6f96b57ffa30d8e1bf6af9d1e9fae1902cb419e1 (diff)
some sparc help fixes
Diffstat (limited to 'target/sparc')
-rw-r--r--target/sparc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/sparc/Makefile b/target/sparc/Makefile
index 5fe97c12a..7a19300b4 100644
--- a/target/sparc/Makefile
+++ b/target/sparc/Makefile
@@ -14,6 +14,12 @@ imageinstall: $(BIN_DIR)/$(ROOTFSTARBALL)
@cp $(KERNEL) $(BIN_DIR)/${TARGET_KERNEL}
@echo 'The kernel file is: $(BIN_DIR)/${TARGET_KERNEL}'
@echo "The RootFS tarball is: $(BIN_DIR)/$(ROOTFSTARBALL)"
+ifeq ($(ADK_TARGET_SYSTEM_QEMU_SPARC),y)
+ @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 "Start qemu with following command line:"
+ @echo 'qemu-system-sparc -nographic -kernel $(BIN_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img -append "root=/dev/sda1"'
+endif
endif
ifeq ($(ADK_TARGET_FS),initramfs)
imageinstall: $(BIN_DIR)/$(INITRAMFS)