Hello Community
I'm currently working on the cpsw driver and the switch-config software provided by TI. Here the link:
http://processors.wiki.ti.com/index.php/AM335x_CPSW_%28Ethernet%29_Driver%27s_Guide
I'm using the 3.12 Kernel and the driver configuration works just fine, but the switch-config software doesn't seem to work with the new Kernel. I get following output from strace
ioctl(3, 0x89c0, 0xbea93c08) = -1 ENOTTY (Inappropriate ioctl for device)
It seems the switch-config software was provided with the 3.2 Kernel and some patches had to be applied to the 3.2 Kernel in order to make it work.
Has anybody tried to configure the switch with the switch-config software under 3.12 Kernel?
Thx in advance
Johannes