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.

Linux/AM3352: board.c

Part Number: AM3352

Tool/software: Linux

Many board.c files are present in u-boot in the paths like

arch/arm/cpu/armv7/am335x/board.c

board/ti/am335x/board.c

how these board.c files are usefull in u-boot  ??

  • Hi,

    Inspect the source code. The board.c files include pinmux, clock & ddr settings, preparing the interfaces needed for booting the board, etc... All of this is needed so that your board can be prepared for booting the kernel image.

    Best Regards,
    Yordan