All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Q
@ 2011-09-16  7:25 Александр
  2011-09-16  7:30 ` Yegor Yefremov
  2011-09-16  7:36 ` Arnout Vandecappelle
  0 siblings, 2 replies; 7+ messages in thread
From: Александр @ 2011-09-16  7:25 UTC (permalink / raw)
  To: buildroot

An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110916/088c7468/attachment.html>

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

* [Buildroot] Q
  2011-09-16  7:25 [Buildroot] Q Александр
@ 2011-09-16  7:30 ` Yegor Yefremov
  2011-09-16  7:36 ` Arnout Vandecappelle
  1 sibling, 0 replies; 7+ messages in thread
From: Yegor Yefremov @ 2011-09-16  7:30 UTC (permalink / raw)
  To: buildroot

Hi Alex,

> If i upload?BuildRoot?to my embedded board,?support?isa,usb and other
> interface drivers?available?

this has nothing to do with buildroot. It is just your kernel
configuration. Execute make linux-menuconfig and select needed drivers
as in your BSP.

Yegor

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

* [Buildroot] Q
  2011-09-16  7:25 [Buildroot] Q Александр
  2011-09-16  7:30 ` Yegor Yefremov
@ 2011-09-16  7:36 ` Arnout Vandecappelle
  1 sibling, 0 replies; 7+ messages in thread
From: Arnout Vandecappelle @ 2011-09-16  7:36 UTC (permalink / raw)
  To: buildroot


On Friday 16 September 2011 09:25:31, ????????? wrote:
> If i upload BuildRoot to my embedded board, support isa,usb and other
> interface drivers available?

 That depends on your Linux kernel configuration.  Do a 'make linux26-
menuconfig' and enable the drivers you require.

 On embedded systems, the distro-style of enabling all possible drivers in the 
kernel often doesn't work.  So the kernel configuration is typcally rather 
minimal.  However, for many evaluation kets a board-specific defconfig exists 
in the kernel.  You can select it with the BR2_LINUX_KERNEL_DEFCONFIG 
buildroot configuration option.  Some evaluation kits also have a predefined 
buildroot setup: look in the configs/ directory.


 Regards,
 Arnout

-- 
Arnout Vandecappelle                               arnout at mind be
Senior Embedded Software Architect                 +32-16-286540
Essensium/Mind                                     http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium                BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  31BB CF53 8660 6F88 345D  54CC A836 5879 20D7 CF43

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

* [Buildroot] Q
  2011-09-15 12:38 Александр
  2011-09-15 12:56 ` Michael S. Zick
  2011-09-15 13:03 ` Thomas Petazzoni
@ 2011-09-15 18:46 ` Thomas De Schampheleire
  2 siblings, 0 replies; 7+ messages in thread
From: Thomas De Schampheleire @ 2011-09-15 18:46 UTC (permalink / raw)
  To: buildroot

Hi,

2011/9/15 ????????? <sitesv@narod.ru>:
> Good day!
> I cant start make core for buildroot distro.
> I was download tar.bz2 archive, unpack his, and take command "make
> menuconfig"...
> After that, i save new config file and print "make":
>
> [root at localhost buildroot-2011.08]# make
> /usr/bin/make -j1? HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++"
> silentoldconfig
> make[1]: Entering directory
> `/home/sitesv/soft/buildroot_distr/buildroot-2011.08'
> KCONFIG_AUTOCONFIG=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/auto.conf
> KCONFIG_AUTOHEADER=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/autoconf.h
> KCONFIG_TRISTATE=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/tristate.config
> BUILDROOT_CONFIG=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/.config
> /home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/conf
> --silentoldconfig Config.in
> #
> # configuration written to
> /home/sitesv/soft/buildroot_distr/buildroot-2011.08/.config
> #
> #
> # make dependencies written to .auto.deps
> # ATTENTION buildroot devels!
> # See top of this file before playing with this auto-preprequisites!
> #
> make[1]: Leaving directory
> `/home/sitesv/soft/buildroot_distr/buildroot-2011.08'
>>>> host-gmp 5.0.1 Downloading
> /gmp/gmp-5.0.1.tar.bz2: Unsupported scheme.

Another problem seems to be that the download URL is incomplete. Did
you change something about this in the configuration (e.g. set a
mirror?)

Can you post your config file?

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

* [Buildroot] Q
  2011-09-15 12:38 Александр
  2011-09-15 12:56 ` Michael S. Zick
@ 2011-09-15 13:03 ` Thomas Petazzoni
  2011-09-15 18:46 ` Thomas De Schampheleire
  2 siblings, 0 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2011-09-15 13:03 UTC (permalink / raw)
  To: buildroot

Le Thu, 15 Sep 2011 16:38:43 +0400,
????????? <sitesv@narod.ru> a ?crit :

> What i do wrong?

You mistakenly removed the value of the BR2_GNU_MIRROR configuration
option, so Buildroot has no idea where to download GNU packages.

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

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

* [Buildroot] Q
  2011-09-15 12:38 Александр
@ 2011-09-15 12:56 ` Michael S. Zick
  2011-09-15 13:03 ` Thomas Petazzoni
  2011-09-15 18:46 ` Thomas De Schampheleire
  2 siblings, 0 replies; 7+ messages in thread
From: Michael S. Zick @ 2011-09-15 12:56 UTC (permalink / raw)
  To: buildroot

On Thu September 15 2011, ????????? wrote:
> Good day!
> I cant start make core for buildroot distro.
> I was download tar.bz2 archive, unpack his, and take command "make menuconfig"...
> After that, i save new config file and print "make":
> ?
> [root at localhost buildroot-2011.08]# make
>

One of your problems, your running as "root".
Buildroot is designed and intended to be run as a normal user.

Mike
> /usr/bin/make -j1? HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig
> make[1]: Entering directory `/home/sitesv/soft/buildroot_distr/buildroot-2011.08'
> KCONFIG_AUTOCONFIG=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/tristate.config BUILDROOT_CONFIG=/home/sitesv/soft/buildroot_distr/buildroot-2011.08/.config /home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/buildroot-config/conf --silentoldconfig Config.in
> #
> # configuration written to /home/sitesv/soft/buildroot_distr/buildroot-2011.08/.config
> #
> #
> # make dependencies written to .auto.deps
> # ATTENTION buildroot devels!
> # See top of this file before playing with this auto-preprequisites!
> #
> make[1]: Leaving directory `/home/sitesv/soft/buildroot_distr/buildroot-2011.08'
> >>> host-gmp 5.0.1 Downloading
> /gmp/gmp-5.0.1.tar.bz2: Unsupported scheme.
> make: *** [/home/sitesv/soft/buildroot_distr/buildroot-2011.08/output/build/host-gmp-5.0.1/.stamp_downloaded] Error 1
> ?
> What i do wrong?
> --
> ?
> Best regards, Alexandr

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

* [Buildroot] Q
@ 2011-09-15 12:38 Александр
  2011-09-15 12:56 ` Michael S. Zick
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Александр @ 2011-09-15 12:38 UTC (permalink / raw)
  To: buildroot

An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20110915/ec27dc10/attachment.html>

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

end of thread, other threads:[~2011-09-16  7:36 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-16  7:25 [Buildroot] Q Александр
2011-09-16  7:30 ` Yegor Yefremov
2011-09-16  7:36 ` Arnout Vandecappelle
  -- strict thread matches above, loose matches on Subject: below --
2011-09-15 12:38 Александр
2011-09-15 12:56 ` Michael S. Zick
2011-09-15 13:03 ` Thomas Petazzoni
2011-09-15 18:46 ` Thomas De Schampheleire

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.