Hi,
I have successfuly setup the eXperimenter Dev kit to boot from the SD Card, with the file system on it (two partitions...). This took a bit of time but is working fine now.
I want to use NFS to mount a folder from the Ubuntu development computer, to debug and make easy file transfers to/from the dev kit.
There is a good reason why I need the kernal MLO and linux to boot from the SD card. All the boodcmd/bootargs options I have seen allows for mounting the root file system from nfs, but this is not what I need.
Simplier said:
mount -t nfs 192.168.2.60:/home/user/debug /debug
reports
"missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program)
My feeling is that nfs is handled by uBoot somehow in all setups described in the "getting started" pages.
Is there nfs support in the provided PSP? If so, how do I use it?
Any help is welcome (Note: I am pretty green on linux platform so I might be missing something obvious...)
Marc Pelletier