Connect-ME 9210 - Booting Linux from flash

Hi,

I’ve been working with the kernel being loaded from tftp and a Rootfs from NFS without problems. Then, I partitioned the flash given the size of both images and decided to give them a try from flash.

I run from U-Boot:
update linux tftp
update rootfs tftp

and both flashing processes ended successfully. Then I restarted the system from flash (dboot linux flash) but the Linux kernel showed these errors whilst loading:

Root-NFS: Server returned error -13 while mounting /tftpboot/cme9210js
VFS: Unable to mount root fs via NFS, trying floppy.
List of all partitions:
No filesystem could mount root, tried: jffs2
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(2,0)

Here the kernel seems being loading the Root Filesystem from NFS again !! Is there any parameter from Kernel configs or U-boot in order to load rootfs only from flash?

Thanks for your help,

Daniel.

I solved the problem just restaring the project from scratch