Guest User

Untitled

a guest
Nov 26th, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. #!/bin/sh
  2. qemu-system-arm -M realview-pbx-a9 -m 1024M -nographic \
  3. -kernel openwrt-realview-vmlinux.elf \
  4. -sd openwrt-realview-sdcard.img \
  5. -net nic -net tap \
  6. -enable-kvm \
  7. -cpu host \
  8. -append "console=ttyAMA0 verbose debug root=/dev/mmcblk0p1"
Add Comment
Please, Sign In to add comment