This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM335x Linux SDK configuration



I have a custom AM335x board.  I have  TI PinMux output  files for my custom board (mux.h , pinmux.h) .  But in new linux BSP provided by TI (version 2.0 and 3.0)

the kernel support  device tree for peripheral configuration. Is it necessary to port these 2 file to U-Boot source again?

also,

The default  make configuration for kernel is  tisdk_am335x-evm_defconfig  ,but our platform is based on BeagleBone Black with  a few change(Wifi instead of LAN)

we must use new configuration file or configure with menuconfig. In addition to these changes(1: DTS compile,  2: configure make) is it necessary to other change in source files , for example in board.c  or  spl.c?

Thank