User Tools

Site Tools


building_uimage_and_debian_linux_kernel_package_for_internet_space_v1

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
building_uimage_and_debian_linux_kernel_package_for_internet_space_v1 [2013/05/22 12:56] staroxbuilding_uimage_and_debian_linux_kernel_package_for_internet_space_v1 [2013/05/22 12:58] starox
Line 76: Line 76:
 </code> </code>
  
 +====== Building kernel ======
 +
 +<code>
 +make ARCH=arm KBUILD_DEBARCH=armel CROSS_COMPILE=arm-linux-gnueabi- deb-pkg
 +</code>
 +
 +<code>
 +mkimage -A arm -O linux -T kernel -C none -a 0x00008000 -e 0x00008000 -n Linux_is uImage-$( cat include/config/kernel.release )
 +</code>
  
building_uimage_and_debian_linux_kernel_package_for_internet_space_v1.txt · Last modified: 2013/07/04 10:28 by starox