This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Linux networking on Juno board

Hi,

I have the Juno board booting with the Linaro Linux rootfs and kernel version 3.10.52.  I see an eth0 device inside of Linux, and from the boot messages, I see that it's trying to DHCP an address, but neither DHCP nor assigning a static IP to the interface brings up a working network.  Prior to booting Linux, if I start the FTP server from the Cmd> prompt I do get an address and the FTP server starts, so I know that the network connection itself is good.  Should the ethernet interface work inside of Linux?

I've also tried recompiling the kernel to enable USB networking, which kind of works. But the ASIX AX88772 drivers tend to crash the kernel after a short time.  If I need to use a USB-> ethernet adapter, are there recommendations for adapters that are known to work well?

thanks,

JP

Parents
  • Hi,

    I would recommend running the latest binaries released as is and make sure network is working.

    Then you can place your kernel and filesystems one by one to isolate the issue if the hardware

    works fine with released binaries.

    Regards,

    Sudeep

Reply
  • Hi,

    I would recommend running the latest binaries released as is and make sure network is working.

    Then you can place your kernel and filesystems one by one to isolate the issue if the hardware

    works fine with released binaries.

    Regards,

    Sudeep

Children