Software Archive
Read-only legacy content
17061 Discussions

No network support enabled/configured when you build from yocto meta-intel-iot-devkit

Gary_C_
Beginner
442 Views

When a user tries to build yocto image based on the following docs the Network support is not configured or plumbed to "eth0"

http://software.intel.com/sites/default/files/managed/f1/49/building_yocto_and__ipks.pdf

Built with "bitbake iot-devkit-prof-dev-image"

root@clanton:~# cat /proc/version

Linux version 3.8.7-yocto-standard (gmcollin@haro) (gcc version 4.8.1 (GCC) ) #1 Mon Apr 14 12:29:48 PDT 2014

root@clanton:~# ifconfig -a

lo        Link encap:Local Loopback  

          inet addr:127.0.0.1  Mask:255.0.0.0

          inet6 addr: ::1/128 Scope:Host

          UP LOOPBACK RUNNING  MTU:65536  Metric:1

          RX packets:12 errors:0 dropped:0 overruns:0 frame:0

          TX packets:12 errors:0 dropped:0 overruns:0 carrier:0

          collisions:0 txqueuelen:0 

          RX bytes:892 (892.0 B)  TX bytes:892 (892.0 B)

 

 

 

0 Kudos
2 Replies
Tom_Ingleby_Intel
442 Views

What firmware do you have on your Galileo?
Also did you build from sstate download or from git sources. If git, which branch did you build from.
 

0 Kudos
Gary_C_
Beginner
442 Views

I updated it last week. Running Arduino 1.5.3. 

Built from git sources fails with networking.  The 4.5gb sstate version works fine.  

This is the steps I use to create a repo.

git clone git://git.yoctoproject.org/meta-intel-iot-devkit

 cd meta-intel-iot-devkit/

source iot-devkit-init-build-env

bitbake iot-devkit-prof-dev-image 

0 Kudos
Reply