Index of /~aurel32/qemu/arm
Name Last modified Size Description
Parent Directory -
README.txt 16-Aug-2008 18:38 1.5K
debian_etch_arm_small.qcow.gz 11-Sep-2007 03:31 220M
initrd.img-2.6.18-4-versatile 18-Aug-2007 17:52 2.6M
vmlinuz-2.6.18-4-versatile 18-Aug-2007 17:52 1.2M
Debian Etch ARM image for QEMU
------------------------------
This directory contains a Debian Etch ARM image for QEMU and the corresponding
kernel and initrd:
a10423a99bed52dd2969d9749c54c9d6 debian_etch_arm_small.qcow.gz
77a2b1e61029a4f05c53385c116c6da3 initrd.img-2.6.18-4-versatile
47cdce13f531d191cccecac3caab1c04 vmlinuz-2.6.18-4-versatile
The image is a gzipped 10GiB image in QCOW format on which a standard Debian
Etch system has been installed using the following options:
- Language: English
- Installation: Standard system
- Mirror: ftp.de.debian.org
- Hostname: debian-arm
- Root password: root
- User account: user
- User password: user
To use this image, you need to install QEMU 0.9.1 (or later). Then you
need to unpack the image:
gunzip debian_etch_arm_small.qcow.gz
Then start QEMU with the following arguments:
qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.18-4-versatile -initrd initrd.img-2.6.18-4-versatile -hda debian_etch_arm_small.qcow -append "root=/dev/sda1"
If you don't want to start QEMU in graphic mode, you can use the -nographic
option. The image is configured to display a login prompt on the first serial
port (ttyAMA0). If you want to switch the boot messages to the serial port,
you need to add "console=ttyAMA0" after "root=/dev/sda1".
By default QEMU emulate a machine with 128MiB of RAM. You can use the -m option
to increase or decrease the size of the RAM. It is however limited to 256MiB.