My ultimate goal is to do some programming for the Angstrom Linux (or Debian or other Linux distros), on QEMU emulating ARM processor board s.a. Versatile board. I am happy to experiement, but if someone has attempted something similar, and can give little guidance, it might hasten progress.

My understanding of the steps needed are:- 1. Build QEMU from source (although I am not sure if a prebuilt binary won't do). I found QEMuManager on Windows (XP being my Desktop OS on which I intend to run QEMU). 2. Install ARM tool chain (e.g. Yagarto / GNU-ARM for Cygwin?) 3. Download an Angstrom Linux tarball and build it 4. Create a QEMU image with Angstrom Linux.

However I am missing on the details, as I believe there are choices to be made at each of those steps.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

The beagleboard, hawkboard, open-rd sites all tend to lead to their distros being built on qemu (arm), and from there there is no reason why you cannot just continue to keep running on the simulation instead of heading for hardware.

This is an example of how to do it with ubuntu. https://wiki.edubuntu.org/ARM/RootfsFromScratch

Yes it is also possible to cross compile everything as well, I would start with wiki pages that hand hold you through all of the steps. Or as with the hawkboard or beagleboard get a pre-built binary (kernel and root file system) and just boot it and run on that environment and not mess with building everything.

link|improve this answer
thanks. My eventual goal would be to possibly run my setup on Beagleboard (had not heard of the others), so this is a good lead to follow. – mike.dinnone May 12 '11 at 20:05
feedback

IMHO you should use a linux distribution as host machine for your QEmu instead of trying to compile/install all the QEmu stuff in a cygwin based system, it will remove some futur headaches. You can use a VMWare player with an ubuntu image.

I used to play with this tutorial for Debian on QEMU.

link|improve this answer
Thanks @cedric-julien. That is certainly a good pointer, and good advice. Eventually, I do intend to shift my development entirely on a Linux based system, but at the moment, due to other development dependencies would prefer to stay on Windows if possible. My current desktop might be somewhat underpowered to run 2 levels of nested virtualization (VMWare player and QEMU inside it), assuming that it is what you are suggesting. – mike.dinnone May 12 '11 at 17:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.