imx28-nfs server does't go

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx28-nfs server does't go

862 Views
Nico
Contributor II

hi..i have a board with imx28 processor;i'm using ltib with kernel 2.6.35. i make boot from sd. i download the kernel via tftp and the last message in the serial port is the following:

 

....

VFS: Cannot open root device "nfs" or unknown-block(0,255)

Please append a correct "root=" boot option; here are the available partitions:

Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,255)

 

What could be the problem?

Thank you in advance

Labels (1)
0 Kudos
2 Replies

601 Views
netstv
Contributor II

Do you have your root nfs directory setup correctly?

 

On my system it is /tftpboot/imx28/.... 

 

Where the imx28 directory has my entire system there.

 

It seems to me your NFS world is not setup correctly.

 

-stv

0 Kudos

601 Views
SamGandhi
Contributor II

Do you have CONFIG_ROOT_NFS=y in your .config when building kernel?

 

Also what is your boot command line?

 

Option shown below in boot cmdline  works.

 

ip=192.168.137.1::192.168.137.254:255.255.255.0::eth0: root=/dev/nfs nfsroot=192.168.137.254:/tftpboot/,v3,tcp noinitrd

0 Kudos