change qemu arm emulation

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2016-01-13 15:59:59 +00:00
parent 6a0bb2313a
commit f517609a62

View File

@ -7,4 +7,4 @@ RUN apk update && apk add qemu-system-arm
RUN gzip -9 initrd-arm.img RUN gzip -9 initrd-arm.img
ENTRYPOINT [ "qemu-system-arm", "-cpu", "cortexa15", "-M", "cubieboard", "-no-reboot", "-serial", "stdio", "-kernel", "zImage", "-initrd", "initrd-arm.img.gz", "-m", "256", "-append", "console=ttyAMA0", "-vnc", "none" ] ENTRYPOINT [ "qemu-system-arm", "-cpu", "arm1176", "-M", "versatilepb", "-no-reboot", "-serial", "stdio", "-kernel", "zImage", "-initrd", "initrd-arm.img.gz", "-m", "256", "-append", "console=ttyAMA0", "-vnc", "none" ]