Home > other >  Lunix - 2.6.32.2 kernel compilation process please explain it in detail, specific how should operate
Lunix - 2.6.32.2 kernel compilation process please explain it in detail, specific how should operate

Time:10-03

Lunix - 2.6.32.2 kernel compilation process please explain it in detail, specific how should operate?

CodePudding user response:

1. Make sure PLATFORM ${PLATFORM} _defconfig
A) make mini2440_defconfig generated./config (mini2440_defconfig copy to the current name repetition as. Config)
B) the cp config_mini2440_td35. Config//sure platform
2. Make menuconfig kernel cutting
A) modify the config
Compile option b) y has been connected to the kernel
C) n option does not compile nuclear
D) m compilation is not only the connection to the kernel, can be compiled to * * *. Ko
3. Make - j4
4. Make uImage
A) make Image
B) make zImage
C) make uImage
D) make modules compiled only option was selected as m
  • Related