Hi
So, I have EZSDK 5_05_02_00 installed and followed the guide here:
http://processors.wiki.ti.com/index.php/DM816x_C6A816x_AM389x_EZ_5.02_Software_Developers_Guide#Setting_up_the_EZ_SDK
But I want to be able to disable various devices (especially USB as this is giving me the error "hub 2-0:1.0: over-current change on port 1"). This USB error has been discussed elsewhere a few times, but I'm not sure how to get around it.
Mention is made of "make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- menuconfig" but from what directory do you run that? Is it /usr/src/linux-headers-2.6.32-38 ?
That certainly starts a menu configuration screen, but what do you do after that? If I run the above command, do I then go back to EZSDK and do a "make linux" ?
Thanks.