Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

116 bytes added, 13:19, 17 May 2013
m
Build/configure Linux kernel
</pre>
The former command select the default Diva configuration, while the latter build builds the kernel binary image with the required u-boot header.
Default linux kernel configuration can be changed by using the standard ''menuconfig'', ''xconfig'', ''gconfig'' make target.
Subsequent builds just require ''uImage'' make target to update the binary image.
 
Once the build process is complete, the kernel binary image is stored into the <code>arch/arm/boot/uImage</code>.
==== Build/configure U-Boot only ====