On Fri, 2009-08-28 at 10:18 +0800, linghai624 wrote: > Hi,I'm trying to boot kernel 2.6.31-rc4 on dm6446 evm ,but when it > booted we can get this information both IDE and Flash are enabled, but > they share AEMIF pins.Disable IDE for NAND/NOR support. So I can't > mount my filesysterm via NFS, how to ? >
Actually, the IDE/FLASH both enabled message has nothing to do with mount filesystem on NFS. The IDE/FLASH message is just a warning that you need to disable either IDE or FLASH in kernel config because they are pin muxed. In other words, only one will work, but not both at the same time. Assuming you enable NFS on kernel config and set up everything up correctly, it would just work. Regards, Steve _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
