Hi,

Has any one tried writing jfss2 filesystem on to nand using uboot ???

I am using following stem but MTD->READ is returning error


1]nand erase 0x460000 sizeof_filesystem_image

2]transfer jffs2 filsystem image to 0x80700000

3]nand write 0x80700000 0x460000 sizeof_filesystem_image

4]In kernel i set boot args as follow


setenv bootargs mem=120M console=ttyS0,115200n8 root=/dev/mtdblock3 rw
init=/bin/sh noatime rootfstype=jffs2
setenv bootcmd 'nboot 0x80700000 0 0x60000;bootm'

ANd while booting i am getting  errors like MTD->READ, ECC error etc


Thanks
Deepak
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to