User Tools

Site Tools


armel

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
armel [2010/10/24 09:30] – created 92.195.88.85armel [2010/10/24 14:28] 92.195.88.85
Line 3: Line 3:
 Install qemu: Install qemu:
  
-  sudo pacman -S qemu+  sudo pacman -S qemu-kvm 
 + 
 +Add yourself to the kvm group. 
  
 Get an image from  http://people.debian.org/~aurel32/qemu/armel/ Get an image from  http://people.debian.org/~aurel32/qemu/armel/
Line 11: Line 14:
   wget http://people.debian.org/~aurel32/qemu/armel/vmlinuz-2.6.26-1-versatile   wget http://people.debian.org/~aurel32/qemu/armel/vmlinuz-2.6.26-1-versatile
  
-  qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel_small.qcow2 -append "root=/dev/sda1"+  qemu-system-arm qemu-kvm -enable-kvm -M versatilepb -kernel vmlinuz-2.6.26-1-versatile -initrd initrd.img-2.6.26-1-versatile -hda debian_lenny_armel_small.qcow2 -append "root=/dev/sda1" 
 + 
 +reconfigure keymap: 
 + 
 +  dpkg-reconfigure console-data 
 + 
 +  * choose from full list 
  
armel.txt · Last modified: 2010/10/24 14:42 by 92.195.88.85