Topic: FMC126 with KC705 - Not reading Ethernet from sample program  (Read 4762 times)

tmf7md August 15, 2013, 12:37 PM

  • Member
  • *
  • Posts: 2
I have an FMC126 interfaced to a KC705 board.  I am attempting to use the sample program from 4 DSP to output data via ethernet, but the device is not found.  Steps I take to test include:
1.  Program the xc7l325t device with the file 253_kc705_fmc126.bit using Impact.  Do not program the other device listed, xc2c64a. 
2.  Attempt to read the device using the 4DSP command line program.  See attached png. for the error.

After I program the device, the following ethernet lights illuminate: Half Duplex, 100 Mbps, RX

Kyu August 16, 2013, 12:42 PM (#1)

  • Member
  • *
  • Posts: 154

Hi,


I think you should use a command without brackets. Could you try "Fmc12xApp 1 KC705 3 0"?


Thanks,
Kyu

tmf7md August 16, 2013, 01:20 PM (#2)

  • Member
  • *
  • Posts: 2
Thanks for the reply.  You were correct that I needed to remove the brackets.  I had used the command without brackets before, but I had a different error at that point apparently. 

The sample program is now working and storing buffered results.

Thanks!