Forum Discussion
MLei01
New Contributor
6 years agoHow could customer compile the network driver on the Yocto OS?
Our customer used the Yocto OS on the DE2i-150 board (which equips with Intel® Atom™ Dual Core Processor N2600 CPU), and she wanted to load the network driver on the Yocto OS, how when she comipled ...
FawazJ_Altera
Frequent Contributor
6 years agoHello,
Usually we compile the custom linux drivers on the host machine (the development machine) not on the board itself.
Lets say you finished the linux compilation, then you can compile your module using the linux headers (the one that you are using in your project).
If this is a driver from the kernel, then it should be part of kernel compilation to compile the module.
Please let me know which approach are you referring to, so I can help you.
Thank you.