Cannot NFS/Network Deploy on M54455EVB

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

Cannot NFS/Network Deploy on M54455EVB

2,688 Views
forums_frank
Contributor I

Hello,

 

I’m new to LTIB. I was using LTIB try to NFS/Network deploy the Freescale M54455EVB following every instruction provided by Freescale but I always see the error

 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

eth0: config: auto-negotiation on, 100FDX, 100HDX, 10FDX, 10HDX.

IP-Config: Complete:

      device=eth0, addr=172.16.10.221, mask=255.255.0.0, gw=172.16.0.4,

     host=172.16.10.221, domain=, nis-domain=(none),

     bootserver=192.168.0.158, rootserver=192.168.0.158, rootpath=

Looking up portof RPC100003/2 on 192.168.0.158

Looking up portof RPC100005/1 on 192.168.0.158

VFS: Mounted root (nfs filesystem).

free_initmem: __init_begin = 0xc02d8000  __init_end = 0xc02ec000

Setting the hostname to freescale

Mounting /proc and /sys

Mounting filesystems

mount: Mounting  on swap        swap    defaults          0       0 failed: No such file or directory

Starting syslogd and klogd

Setting up networking on loopback device:

Setting up networking on eth0:

udhcpc (v0.9.9-pre) started

nfs: server 192.168.0.158 not responding, still trying

 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

 

As you can see the last line captured indicating the NFS server is not responding(?) Does it mean the NFS is not set up well? (I’ve followed up every instruction Freescale provided).

Has anybody ever experienced this issue?

 

Many thanks.

Labels (1)
0 Kudos
Reply
4 Replies

1,357 Views
forums_frank
Contributor I
Thanks for all the help. It was a netwrk config problem.
0 Kudos
Reply

1,357 Views
Durian
Contributor I
Hi, I am having the same NFS problem with my MX21ADS build. Can you advise what is your exec command string to get it working?

How did you resolve the network config problem?

Thanks
0 Kudos
Reply

1,357 Views
BRUNONUNES
Contributor I
Hi:
you should test if the nfs service is working, using this:
as root type:
#mount your_pc_ip:/tftpboot/ltib /mnt
/tftpboot/ltib is the directory that has the link to your filesystem.
If you are not able to see your filesystem at /mnt, the nfs service is not working :smileysad:
You can try this #service nfs restart
and repeat the process. If it isn t work yet try
./exportfs -ra
I hope it helps.
best regards
Bruno R. Nunes
0 Kudos
Reply

1,357 Views
kmahan
Contributor I
Hi,

It would appear to be a problem in the network configuration.

What is the net info for your board, nfs server, netmask?

What is the command line you are booting the kernel with?

And what are the ltib settings for your Network setup?

--Kurt
0 Kudos
Reply