Index of /~aurel32/qemu/arm

Icon  Name                           Last modified      Size  Description
[DIR] Parent Directory - [TXT] README.txt 14-Apr-2009 17:17 2.1K [   ] debian_etch_arm_small.qcow.gz 10-Dec-2008 12:51 165M [   ] debian_lenny_arm_small.qcow.gz 14-Apr-2009 16:42 137M [   ] initrd.img-2.6.18-6-versatile 07-Dec-2008 21:28 3.3M [   ] initrd.img-2.6.26-2-versatile 14-Apr-2009 17:11 3.9M [   ] vmlinuz-2.6.18-6-versatile 07-Dec-2008 21:28 1.2M [   ] vmlinuz-2.6.26-2-versatile 14-Apr-2009 17:11 1.4M
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Debian Etch and and Lenny ARM images for QEMU
=============================================

This directory contains Debian Etch and Lenny ARM images for QEMU and the
corresponding kernels:
  bb0cef3e22222649b7793c4b3d688f5b  debian_etch_arm_small.qcow.gz
  145f7116cd77f136dbe7e68125659188  initrd.img-2.6.18-6-versatile
  c83c1e64c3836c813aced178967d7d21  vmlinuz-2.6.18-6-versatile
  2631841310b9db773d8ce50be6f12a60  debian_lenny_arm_small.qcow.gz
  6fe3d66028930121c4bf9ec72cba10b5  initrd.img-2.6.26-2-versatile
  0fa9435a29a671c7cd0a1c5faf5b49b2  vmlinuz-2.6.26-2-versatile

Both images are gzipped 10GiB images in QCOW format on which a standard Debian
Etch or Lenny 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 these images, you need to install QEMU 0.9.1 or later. Then you need to
unpack the image:
  gunzip debian_etch_arm_small.qcow.gz
  gunzip debian_lenny_arm_small.qcow.gz

Then start QEMU with the following arguments:
  qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.18-6-versatile -initrd initrd.img-2.6.18-6-versatile -hda debian_etch_arm_small.qcow -append "root=/dev/sda1"
  qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.26-2-versatile -initrd initrd.img-2.6.26-2-versatile -hda debian_lenny_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 emulates 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.

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFJ5MUnw3ao2vG823MRAgPWAJ9oSYTnHTPIJJyr1CAQjFiCHURngQCffQmS
dUzkVm04lfbbSmf4k9wOqw4=
=FhaG
-----END PGP SIGNATURE-----