Other Parts Discussed in Thread: OMAP-L137, PCF8574, DA8XX, TSC2004
Hello,
I am trying to get a jffs file system in the nand device. I have successfully configured and flashed UBL, uboot, and kernel image to nand and these are booting up just fine. For now I am nfs mounting the file system from my development PC.
I have reached the point where I need to configure the kernel to create the nand partitions and use the nand driver for these. I have not been successful as the kernel is still using SPI flash as the main MTD device. I have run menuconfig and enabled the nand on SoC but still only get the SPI flash mtd. I.e., when I try to flash rootfs.jffs2.tar.gz I get an error because the 30M filesystem won't fit on the 2M spi flash. Also, when booting with bootargs describing the rootfs in nand the kernel panics as it cannot find the fs, I think because it is still looking in spi flash.
thanks for any help you can give!
Dan
