Hi,
I have loaded the uImage kernel downloaded from the support section into the board using:
nand erase 0x00100000 0x00200000
t 0x22000000 uImage
nand write.jffs2 0x22000000 0x00100000 $(filesize)
After that I run:
bootd
The kernel booted, but at the end it shows:
No filesystem could mount root, tried: jffs2
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)
I read on the forum that this could be caused by a parameter in bootargs that is different between the 2.6.25 and the 2.6.27.4 kernel.
I think I could solve this rebooting the board and resetting the bootargs variable, but once rebooted the board hangs on:
RomBoot
>
What should I do?
Regards,
Samuele.