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
Next revision
Previous revision
Last revisionBoth sides next revision
building_uimage_and_debian_linux_kernel_package_for_internet_space_v1 [2013/05/22 12:54] staroxbuilding_uimage_and_debian_linux_kernel_package_for_internet_space_v1 [2013/05/22 12:58] starox
Line 44: Line 44:
 </code> </code>
  
-===== Cross -building issue =====+===== Cross-building debian package issue ===== 
 + 
 +There is a problem when cross-building debian package in Linux source.\\ 
 +Here is the patch to fix it :
  
 <code diff> <code diff>
Line 73: 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