Skip to content

Instantly share code, notes, and snippets.

@samueldr

samueldr/log.txt Secret

Created September 23, 2018 22:39
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 samueldr/cb7c6d9ac150aaad3979644e0c1c8ab3 to your computer and use it in GitHub Desktop.
Save samueldr/cb7c6d9ac150aaad3979644e0c1c8ab3 to your computer and use it in GitHub Desktop.
[nix-shell:~/tmp/kvm]$ qemu-system-aarch64 -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 virtio-blk-device,drive=mydisk -netdev user,id=net0 -de
vice virtio-net-pci,netdev=net0 -nographic -smp 1 -m 512M -enable-kvm -cpu host,aarch64=off
U-Boot 2018.07 (Jul 09 2018 - 14:24:14 +0000)
DRAM: 512 MiB
WARNING: Caches not enabled
In: pl011@9000000
Out: pl011@9000000
Err: pl011@9000000
Net: No ethernet found.
Hit any key to stop autoboot: 0
scanning bus for devices...
Device 0: unknown device
=>
qemu-system-aarch64: terminating on signal 15 from pid 5248 ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment