Forum Discussion
Altera_Forum
Honored Contributor
19 years ago --- Quote Start --- originally posted by k v naresh@May 9 2006, 02:54 PM hi hippo,
thank you for the information.
i have the plain stratix-1s10 board with me now. i don't have this usb adapter card.
you said ethernet method is the easier & faster mechanism !!!
do we need to encapsulate our data into packets & send it or is there some default built-in mechanism, which takes care of data transmission?
but my idea is that anyway, i am using usbblaster for programming fpga etc, cant i use the same means/method to have the data transfer from my host pc?
best regards,
k v naresh
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=15212)
--- quote end ---
--- Quote End --- Though it is possible, it is diffcult and slow to use the usb blaster for data transfer. There are many methods to use Ethernet. 1. ftp, run ftp server on your PC, widnows or linux. run ftp client on your nios II. then you can get or put file via ftp protocal by nios II . 2. nfs run nfs server on your Linux PC. mount nfs on your nios II. then you can read or write files on the nfs by nios II . If you need more details, let me know.