Advertisement
Guest User

Untitled

a guest
Feb 27th, 2011
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.33 KB | None | 0 0
  1. $ cat run-qemu
  2. #!/bin/sh
  3.  
  4. qemu-system-arm -M versatilepb \
  5.         -append "console=tty1 console=ttyS0,115200n8 logo.nologo debug root=/dev/sda rootfstype=ext2" \
  6.         -kernel zImage-qemuarm.bin \
  7.         -sd sdcard.img \
  8.         -hda native-sdk-image-qemuarm.ext2 \
  9.         -net nic -net user,hostfwd=tcp:127.0.0.1:2222-:22
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement