From a34153028c96ff9d0e041c08227a92eca5a1b55f Mon Sep 17 00:00:00 2001 From: Berkus Decker Date: Sun, 24 Feb 2019 18:34:07 +0200 Subject: [PATCH] Expose QEMU vnc port --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index caf56a1..9146a2a 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ OBJCOPY = cargo objcopy -- OBJCOPY_PARAMS = --strip-all -O binary UTILS_CONTAINER = andrerichter/raspi3-utils -DOCKER_CMD = docker run -it --rm -v $(shell pwd):/work -w /work +DOCKER_CMD = docker run -it --rm -v $(shell pwd):/work -w /work -p 5900:5900 QEMU_CMD = qemu-system-aarch64 # -d in_asm,unimp,int -S