2017-01-11 53 views
0

我的內核命令行將內存限制爲159Mi。phram.ko插入不會創建/ dev/entry或/ proc/mtd條目

insmod phram.ko phram=phram-test,0x9f00000,1Mi 

phram: phram-test device: 0x100000 at 0x9f00000 

沒有設備獲取的/ dev/mtdchar/phram測試 的/ dev/mtdchar不存在創建。

我在我的內核命令行中有一個mtdparts列表,但我想到了當phram插入時,它會將自身附加到列表中。

mtdchar和的mtdblock被構建爲

有誰建議下一步的調試這個問題的內核(= Y)的一部分?

回答

0

原來的供應商內核已經註釋掉在mtdcore.c一條線,顯得尤爲要緊:

//err = add_mtd_device(mtd); 

FML