This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM8148 Ethernet eth1 interface not coming up

Hi,

             I am using ti8148 EVM evaluation board, when I am connecting both the Ethernet cables only one eth0 is coming up of the command ifconfig -a and eth0 interface is working fine . I have tried to up the eth1 by the command ifup eth1 and ifconfig eth1 <> netmask <> up but it is saying no eth1 device is present. Please help to bring up the eth1 interface.

Regards.

  • Hi Sudheer,

    Are you using EZSDK 5.05.02.00 / PSP 04.04.00.01?

    When I boot up and try to enable the eth1, I have:

    root@dm814x-evm:~# ifup eth1
    ifconfig: SIOCGIFFLAGS: No such device
    ifconfig: SIOCGIFFLAGS: No such device
    eth1      No such device

    ifconfig: SIOCGIFFLAGS: No such device

    But then when I remove the eth cable and then switch it again I have:

    root@dm814x-evm:~# PHY: 0:01 - Link is Up - 100/Full

    root@dm814x-evm:~# ifup eth1
    ifup: interface eth1 already configured

    Now I can ping the host PC successfully.

    Regards,
    Pavel

     

  • Sudheer,

    Please have a look also in the below links:

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_04.04.00.01_Feature_Performance_Guide#Driver_Features_5

    Dual EMAC mode

    Bringing up the Two Ethernet switch ports as Individual EMAC interfaces to Applications and Disabling Switch functionality.

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_ETHERNET_Switch_User_Guide#Dual_Standalone_EMAC_mode

    http://arago-project.org/git/projects/?p=linux-omap3.git;a=commit;h=55257dafb9305eaf0a87b146891019c1db8743aa

    http://arago-project.org/git/projects/?p=linux-omap3.git;a=commit;h=fc5e1a5e52cf63f2b8724d2db624b172a48e09ba

    http://e2e.ti.com/support/dsp/davinci_digital_media_processors/f/716/t/297225.aspx

    Regards,
    Pavel

  • Hi Pavel,

    I followed the instroduction from  http://processors.wiki.ti.com/index.php/TI81XX_PSP_ETHERNET_Switch_User_Guide#Dual_Standalone_EMAC_mode    

    to configure Dual Standalone EMAC mode, but still can not come up eth1.

    root@dvr:~# ifconfig eth1 up
    ifconfig: SIOCGIFFLAGS: No such device

    ths