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

Next revision
Previous revision
building_uimage_and_debian_linux_kernel_package_for_internet_space_v1 [2013/05/22 11:52] – created staroxbuilding_uimage_and_debian_linux_kernel_package_for_internet_space_v1 [2013/07/04 10:28] (current) starox
Line 1: Line 1:
 +We assume on this page than you are familiar with getting and building the Linux kernel for arm.\\
 +If you're not, you can go [[making_kernel_with_dtb|there]] for your first steps.
 +
 ====== Patching kernel ====== ====== Patching kernel ======
  
Line 41: 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 70: 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.1369216354.txt.gz · Last modified: 2013/05/22 11:52 by starox