[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[microblaze-uclinux] Kernel with network + hardware without ethernet



Hi all.
I am have board with microblaze+uClinux, but this board not have ethernet core.
If I turn off support network - all OK.
But I want debug my software in my board through telnet (through UART).
If I turn on network support, booting log have next part:
>Setting hostname:
>Setting up interface lo:
>No usable address families found.
>socket: Address family not supported by protocol
>Starting DHCP client:
 
When, when is started inetd, printing forever "Unable to create socket" :(
I think this for want of ethernet core, how fix this?