Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by espian@Jun 30 2006, 09:45 PM what about nfs to a linux machine....all you need is a supercheap pc, load linux, copy your file to it, setup your nios board for nfs, and boot. if you already have a linux pc you're almost there already.
while i don't have much nios experience, i have done a lot of other linux development on embedded platforms and have always utilized nfs mounts. this is much easier than creating a flash image everytime something changes and is meant to work as a mounted fs, so it gets around the ftp issue that you noted. samba is similar, but to act as a connection to windows fs--which throws many more variables into the mix.
keith
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16580)
--- quote end ---
--- Quote End --- Keith .. thanks a lot .. can you please tell me how to prepare my linux to act as a server to share on NFS ?? .. also .. will i use " mount " command on the uClinux ..or it needs a seperate client ?? .. pls help .. i feel that i miss many vital concepts http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/sad.gif <div class='quotetop'>QUOTE </div> --- Quote Start --- You might want to implement a tftp clien in your application. It's not very difficult, your app can control the read requests, and there are plenty of servers you can use on unix and windoze machines. Regards, --Scott[/b] --- Quote End --- Dear Scott, .. can u please tell me a demo code example (psudo) about that .. I will appretiate any kind of help http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/smile.gif Thanks guys .. you are really pushing me further .. and forward http://forum.niosforum.com/work2/style_emoticons/<#EMO_DIR#>/biggrin.gif