All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Building bootable usb drive for target board with ext2
@ 2015-06-12 18:20 Patricia Holden
  2015-06-12 19:10 ` Thomas Petazzoni
  0 siblings, 1 reply; 9+ messages in thread
From: Patricia Holden @ 2015-06-12 18:20 UTC (permalink / raw)
  To: buildroot

I'm following examples of how to create a bootable usb for a target board
i'm doing some work for.  I am stuck at setting up grub for booting.  I
can't seem to get buildroot to put the bzImage into /boot directory for
grub to load.  My target ends up hanging.

I'm using latest buildroot via git and just ran "git pull" and rebuilt the
package last night.

Any ideas?

I've attached the .config & boot/grub/menu.lst I'm using.  Perhaps I set
something up incorrectly.

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150612/ea210229/attachment.html>
-------------- next part --------------
default		0
timeout		10

# Used when no splashimage is used
color 		cyan/blue white/blue

# Gets enabled/disabled depending on Grub support for splashimage

# Used when a splashimage is enabled
foreground 	000000
background 	cccccc

title Buildroot
	root (hd0,0)
	kernel /boot/bzImage rw root=/dev/sda1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config
Type: application/octet-stream
Size: 50455 bytes
Desc: not available
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150612/ea210229/attachment.obj>

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

end of thread, other threads:[~2015-06-13  3:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 18:20 [Buildroot] Building bootable usb drive for target board with ext2 Patricia Holden
2015-06-12 19:10 ` Thomas Petazzoni
2015-06-12 20:04   ` Patricia Holden
2015-06-12 21:49     ` Patricia Holden
2015-06-12 21:51       ` Thomas Petazzoni
2015-06-12 22:00         ` Patricia Holden
2015-06-12 22:43         ` Patricia Holden
2015-06-13  1:26           ` Patricia Holden
2015-06-13  3:31             ` Patricia Holden

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.