aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-11-05 16:24:42 +0100
committervetch <vetch97@gmail.com>2019-11-05 16:24:42 +0100
commitdcd4da0d9386e2f48a1161b3464116c2ba90234f (patch)
tree3c72d8c58beb68919f287b8e56c0c54b29e6cea7
parent742f388a00e3bfcb62d184e3f7d990908c6c96c6 (diff)
downloadrpi-MMU-example-dcd4da0d9386e2f48a1161b3464116c2ba90234f.tar.gz
rpi-MMU-example-dcd4da0d9386e2f48a1161b3464116c2ba90234f.zip
modified makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ec5a0e2..2ef48d5 100644
--- a/Makefile
+++ b/Makefile
@@ -45,7 +45,7 @@ qemu-elf : kernel.elf
qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $^
qemu-bin : loader.elf kernel7.img pipe_image
- ./pipe_image | qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $<
+ ./pipe_image && qemu-system-arm -m 256 -M raspi2 -serial stdio -kernel $<
run-on-rpi : kernel7.img pipe_image
./pipe_image | socat FILE:/dev/ttyUSB0,b115200,raw -