-
Notifications
You must be signed in to change notification settings - Fork 23
Compiling kernel.img
David Banks edited this page Jun 7, 2016
·
11 revisions
Make sure you are in the scripts directory:
cd src/scripts
Run the makefile:
make -B
(The -B flag forces a clean build)
There should be no errors or warnings, and a file called kernel.org should be been created.
Next: Deploying on a Pi
Hardware
Software
- Build dependencies
- Running cmake
- Compiling kernel.img
- Deploying on a Pi
- Recommended config.txt and cmdline.txt options
- Validation
- Compilation flags
Implementation Notes