Hello,
I use the SDK 06.00.00.00 and compiled with success the kernel and u-boot(am335x_evm config) and created an sd-card and put in the BeagleBone Black. It runs perfect.
Now I would like to add an external NAND flash instead of the internal eMMC, therefore I used the pinmux utility to config the correct pins and get pinmux.h and mux.h, I followed the wiki: http://processors.wiki.ti.com/index.php/Pin_Mux_Utility_for_ARM_MPU_Processors and the information from this post: http://e2e.ti.com/support/arm/sitara_arm/f/791/t/305744.aspx where I must put pinmux.h and mux.h.
After that I compiled U-boot(u-boot-2013.01.01-psp06.00.00.00) and I get and error: mux.c invalid use of undefined type 'struct module_pin_mux'
What did I do wrong?
Thanks in advance