編寫Android的LKM(Linux Kernel Module)

來源:互聯網
上載者:User

預設的核心是不支援載入與卸載LKM的,所以在編譯Android的Linux核心之前,需要配置下,

在Android的Linux核心的原始碼,目錄下,運行

$ make menuconfig

出現如下的圖片:

另外,按向左鍵選擇,卸載模組相關

 

注意:

如果用官方的模擬器核心或者沒有進行以上的配置的話:

1 運行 insmod hello.ko 來載入模組的時候,會提示

 insmod: init_module 'hello.ko' failed (Function not implemented)

2 而如果運行 rmmod hello.ko 來卸載模組的時候,會提示

rmmod: delete_module 'hello.ko" failed (errno 38)

當編譯完andorid的核心後,重新編譯我們的hello模組,然後用我們自己編譯的核心啟動模擬器:
$ emulator -avd AVD15 -kernel ~/android_source/kernel/common/arch/arm/boot/zImage -show-kernel
//其中
~/android_source/kernel/common/arch/arm/boot/zImage 是編譯產生的核心的Image
//而 show-kernel 是為了顯示系統的Log資訊
操作如下:
1)載入與卸載LKM

2)核心的Log資訊


參考:
1. http://tjworld.net/wiki/Android/Linux/ARMCrossCompileOnIntel#BuildaCustomModule
2  在 Android Emulator 中開發 LKM 程式
3 http://comments.gmane.org/gmane.comp.handhelds.android.kernel/810

附件,本文的測試程式
相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.