Author Topic: Zaurus-debianeabi Under Qemu  (Read 2734 times)

matthis

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://badaboum.bidibom.free.fr/mat/
Zaurus-debianeabi Under Qemu
« on: April 20, 2008, 06:38:31 am »
Qemu 0.9.1 has support for zaurus emulation, so I gave it a go with yonggun-kernel and ZDevil's debian-eabi image.
In turns out to be about half the speed of the zaurus. (on Pentium4 2.2Ghz)

For those interested in trying, I made a qcow2 image of the rootfs:
http://badaboum.bidibom.free.fr/debianEabi...aurus.qcow2.bz2
(208.8M)

Install Qemu 0.9.1, and launch with:
qemu-system-arm -M terrier -portrait -mtdblock /dev/null -kernel yonggunKernel.hda1 -hda zDebian.qcow2

I wasn't able to make network work though.

amrein

  • Sr. Member
  • ****
  • Posts: 345
    • View Profile
    • http://
Zaurus-debianeabi Under Qemu
« Reply #1 on: April 20, 2008, 01:20:31 pm »
Can you add the kernel too on your website.
Would like to try...

matthis

  • Full Member
  • ***
  • Posts: 217
    • View Profile
    • http://badaboum.bidibom.free.fr/mat/
Zaurus-debianeabi Under Qemu
« Reply #2 on: April 20, 2008, 07:57:28 pm »
Here is the link from yonggun's blog: http://yonggun.tistory.com/72
Take the first one on the top: zImage.bin.hda1 (the modules are already extracted in the rootfs.)