Build and Deployment Workflow¶
This section collects the workflow topics that support the whole Embedded Linux learning repository.
The goal is not to replace the daily labs. Instead, these pages provide reusable references for tasks that appear repeatedly across the project:
- cross-compiling kernel modules
- building out-of-tree kernel modules
- compiling and installing Device Tree overlays
- checking kernel versions, headers, and module
vermagic - maintaining and deploying the MkDocs documentation site
Recommended Reading Order¶
- Cross Compilation
- Kernel Module Build Workflow
- Device Tree Overlay Build Workflow
- Kernel Version and vermagic
Related Labs¶
- Day07 - Cross-Compile Kernel Module
- Day04 - Device Tree Overlay
- Day05 - Kernel Module Hello World
- Day09 - GPIO LED Driver