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.

TDA4AL-Q1: how are lsmod modules loaded?

Part Number: TDA4AL-Q1

Hi expert,

Our customers would like to know how these below modules are loaded automatically? They cannot find the related configuration files in the /etc/modules-load.d/. Thanks

Best Regards,

Xingyu Zhu

  • Hi Zhu,

    If you are using the Linux SDK then the easiest way for you to insert new modules is by doing the below steps:

    • Set the relevant CONFIG options = m (Build them as module)
    • cd $SDK_PATH
    • make linux
    • sudomake linux_install
    • Just cross check if the relevant .ko are built.
    • Finally boot and check the lsmod command

    - Keerthy