Forum Discussion
Altera_Forum
Honored Contributor
20 years agofile transfer over JTAG UART
Hi all, I need to transfer a file from the PC to the Nios II on a custom board over the JTAG UART. Is there any way to have the IDE (5.1, but could use 6.0 if needed) open the file on the PC, ...
Altera_Forum
Honored Contributor
20 years agoAgreed. The host filing system is a great way to go for running experiments. There's a software example found in the Nios II kit, as well...
In the Nios II IDE, select New Project and then the "host filing system". Follow the directions in the source file, and you should be good to go. --- Quote Start --- originally posted by graham@Jun 29 2006, 03:05 PM will the host based file system help you out?
this is a faclity that allows file access by coding file open/close/read/write instructions in to your nios code that access the file system on the pc via the jtag connection.
graham
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=16534)
--- quote end ---
--- Quote End ---