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.

AM4378: Pinmux source files for U-boot

Part Number: AM4378


We have custom board. Using pinmux tool dev.ti.com/.../app.html , Generated pinmux source files by giving pinmux file as input.
The U-boot which is using for the board is 2016, I have replaced the Evk board pinmux files with the generated pinmux files in the U-boot source. The header files included in the generated source files are not available in the U-boot source(say pinmux.h).


can I use the generated source files to replace pinmux files of Evk board in U-boot source or the generated source files are only for Linux Kernel?

  • They should be the same.
  • Thanks for the reply.

    When I used the pinmux source files generated using pinmux tool in U-boot 2016 source, it is giving compilation issues due to the absence of header files(pinmux.h, types.h).

    Whether the generated pinmux source files using pinmux tool is compatible with only specific U-boot versions?

    Do we need to do any modifications for the generated pinmux source files for compatible with U-boot 2016, as the header files pinmux.h, types.h are not available. I have tried by commenting the header file pinmux.h and types.h, but I am getting more compilation issues.