Open main menu

DAVE Developer's Wiki β

Changes

Software Manual (Diva)

208 bytes added, 13:37, 17 May 2013
m
Build/configure Linux kernel
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>file.This file can be copied to the <code>/srv/tftp/divelk/</code> directory with the following command: <pre>dvdk@dvdk-vm:~/diva/delk/linux-am33x.git$ sudo cp arch/arm/boot/uImage /srv/tftp/divelk/</pre>
==== Build/configure U-Boot only ====