-----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: 1d6b77eb5e644882c04d227edaed2c01 debian_etch_arm_small.qcow2 145f7116cd77f136dbe7e68125659188 initrd.img-2.6.18-6-versatile c83c1e64c3836c813aced178967d7d21 vmlinuz-2.6.18-6-versatile 1311ca3b7fc5260719c1c0cb5bf4206c debian_lenny_arm_small.qcow2 6fe3d66028930121c4bf9ec72cba10b5 initrd.img-2.6.26-2-versatile 0fa9435a29a671c7cd0a1c5faf5b49b2 vmlinuz-2.6.26-2-versatile Both images are 10GiB images in QCOW2 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.10.0 (or later). 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.qcow2 -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.qcow2 -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) iD8DBQFLAXVBw3ao2vG823MRAl0MAJ9IDtoNRGybmomAmJzVSFjH7x3h2gCeLd9S n0LbQSghBHtCD93w+UM2DcI= =A85k -----END PGP SIGNATURE-----