Hello,
I'm just starting my experience of ARM-57TS-LPC3250 and LTIB. Trying to
implement file system in NFS, I'm able to obtain a fully functional OS
on the board, but during the boot kernel and root filesystem mount
process I got some issues with the nfs server:
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 OK
Starting the dropbear ssh server:
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 not responding, still trying
nfs: server 192.168.100.84 OK
nfs: server 192.168.100.84 OK
starting pid 376, tty '': '-/sbin/getty -L ttyTX0 115200 vt100'
Welcome to Future Designs, Inc. LPC3250 Linux
The default password for the root account is: root
please change this password using the 'passwd' command
and then edit this message (/etc/issue) to remove this message
nxp login:
This just delay the mounting process, because at the end the system
works, but I want to delete this issue.
Any ideas?