Hello,
I am trying to set up eth0 and eth1 on my BeagleBone Black with TI SDK version 3.0. I have been trying to use this (http://processors.wiki.ti.com/index.php/AM335x_CPSW_(Ethernet)_Driver's_Guide) as well as the TI Sitara Boot Camp series (https://docs.google.com/open?id=0BzESOSf028mLTjlPYmVJTUlTODA) as reference. A few of the things that I found confusing as I looked through these:
- I don't see an option for "Dual EMAC" mode when I run make menuconfig on the kernel
- Some of the code that is being asked for the user to add onto the board.c files (i.e. the CONFIG_CMD variables) have already been declared in the source files.
I'm not sure of what I need to change in the SDK source code to set up eth1...