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.

netcp: Created interface "eth0"

Other Parts Discussed in Thread: AM3352

Hello

i found on the web a trace "keystone-netcp 2090000.netcp: Created interface "eth0"" that indicates the cration of interfaces ethernet.

How can i activate these traces ?

How can we force to create second eth1 interface ?

thanks

Best regards

  • Hello

    thanks for the reply

    i configured  in the kernel  to have   TI CPSW Switch as Dual EMAC.

    Is this validation mandatory to have 2 ethernet interfaces eth0 and eth1 on an AM3352 evm board ?

    It seems that the board is then very slow (due to nfs i think).

    -I use the following boot args :

    setenv serverip 192.168.213.44

    setenv ipaddr 192.168.213.43

    setenv bootargs console=ttyS0,115200n8 noinitrd

    setenv rootpath /home/pengwyn/ti-sdk-am335x-evm-05.06.00.00/targetNFS

    setenv netargs 'run bootargs_defaults;setenv bootargs ${bootargs} root=/dev/nfs nfsroot=${serverip}:${rootpath},proto=tcp,port=2049 rw ip=192.168.213.43'

    setenv netboot echo Booting from network ...; setenv autoload no;  dhcp; tftp ${kloadaddr} ${bootfile}; run netargs; bootm ${kloadaddr}

    -i just connect eth1 on a hub with no link to network, then do the command "ifconfig eth1 192.168.213.42"

    -what am i missing to make the board work normally

    regards