On Wed, Sep 23, 2009 at 02:30:01PM +0200, Crooks (Rigante) wrote: > I was wondering what level of support there is for Thumb-2. (Qemu 0.11 RC2) > I've compiled two linux-kernels, one with Thumb-2, and one without Thumb-2, > using the codesourcery compilers. I've then tried to boot these kernels with > the RealView emulation running an Cortex-A8 CPU. > The one without Thumb-2 manages to boot, but nothing seem to happen when > running the one compiled for Thumb-2.
This should work now, if you use the latest QEMU git and apply the three patches I just sent to the list. Make sure you boot a uImage, because when using a zImage QEMU always starts up in ARM mode. Rabin