Hi,
Probably a silly question, but here goes:
I want to lift some drivers from the Linux bsp for the ADS5121. I have installed Debian Linux, applied the Freescale BSP and run LTIB.
So far I haven't been able to find the sources for the drivers - speicifically it's the DIU I'm interested in.
Can anyone guide me to finding the driver sources under the Linux installation please?
Cheers
Martin
Hello,
I don't understand your question entirely but I will try to answer:
- If you want the kernel sources from your host, you need to install the appropriate package from your distribution and kernel that install the sources under /usr/src.
- If you want the kernel sources from ltib, you can see the packages under /opt/freescale/pkgs/. Also you can "install" the sources (with patches): "./ltib -p kernel -m scprep" , you can see the sources under ltib/rpm/BUILD/linux.
- If you want a specific driver you can find it under the folder drivers.
I hope it will help
Regards,
Medina