diff options
author | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-23 10:48:45 +0200 |
---|---|---|
committer | Wojtek Kosior <kwojtus@protonmail.com> | 2019-10-23 10:48:45 +0200 |
commit | d3da1d80ac2ce844b19feab6187722fc72eaa59c (patch) | |
tree | 2f90afd0991b0368055ef4fd9c7847d9c3f8c773 /Makefile | |
parent | 096971203495ea7b5b9f2e6ec4efe1241f1919a6 (diff) | |
download | rpi-MMU-example-d3da1d80ac2ce844b19feab6187722fc72eaa59c.tar.gz rpi-MMU-example-d3da1d80ac2ce844b19feab6187722fc72eaa59c.zip |
reinclude older functionality of pipe_image
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |