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
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/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.\\ 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 you're first steps.+If you're not, you can go [[making_kernel_with_dtb|there]] for your first steps.
  
 ====== Patching kernel ====== ====== Patching kernel ======
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