Hello to all,
I'm very newbye in arm & linux development...
I'm developing my application over BeagleBone with sdk 05.04.01.00 psp.
if i modify pin mux settings with PinMux util for am3359 cpu, how can i use "mux.h" & "pinmux.h" output file?
In documentation is described how to use it for am 35xx, am37xx etc., but not for am335x.
What am I doing wrong?
thank to all.
Newbie here too...
I have 2.3.1.0 of the utility, but the linux sdk 5.04.01.00 pdf (p 168) describes 2.2.0.0 of the utility. That doc says..
""" The first header file is device-specific andit specifies all the pad configuration registers that can be programmed on the device. The secondheader file is board-specific and it specifies all the pin multiplex and pad configuration settings thatwere generated for your specific system design.
>>>>> The output sample header files are in the format usedfor the AM35x / AM37x / OMAP35x U-Boot source code. For other supported devices, the source codeprovides a complete description of all settings but is not directly usable as U-Boot source code. <<<< """
So, I'm guessing some manual editing of the .h files is required on the BeagleBone?