I'm trying to get Nand flash support compiled into the kernel for a custom board with an AM1802 processor. I've followed the wiki page "
GSG: Building Software Components for OMAP-L1/AM1x" and set the following settings in the kernel configuration and recompiled:
NAND
Device Drivers --->
< > MMC/SD/SDIO card support --->
<*> Memory Technology Device (MTD) support --->
[*] MTD partitioning support
[*] Command line partition table parsing
<*> Direct char device access to MTD devices
<*> Common interface to block layer for MTD 'translation layers'
<*> Caching block device access to MTD devices
<*> NAND Device Support --->
<*> Support NAND on DaVinci SoC
However, after booting this kernel, I don't see a /dev/mtdX device. Are there other step required to actually use the nand flash?