User Tools

Site Tools


armel

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
armel [2010/10/24 14:28] 92.195.88.85armel [2010/10/24 14:42] (current) 92.195.88.85
Line 3: Line 3:
 Install qemu: Install qemu:
  
-  sudo pacman -S qemu-kvm+  sudo pacman -S qemu
  
-Add yourself to the kvm group.+Prepare qemu networking 
 + 
 +  pacman -S bridge-utils 
 + 
 +<file bash /etc/qemu-ifup> 
 +#!/bin/sh 
 +echo "Executing /etc/qemu-ifup" 
 +echo "Bringing up $1 for bridged mode..." 
 +sudo /sbin/ifconfig $1 0.0.0.0 promisc up 
 +echo "Adding $1 to br0..." 
 +sudo /usr/sbin/brctl addif br0 $1 
 +sleep 2 
 +</file> 
 + 
 +chmod 755 the script 
 + 
 +  chmod 755 /etc/qemu-ifup
  
  
Line 14: Line 30:
   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 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"+  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"
  
 reconfigure keymap: reconfigure keymap:
armel.txt · Last modified: 2010/10/24 14:42 by 92.195.88.85