I am loading the DM365 filesystem from SD Card, and updating the kernel in the NAND flash using flash utils. The u-boot and kernel can load from NAND, but then I cannot access the MTD device to write a new kernel or boot environment. The error is /dev/mtd0: no such file or directory. When I look in /dev there are no mtd* entries, and the kernel boot log contains no NAND initialization messages. When I run tftpboot and nboot, the mtd* entries are created. If I press Reset on my DM365 board and type bootm (without nboot), mtd is still available. Can you tell me why mtd is not created in these conditions?
Robert Mellen