Call qemu command when user type "make download"
authorjunmin kim <junmindd.kim@samsung.com>
Mon, 10 Jul 2017 07:34:20 +0000 (00:34 -0700)
committerjunmin kim <junmindd.kim@samsung.com>
Mon, 17 Jul 2017 08:06:48 +0000 (01:06 -0700)
build/configs/qemu/tash_16m/Make.defs
build/configs/qemu/tash_64k/Make.defs

index 4736ef2..94f0660 100644 (file)
@@ -135,3 +135,7 @@ HOSTCC = gcc
 HOSTINCLUDES = -I.
 HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -g -pipe
 HOSTLDFLAGS =
+
+define DOWNLOAD
+       @gnome-terminal -e "qemu-system-arm -M lm3s6965evb -kernel $(TOPDIR)/../build/output/bin/tinyara -nographic"
+endef
index 407b4b5..87a4a8e 100644 (file)
@@ -135,3 +135,7 @@ HOSTCC = gcc
 HOSTINCLUDES = -I.
 HOSTCFLAGS = -Wall -Wstrict-prototypes -Wshadow -g -pipe
 HOSTLDFLAGS =
+
+define DOWNLOAD
+       @gnome-terminal -e "qemu-system-arm -M lm3s6965evb -kernel $(TOPDIR)/../build/output/bin/tinyara -nographic"
+endef