Altera_Forum
Honored Contributor
14 years agoAdding MTD support
Hello,
We got a system that is not accessible, it only has an ethernet port. The OS was built without MTD support. We like to ftp all the MTD related kernel files to it, insert the kernel modules, and then we like to update the zImage. We recompiled the kernel to have module MTD support, we identified all the ko files. We have tried to insert the following modules: mtd_blkdevs.ko mtdblock.ko mtdchar.ko cfi_cmdset_0001.ko cfi_cmdset_0002.ko cfi_probe.ko chipreg.ko gen_probe.ko physmap.ko When we insert the last kernel module (physmap.ko), it is suppose to create: /proc/mtd We don't see this entry. We have also tried to create the block and character devices in the /dev directory. But so far it doesn't work. What are we missing? Help!!!