From d3da1d80ac2ce844b19feab6187722fc72eaa59c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Wed, 23 Oct 2019 10:48:45 +0200 Subject: reinclude older functionality of pipe_image --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3