Forum Discussion
Altera_Forum
Honored Contributor
21 years agoHi cetic,
Did you disable CFI in the MTD config for your kernel? Or were you unable to get that far? > Something else : I plan to use my AMD flash to boot the system, and my > NAND flash as a filesystem. > Is this possible ? Is there any restriction ? Several AMD parts are supported by the jedec chip driver ... but this may not matter if you're not using it for a filesystem. I don't believe there is a NAND chip driver in the 2.6 kernel ... so you'll probably need to code one up for a read/write filesystem. If you're planning on a read-only filesystem on the NAND, you can just use a generic rom driver. Regards, --Scott