Expose QEMU vnc port
This commit is contained in:
parent
57aa6a840c
commit
a34153028c
2
Makefile
2
Makefile
|
@ -35,7 +35,7 @@ OBJCOPY = cargo objcopy --
|
||||||
OBJCOPY_PARAMS = --strip-all -O binary
|
OBJCOPY_PARAMS = --strip-all -O binary
|
||||||
|
|
||||||
UTILS_CONTAINER = andrerichter/raspi3-utils
|
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
|
QEMU_CMD = qemu-system-aarch64
|
||||||
|
|
||||||
# -d in_asm,unimp,int -S
|
# -d in_asm,unimp,int -S
|
||||||
|
|
Loading…
Reference in New Issue