カーネル周波数の変更について質問があります。
以下を使用してカーネルをコンパイルしました。
make menuconfig(do some changes in config)
(under Processor type and features->Timer frequency to change frequency)
1.fakeroot make-kpkg --initrd --append-to-version=-mm kernel-image kernel-headers
2.export CONCURRENCY_LEVEL=3
3.sudo dpkg -i linux-image-3.2.14-mm_3.2.14-mm-10.00.Custom_amd64.deb
4.sudo dpkg -i linux-headers-3.2.14-mm_3.2.14-mm-10.00.Custom_amd64.deb
次に、カーネルの周波数を変更したい場合は、
私がしたことは:
I replaced .config file with my own config file
(since I want to do this automatically without opening make menuconfig ui)
次に、ステップ1、2、3、4をもう一度繰り返します
とにかく、上記の 4 つの手順を繰り返す必要はありませんか?
どうもありがとう!!!!