Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kernel image doesnt boot over network[NFS]. #14

Open
sdisrar opened this issue Aug 15, 2012 · 2 comments
Open

kernel image doesnt boot over network[NFS]. #14

sdisrar opened this issue Aug 15, 2012 · 2 comments
Assignees

Comments

@sdisrar
Copy link

sdisrar commented Aug 15, 2012

Followinf everything ,as per the scripts and making the kernel image i m not able to boot the image over NFS.
problem is regarding smsc95xx driver and DHCP .please help

@ghost ghost assigned RobertCNelson Aug 15, 2012
@RobertCNelson
Copy link
Owner

Sorry, that's not a default target for this project (it should actually pull the driver from the initrd.img* but it doesn't)...

So an easy fix is to change:
CONFIG_USB_NET_SMSC95XX=m
to:
CONFIG_USB_NET_SMSC95XX=y

Tested: with 3.2.x & 3.4.x on the Beagle xM about a month ago...

@sdisrar
Copy link
Author

sdisrar commented Aug 17, 2012

hello Robert !!

     Thanks for reply ,

CONFIG_USB_NET_SMSC95XX=m
to:
CONFIG_USB_NET_SMSC95XX=y

i Already done that , somehow it could manage to initiate smsc95xx driver
but when it comes to DHCP Request sending...it take too much time and timed
out of it..so now i think problem is in DHCP .please help.

On Thu, Aug 16, 2012 at 3:45 AM, Robert Nelson [email protected]:

Sorry, that's not a default target for this project (it should actually
pull the driver from the initrd.img* but it doesn't)...

So an easy fix is to change:
CONFIG_USB_NET_SMSC95XX=m
to:
CONFIG_USB_NET_SMSC95XX=y

Tested: with 3.2.x & 3.4.x on the Beagle xM about a month ago...


Reply to this email directly or view it on GitHubhttps://github.com//issues/14#issuecomment-7770941.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants