Skip to content

Instantly share code, notes, and snippets.

@exarkun
Created December 28, 2018 17:15
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 exarkun/b696ba562054a23e43b69f0323cbdc88 to your computer and use it in GitHub Desktop.
Save exarkun/b696ba562054a23e43b69f0323cbdc88 to your computer and use it in GitHub Desktop.
qemu-system-arm -machine virt,highmem=off -bios uboot-qemu_arm_defconfig-2018.07_u-boot.bin -drive if=none,file=sd-image-armv7l-linux.qcow2,id=mydisk -device ich9-ahci,id=ahci -device ide-drive,drive=mydisk,bus=ahci.0 -nographic -smp 4 -m 2G -device e1000,netdev=net0 -netdev user,id=net0,hostfwd=tcp::5555-:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment