Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- u0_a275@t03g:/ $ cat /proc/version
- 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
- ################################################################################
- HOW TO BUILD KERNEL FOR GT-N7100_ALL_KK_WW
- 1. How to Build
- - get Toolchain
- download and install arm-2010q1 toolchain for ARM EABI.
- Extract kernel source and move into the top directory.
- $ export CROSS_COMPILE=/opt/toolchains/arm-2010q1/bin/arm-none-linux-gnueabi-
- $ make t0_04_defconfig
- $ make -j64
- 2. Output files
- - Kernel : Kernel/arch/arm/boot/zImage
- - module : Kernel/drivers/*/*.ko
- 3. How to Clean
- $ make clean
- 4. How to make .tar binary for downloading into target.
- - change current directory to Kernel/arch/arm/boot
- - type following command
- $ tar cvf GT-N7100_ALL_KK_WW.tar zImage
- ################################################################################
Advertisement
Add Comment
Please, Sign In to add comment