aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWojtek Kosior <kwojtus@protonmail.com>2019-10-23 10:48:45 +0200
committerWojtek Kosior <kwojtus@protonmail.com>2019-10-23 10:48:45 +0200
commitd3da1d80ac2ce844b19feab6187722fc72eaa59c (patch)
tree2f90afd0991b0368055ef4fd9c7847d9c3f8c773 /Makefile
parent096971203495ea7b5b9f2e6ec4efe1241f1919a6 (diff)
downloadrpi-MMU-example-d3da1d80ac2ce844b19feab6187722fc72eaa59c.tar.gz
rpi-MMU-example-d3da1d80ac2ce844b19feab6187722fc72eaa59c.zip
reinclude older functionality of pipe_image
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f2b734c..bb8d06e 100644
--- a/Makefile
+++ b/Makefile
@@ -45,10 +45,10 @@ 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 --stdout | 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 -
+ ./pipe_image --stdout | socat FILE:/dev/ttyUSB0,b115200,raw -
sleep 1
screen /dev/ttyUSB0 115200,cs8,-parenb,-cstopb,-hupcl