- This topic has 0 replies, 1 voice, and was last updated 2 weeks, 2 days ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Homepage › Forums › Modular Dev Kits › DK-57TS-LPC3250 › Issue mounting nfs server
(This message was transferred over from our old forum)
Posted August 17, 2015
By Todd DeBoer
[hr]
On 7/30/10 jorge.castro asked, “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 kernel and fs mount process I got some issues with mounting the nfs servers”
[hr]
(Follow up post)
Answered:
The solutions is specifying to the bootargs (on u-boot) wsize/rsize parameters, having it like:
root=/dev/nfs rw nfsroot=
where “