Forum Discussion
Altera_Forum
Honored Contributor
20 years agohow to send a file to fpga through jtag uart?
hi,everyone! i want to sent the file (for exmple a.dat)of host through the jtag uart to the sdram,which in up3 board.i have get some exmples as for the message sent by uart to host,not the file. ...
Altera_Forum
Honored Contributor
20 years agoHi liannunu,
> i want to sent the file (for exmple a.dat)of host through the jtag uart to the sdram This was possible with nios-console (Nios-32) via the stdio window. But I don't think it's available for Nios II (nios2-console). Regardless, you can still use the nios2-console load command to load a bin, hex, or srec file from your host machine to Nios II memory. E.g.: load file a.dat to address 0x1000: 1> load bin 0x1000 a.dat This may not be quite what you want, but it may give you some of the capability you need. Regards, --Scott