Hi,
It seems that I could not access NAND in Linux. Here is what I did on the ZOOM 1808 Dev Kit:
- program boot image to NAND using CCS and it could boot from NAND now
- Rebuild Linux kernel to enable NAND under MTD (not enabled by default) based on this instruction:
http://processors.wiki.ti.com/index.php/GSG:_Building_Software_Components_for_OMAP-L1#Driver_configuration_in_the_Linux_kernel
- Boot up the Linux but it could not see the Linux partition, nothing at proc/mtd and no /dev/mtd* (I disabled SPI flash when rebuilding the kernel on purpose and I saw SPI flash partitions before the kernel change)
Am I missing something? How do I know if NAND is detected successfully besides checking /proc/mtd or /dev/mtd?
Thanks,
Brad