
Hi ,
I have been trying to create MTD partitions and JFFS2 file system on ST linux kerenel version 2.6.12
The processor is Nomadik. The development board is NMTV10.
I enabled MTD paprameters and JFFS2 parameters while configuring the kernel.
Attached is the .config file and the log of u-boot prompt.
I erased the nand with command
nand erase 0x400000 0x800000
Now i loaded the jffs2 image
loadb 0x100000
Now i write this to Nand
nand write.jffs2 0x100000 0x400000 0x002c0000 where 0x002c0000 is the size of kerenl image.
I get the message kerenl panic. with the statement no Init found.
Did i miss anything while configuring the kerenel.
i set boot command option as follow
mem=64M root=dev/ram0 console=ttyAMA1,112500n8
Did i miss anything ?
I would appreciate your response.