[Buildroot] Image created is not booting, waiting for infinite time

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat Jan 28 11:49:31 UTC 2012


Le Sat, 28 Jan 2012 13:55:19 +0530,
inblueswithu <inblueswithu at hotmail.com> a écrit :

>     $ qemu-system-arm -M versatilepb -m 128 -kernel
>     ./output/images/zImage --nographic
>     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'
>     Uncompressing Linux... done, booting the kernel.

Most likely your kernel configuration is wrong. Please use the
qemu_arm_versatile_defconfig available in Buildroot as an initial
configuration, so that you start from a known-working configuration for
the ARM Versatile platform emulated by Qemu.

For example, your configuration selects the armeb architecture, while
most likely the Versatile Qemu support in arm only (i.e little-endian).
More or less everybody uses little-endian on ARM anyway, so you should
really start from here.

Best regards,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com


More information about the buildroot mailing list