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/AM5728: Yocto Configure Linux

Part Number: AM5728

Tool/software: Linux

Hi,

How to enable spidev from yocto.

Thanks,

Mike

  • Hello,

    You need to use menuconfig option from yocto. You can refer link [1] for more info.

    Example: bitbake linux-yocto -c menuconfig

    (Note: Replace linux-yocto with your kernel recipe name)

     Device Drivers  --->

    [*] SPI support  --->  

    <*> User mode SPI device driver support  

    Cheers,

    --Prabhakar Lad