arm 이나 mips테스트 할 때 가까 가용하는 qemu 이미지 사이트
3.2 는 apt-get 이 되는데 2.6은 apt-get 이 되지 않는다
메인 사이트가 더이상 서비스 되지 않기 때문이다.
$ sudo apt-get install build-essential
그래서 gcc를 설치하려면 위 명령어 한개만 치면 되는데
여러개 막 설치해 주어야 하고 귀찮은 일들이 많이 일어난다
이때 아카이빙을 source.lists에 넣으면 apt-get 을 사용할 수 있게 된다.
(참고)
데비안 아카이빙 사이트
http://archive.debian.org/debian-archive/
(참고)
qemu download
All images are 25GiB images in QCOW2 format on which a Debian Squeeze or Wheezy
system has been installed. The standard images correspond to a "Standard system"
installation, while the desktop images correspond to a "Standard system" +
"Desktop environment" with Gnome, KDE and Xfce environments. On Wheezy the
original default desktop environment is Gnome and the default display manager is
GDM. These can not work in QEMU, as Gnome needs an accelerated graphics card,
which is not provided by QEMU. Moreover both Gnome and GDM need more than the
default 128MiB memory provided on QEMU. They have therefore been replaced
respectively by Xfce and LightDM on the Wheezy desktop image. Both Gnome and GDM
are still installed on the image, and the original default can be restored using
the following commands:
- update-alternatives --auto x-session-manager
- echo /usr/sbin/gdm3 > /etc/X11/default-display-manager
The other installation options are the following:
- Keyboard: US
- Locale: en_US
- Mirror: ftp.debian.org
- Hostname: debian-armel
- Root password: root
- User account: user
- User password: user
To use these images, you need to install QEMU 1.1.0 (or later). Start
QEMU with the following arguments:
- qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.32-5-versatile -initrd initrd.img-2.6.32-5-versatile -hda debian_squeeze_armel_standard.qcow2 -append "root=/dev/sda1"
- qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.32-5-versatile -initrd initrd.img-2.6.32-5-versatile -hda debian_squeeze_armel_desktop.qcow2 -append "root=/dev/sda1"
- qemu-system-arm -M versatilepb -kernel vmlinuz-3.2.0-4-versatile -initrd initrd.img-3.2.0-4-versatile -hda debian_wheezy_armel_standard.qcow2 -append "root=/dev/sda1"
- qemu-system-arm -M versatilepb -kernel vmlinuz-3.2.0-4-versatile -initrd initrd.img-3.2.0-4-versatile -hda debian_wheezy_armel_desktop.qcow2 -append "root=/dev/sda1"
By default QEMU emulates a machine with 128MiB of RAM. The -m option increases
or decreases the size of the RAM. It is however limited to 256MiB. 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
(참고)
https://people.debian.org/~aurel32/qemu/armel/