From: Felipe Balbi <[EMAIL PROTECTED]> Hi all,
I still couldn't flash a jffs2 filesystem to my dm355 so I'm asking anyone who has a jffs2 flashed to dm355 to test the following patches. It seems to work fine since I can see the partitions are created, as well as the devnodes but due to the old yaffs2 (that doesn't even exist anymore) filesystem flashed in dm355's nand, I can't really mount it and see everything is fine. Here's some output: Creating 5 MTD partitions on "davinci_nand": 0x00000000-0x003c0000 : "bootloader" 0x003c0000-0x00400000 : "params" 0x00400000-0x00800000 : "kernel" 0x00800000-0x20800000 : "filesystem1" 0x20800000-0x40000000 : "filesystem2" davinci_nand davinci_nand: controller rev. 2.3 VFS: Cannot open root device "mtdblock3" or unknown-block(31,3) Please append a correct "root=" boot option; here are the available partitions: 1f00 3840 mtdblock0 (driver?) 1f01 256 mtdblock1 (driver?) 1f02 4096 mtdblock2 (driver?) 1f03 524288 mtdblock3 (driver?) 1f04 516096 mtdblock4 (driver?) Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(31,3) Note that these, depend on David Brownell's recent patches. Felipe Balbi (3): arch: davinci: pass emif control base via resource mtd: nand: cleanup to davinci nand driver arch: davinci: add nand flash support to dm355 arch/arm/mach-davinci/board-dm355-evm.c | 65 ++++++ arch/arm/mach-davinci/board-dm644x-evm.c | 19 +- arch/arm/mach-davinci/board-sffsdr.c | 19 +- drivers/mtd/nand/davinci_nand.c | 366 ++++++++++++++++++------------ 4 files changed, 311 insertions(+), 158 deletions(-) _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
