- Linux Device Driver Development Cookbook
- Rodolfo Giometti
- 62字
- 2021-06-24 13:54:09
Configuring and building the kernel
Now, it's time to download the kernel sources and then configure and build them. This step is needed for several reasons: the first one is that we need a kernel for our ESPRESSObin in order to boot an OS, and the second one is that we need a configured kernel sources tree to compile our drivers into.