Re: [casper] ROCH 2 communication through Python

2015-09-02 Thread Marc Welz
On Wed, Sep 2, 2015 at 6:52 AM, Craig Tong wrote: > Hi Aniket. > > As James has said, if you have been making various telnet connections to > your Roach2 before running the script it might be worth just rebooting > the board before trying the casperFPGA scripts. The

Re: [casper] ROCH 2 communication through Python

2015-09-02 Thread Craig Tong
Hi Aniket. As James has said, if you have been making various telnet connections to your Roach2 before running the script it might be worth just rebooting the board before trying the casperFPGA scripts. The tcpborphserver may have crashed due to receiving some commands it didn't like. Kind

Re: [casper] ROCH 2 communication through Python

2015-09-02 Thread aniket
On 2015-09-02 11:28, James Smith wrote: Hello Aniket, You seem to have gone about it the right way. That error usually means that either your ROACH isn't connected or the tcpborphserver running on the ROACH has crashed. Also, check the spelling of your ROACH's name. I myself use ROACH1, not

Re: [casper] ROCH 2 communication through Python

2015-09-02 Thread James Smith
Hello Aniket, I'm puzzled by your problem, but I have no experience using a ROACH2. Perhaps the authors of the casperfpga module will be able to give further debugging suggestions. Regards, James On Wed, Sep 2, 2015 at 12:40 PM, aniket wrote: > On 2015-09-02

Re: [casper] ROCH 2 communication through Python

2015-09-02 Thread aniket
On 2015-09-02 12:22, Craig Tong wrote: Hi Aniket. As James has said, if you have been making various telnet connections to your Roach2 before running the script it might be worth just rebooting the board before trying the casperFPGA scripts. The tcpborphserver may have crashed due to

Re: [casper] ROCH 2 communication through Python

2015-09-02 Thread Paul Prozesky
Afternoon Aniket If you can telnet to the katcp interface on the ROACH2 then casperfpga should work. Two things to bear in mind: 1. You only really benefit from using casperfpga if you're using .fpg files (.bof + design info) from the toolflow, not .bofs. The SKA SA mlib_devel produces fpgs, I'm

[casper] ROCH 2 communication through Python

2015-09-01 Thread aniket
Dear CASPER colleagues, Myself Aniket Hendre working as a Project Engineer-C in Giant Metrewave Radio Telescope (GMRT), India. I am using ROACH 2 for my experiments. I have executed some modular design on ROACH 2 successfully. Now I am facing problem to communicate with ROACH 2 using

Re: [casper] ROCH 2 communication through Python

2015-09-01 Thread James Smith
Hello Aniket, casperfpga is the one you want: https://github.com/ska-sa/casperfpga It has a few dependencies to build, but it's much nicer than corr. Regards, James On Tue, Sep 1, 2015 at 11:39 AM, aniket wrote: > Dear CASPER colleagues, > > Myself Aniket