VecH

Untitled

Jan 21st, 2017
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. u0_a275@t03g:/ $ cat /proc/version
  2. Linux version 3.0.31-8332939 (dpi@SWDD3914) (gcc version 4.4.3 (GCC) ) #1 SMP PREEMPT Wed Jun 8 21:56:46 KST 2016
  3.  
  4.  
  5. ################################################################################
  6. HOW TO BUILD KERNEL FOR GT-N7100_ALL_KK_WW
  7.  
  8. 1. How to Build
  9. - get Toolchain
  10. download and install arm-2010q1 toolchain for ARM EABI.
  11. Extract kernel source and move into the top directory.
  12.  
  13. $ export CROSS_COMPILE=/opt/toolchains/arm-2010q1/bin/arm-none-linux-gnueabi-
  14. $ make t0_04_defconfig
  15. $ make -j64
  16.  
  17. 2. Output files
  18. - Kernel : Kernel/arch/arm/boot/zImage
  19. - module : Kernel/drivers/*/*.ko
  20.  
  21. 3. How to Clean
  22. $ make clean
  23.  
  24. 4. How to make .tar binary for downloading into target.
  25. - change current directory to Kernel/arch/arm/boot
  26. - type following command
  27. $ tar cvf GT-N7100_ALL_KK_WW.tar zImage
  28. ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment