All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Image created is not booting, waiting for infinite time
@ 2012-01-28  8:25 inblueswithu
  2012-01-28 11:49 ` Thomas Petazzoni
  2012-01-28 12:24 ` Samuel Martin
  0 siblings, 2 replies; 9+ messages in thread
From: inblueswithu @ 2012-01-28  8:25 UTC (permalink / raw)
  To: buildroot

Hi,

I am trying to build a custom ARM linux kernel which must be very small 
in size. I'm new to these things.

NOTE: As I was getting errors with u-boot, I omitted bootloaders (i 've 
not selected any of it).
After compilation, I 've got zImage and rootfs.ext2 images.
When I try to run the image

    $ 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.

It waits here for infinite time. I also tried like this as shown in 
/board/qemu/arm-versatile/readme.txt/

    $ qemu-system-arm -M versatilepb -kernel ./output/images/zImage
    -append "root=/dev/sda console=ttyAMA0,115200" -serial stdio
    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.

Here also it waits for infinite time. I dont know if my configuration is 
wrong or the way I'm trying to boot is wrong.
I'm attaching my configuration file also.
This is not the first time it is happening like this. I tried using 
Cross-LFS(clfs) for doing this (custom ARM linux OS).
Even then It has same effect, it waits for infinite time after that last 
line!!
Can someone plz help me.

Thanks & Regards
/inblueswithu/

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120128/9a043e3a/attachment-0001.html>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: .config
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20120128/9a043e3a/attachment-0001.ksh>

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-01-30  8:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-28  8:25 [Buildroot] Image created is not booting, waiting for infinite time inblueswithu
2012-01-28 11:49 ` Thomas Petazzoni
2012-01-29  6:30   ` inblueswithu
2012-01-29  9:36     ` Thomas Petazzoni
2012-01-29 11:42       ` inblueswithu
2012-01-29 11:44         ` Thomas Petazzoni
2012-01-29 12:05           ` inblueswithu
2012-01-30  8:11           ` inblueswithu
2012-01-28 12:24 ` Samuel Martin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.