Skip to content

sndnvaps/BDA-Lexikon

 
 

Repository files navigation

#README file create by sndnvaps

Before you compile the kernel You have to add the toolchains binary in to the PATH environment command as below : export PATH=$PATH:/you/path/to/toolchains/arm-eabi-4.4.x/bin

2nd. Use the cd command into the please you ,put the kernel source code as below: cd /you/path/to/kernel-source-code

3.modify the Makefile at the top of the source code gedit /you/path/to/kernel-source-code/Makefile go to line 190 checkout ,if it has define SUBARCH := arm go to line 193 checkout ,if it has define CROSS_COMPILE ?= arm-eabi- if it dont define SUBARCH := arm ,in the line 190 you have to add it.

4.-Alternate configuration commands

make BDA-Lexikon_defconfig

Create a ./.config file by using the default symbol values from arch/arm/configs/BDA-Lexikon_defconfig

5.COMPILING the kernel -Make sure you have at least gcc 3.2 avaailable so we use arm-eabi-4.4.x toolchain to build the kernel image

use the command : make To create a compressed kernel image .

6.compile it ,at least half hour. so ,you can have a coffic or milk. When it finish , You can get the compressed kernel from arch/arm/boot/zImage YOu can get the kernel module (as wireless module ) drivers/net/wireless/bcm4329_204/bcm4329.ko

7.Good luck. 8.bugreport sndnvaps@gmail.com

About

HTC Lexikon/Merge Kernel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.0%
  • Assembly 2.3%
  • Objective-C 0.4%
  • C++ 0.2%
  • Perl 0.1%
  • Shell 0.0%