* [Buildroot] how to configure the ip address of beaglebone?
@ 2015-08-19 0:37 Hmidi Slim
2015-08-19 9:12 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Hmidi Slim @ 2015-08-19 0:37 UTC (permalink / raw)
To: buildroot
I followed the tutorial of free electrons to use rootfs overlay to
configure ip address but when I run make I got board/felabs/rootfs-overlay
no such file or directory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150819/8eb56a48/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] how to configure the ip address of beaglebone?
2015-08-19 0:37 [Buildroot] how to configure the ip address of beaglebone? Hmidi Slim
@ 2015-08-19 9:12 ` Thomas Petazzoni
[not found] ` <CA+yqE78WYbzyA9QcQ0ZwdRJZc4_yidePmuXQ2T9CUG-f8r3q+A@mail.gmail.com>
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-08-19 9:12 UTC (permalink / raw)
To: buildroot
Dear Hmidi Slim,
On Wed, 19 Aug 2015 02:37:30 +0200, Hmidi Slim wrote:
> I followed the tutorial of free electrons to use rootfs overlay to
> configure ip address but when I run make I got
> board/felabs/rootfs-overlay no such file or directory
Because the path to your overlay is wrong. But that's all we can say
since you don't provide the necessary details to allow us to give a
more detailed answer.
Please read http://www.catb.org/esr/faqs/smart-questions.html#beprecise.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] how to configure the ip address of beaglebone?
[not found] ` <20150819115212.61ed0b97@free-electrons.com>
@ 2015-08-19 9:56 ` Hmidi Slim
2015-08-19 10:07 ` Thomas Petazzoni
0 siblings, 1 reply; 4+ messages in thread
From: Hmidi Slim @ 2015-08-19 9:56 UTC (permalink / raw)
To: buildroot
I got these message errors:
/sbin/ldconfig.real: Can't open configuration file
/home/slim/Bureau/projet_stage/buildroot/output/target/etc/ld.so.conf: No
such file or directory
/sbin/ldconfig.real: /usr/lib/libstdc++.so.6.0.19-gdb.py is not an ELF file
- it has the wrong magic bytes at the start.
( \
echo "NAME=Buildroot"; \
echo "VERSION=2015.05"; \
echo "ID=buildroot"; \
echo "VERSION_ID=2015.05"; \
echo "PRETTY_NAME=\"Buildroot 2015.05\"" \
) > /home/slim/Bureau/projet_stage/buildroot/output/target/etc/os-release
>>> Copying overlay board/felabs/beagleboneblack/rootfs-overlay
rsync: change_dir
"/home/slim/Bureau/projet_stage/buildroot//board/felabs/beagleboneblack/rootfs-overlay"
failed: No such file or directory (2)
rsync error: some files/attrs were not transferred (see previous errors)
(code 23) at main.c(1070) [sender=3.0.9]
make: *** [target-finalize] Error 23
2015-08-19 11:52 GMT+02:00 Thomas Petazzoni <
thomas.petazzoni@free-electrons.com>:
> Dear Hmidi Slim,
>
> Please don't reply to me directly. Keep the list in Cc.
>
> Thanks,
>
> Thomas
>
> On Wed, 19 Aug 2015 11:25:18 +0200, Hmidi Slim wrote:
> > I got these message errors:
> > /sbin/ldconfig.real: Can't open configuration file
> > /home/slim/Bureau/projet_stage/buildroot/output/target/etc/ld.so.conf: No
> > such file or directory
> > /sbin/ldconfig.real: /usr/lib/libstdc++.so.6.0.19-gdb.py is not an ELF
> file
> > - it has the wrong magic bytes at the start.
> >
> > ( \
> > echo "NAME=Buildroot"; \
> > echo "VERSION=2015.05"; \
> > echo "ID=buildroot"; \
> > echo "VERSION_ID=2015.05"; \
> > echo "PRETTY_NAME=\"Buildroot 2015.05\"" \
> > ) >
> /home/slim/Bureau/projet_stage/buildroot/output/target/etc/os-release
> > >>> Copying overlay board/felabs/beagleboneblack/rootfs-overlay
> > rsync: change_dir
> >
> "/home/slim/Bureau/projet_stage/buildroot//board/felabs/beagleboneblack/rootfs-overlay"
> > failed: No such file or directory (2)
> > rsync error: some files/attrs were not transferred (see previous errors)
> > (code 23) at main.c(1070) [sender=3.0.9]
> > make: *** [target-finalize] Error 23
> >
> >
> > My .config:http://pastebin.com/MhtrBCzA
> >
> > 2015-08-19 11:12 GMT+02:00 Thomas Petazzoni <
> > thomas.petazzoni at free-electrons.com>:
> >
> > > Dear Hmidi Slim,
> > >
> > > On Wed, 19 Aug 2015 02:37:30 +0200, Hmidi Slim wrote:
> > >
> > > > I followed the tutorial of free electrons to use rootfs overlay to
> > > > configure ip address but when I run make I got
> > > > board/felabs/rootfs-overlay no such file or directory
> > >
> > > Because the path to your overlay is wrong. But that's all we can say
> > > since you don't provide the necessary details to allow us to give a
> > > more detailed answer.
> > >
> > > Please read
> http://www.catb.org/esr/faqs/smart-questions.html#beprecise.
> > >
> > > Best regards,
> > >
> > > Thomas
> > > --
> > > Thomas Petazzoni, CTO, Free Electrons
> > > Embedded Linux, Kernel and Android engineering
> > > http://free-electrons.com
> > >
>
>
>
> --
> Thomas Petazzoni, CTO, Free Electrons
> Embedded Linux, Kernel and Android engineering
> http://free-electrons.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150819/314bfe27/attachment.html>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] how to configure the ip address of beaglebone?
2015-08-19 9:56 ` Hmidi Slim
@ 2015-08-19 10:07 ` Thomas Petazzoni
0 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2015-08-19 10:07 UTC (permalink / raw)
To: buildroot
Dear Hmidi Slim,
On Wed, 19 Aug 2015 11:56:31 +0200, Hmidi Slim wrote:
> >>> Copying overlay board/felabs/beagleboneblack/rootfs-overlay
> rsync: change_dir
> "/home/slim/Bureau/projet_stage/buildroot//board/felabs/beagleboneblack/rootfs-overlay"
> failed: No such file or directory (2)
I think this error message is clear. The path of the rootfs overlay you
specified in the Buildroot configuration does not exist.
Best regards,
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-08-19 10:07 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 0:37 [Buildroot] how to configure the ip address of beaglebone? Hmidi Slim
2015-08-19 9:12 ` Thomas Petazzoni
[not found] ` <CA+yqE78WYbzyA9QcQ0ZwdRJZc4_yidePmuXQ2T9CUG-f8r3q+A@mail.gmail.com>
[not found] ` <20150819115212.61ed0b97@free-electrons.com>
2015-08-19 9:56 ` Hmidi Slim
2015-08-19 10:07 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox