Skip to content

Instantly share code, notes, and snippets.

@plntyk
Last active June 13, 2016 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save plntyk/d93c69debf7c74826f85ff8e7fc5b9e8 to your computer and use it in GitHub Desktop.
Save plntyk/d93c69debf7c74826f85ff8e7fc5b9e8 to your computer and use it in GitHub Desktop.
qemu-system-aarch64 \
-machine virt -cpu cortex-a57 \
-machine type=virt -nographic \
-smp 1 -m 2048 \
-kernel bin/targets/arm64/generic/lede-arm64-qemu-virt-initramfs.Image \
--append "console=ttyAMA0" \
-fsdev local,id=r,path=/mnt/old/tftp,security_model=none -device virtio-9p-device,fsdev=r,mount_tag=tftp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment