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.

SYSCONFIG: phy selection gone when custom board is clicked

Part Number: SYSCONFIG

Tool/software:

Hi TI Experts,

My sysconfig version is 1.25.0+4268. The reference is AM243x MCU+ SDK: Using Ethphy Devices Supported Out-of-Box.

Our board uses Dp83867. But when I clicked custom board, the panel of phy 1 configuration disappears.

I assume we still need to implement file enet_custom_board_config.c for custom boards?

  • Hi,

    The option custom board enables users to include their own board config files. This includes the option of available on-board PHYs. If you are using custom board, you can use the PHY configuration generated by sysconfig, and use it to create the enet_custom_board_config.c file. On the other hand, if you are only trying to change the PHY to one of the already supported devices, you can simply change the PHY used, and not select the custom board option at all. 

    I assume we still need to implement file enet_custom_board_config.c for custom boards?

    Yes, if you are using custom board option, you have to create your version of enet_custom_board_config.c file based on the components on your board. Please let us know if you have any further queries.

    Regards,
    Teja.