Re: [yocto] No network at startup using core-image-minimal

2014-08-12 Thread Markus Eich
Thank you for the info. Solved it the following way: I added IMAGE_INSTALL += kernel_modules to my local.conf. Now SMSC95xx (plus some other modules, like joydrive) are autoloaded on boot. Cheers, Markus Am 12.08.2014 um 18:56 schrieb Rudolf Streif: Hi Markus, same result with the

[yocto] No network at startup using core-image-minimal

2014-08-08 Thread Dr. Markus Eich
Dear all, I am setting up my Odroid XU with yocto using the core-image-minimal receipe. Almost done and I am able to boot the system and log in via screen (UART), but.. The network is not present at start-up. When I do lsmod I just see Not tainted and no modules are loaded. The module I

Re: [yocto] No network at startup using core-image-minimal

2014-08-08 Thread Rudolf Streif
Hi Markus, Please try core-image-base instead of core-image-minimal. That should provide you with the necessary network support. Best regards, Rudi On Aug 8, 2014 6:46 AM, Dr. Markus Eich markus.e...@dfki.de wrote: Dear all, I am setting up my Odroid XU with yocto using the