Customizing Kernel

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
588件の閲覧回数
senthilkumar_s1
Contributor II

Which parameters I need to change on Kernel(Or any related Files) if I need to customize my OS{Linux},like I don't want few process to run always in my machine,which is affecting my performance?

ラベル(2)
0 件の賞賛
1 解決策
464件の閲覧回数
b36401
NXP Employee
NXP Employee

There is nothing special regarding to i.MX. I can provide you some common recomendations.

1. Linux kernel.

You can remove all unnessesary options and modules from the kernel.

For example if you do not need ethernet you can compile the kernel without its support.

2. OS.

You can remove all unnessesary services from startup.

3. hardware.

You can attach some effective radiator to the processor and set maximum frequencies.

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

元の投稿で解決策を見る

3 返答(返信)
464件の閲覧回数
senthilkumar_s1
Contributor II

Hi Victor,

          Thanks for your reply.Can you please elaborate the steps where I need to edit (File location) and what to edit(Parameters)?

0 件の賞賛
465件の閲覧回数
b36401
NXP Employee
NXP Employee

There is nothing special regarding to i.MX. I can provide you some common recomendations.

1. Linux kernel.

You can remove all unnessesary options and modules from the kernel.

For example if you do not need ethernet you can compile the kernel without its support.

2. OS.

You can remove all unnessesary services from startup.

3. hardware.

You can attach some effective radiator to the processor and set maximum frequencies.

Have a great day,

Victor

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. Thank you!

-----------------------------------------------------------------------------------------------------------------------

464件の閲覧回数
saurabh206
Senior Contributor III

Hi Senthil

Which BSP you are using?

There is configuration file in the kernel ,which is used to enable and disable feature in kernel.

check kernel_imx/arch/arm/configs/imx_v7_defconfig

Thanks

Saurabh