June 2017
Intermediate to advanced
478 pages
13h 14m
English
To build a kernel image, you need to know what your bootloader expects. This is a rough guide:
Here is an example of building a zImage file:
$ make -j 4 ARCH=arm CROSS_COMPILE=arm-cortex_a8-linux-gnueabihf- zImage
There is a small issue with building a uImage file for ARM with multi-platform support, which is the norm for the current generation ...
Read now
Unlock full access