Hello
I'm trying to test linux kernel 2.6.29 for ARM in qemu. Iḿ using qemu1.2.0, compiled with command ./configure --disable-sdl --disable-kvm --target-list=arm-linux-user,arm-softmmu
sudo make install
I have compiled the kernel with Versatile configuration
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- versatile_defconfig
make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- -j 2 all
When i try to test it with qemu it produce an error
qemu-system-arm -M versatilepb -m 128M -kernel arch/arm/boot/zImage

oss: Could not initialize DAC
oss: Failed to open `/dev/dsp'
oss: Reason: No such file or directory
oss: Could not initialize DAC
oss: Failed to open `/dev/dsp'
oss: Reason: No such file or directory
audio: Failed to create voice `lm4549.out'
VNC server running on `127.0.0.1:5900'
pflash_write: Unimplemented flash cmd sequence (offset 0000000000000000, wcycle 0x0 cmd 0x0 value 0xf000f0) pflash_write: Unimplemented flash cmd sequence (offset 0000000000000000, wcycle 0x0 cmd 0x0 value 0xf0)

And stay there. I have test use some tutorials but nothing. Some body can explain me how do it?
Regards

--
************************************************
Lic. Reinier Millo Sánchez
Centro de Estudios Informáticos
Universidad Central "Marta Abreu" de las Villas


Reply via email to