Re: [casper] Fwd: ROACH 2 First Use

2014-06-05 Thread Roelof Burger
Thanx for the info. Took me some time to install corr and all the libraries. Now i open a Python session in Ubuntu Terminal. import corr : working f=corr.katcp_wrapper.FpgaClient('roach020701') : This line gives an error. It says the name roach020701 is not defined, but this is my roach

Re: [casper] Fwd: ROACH 2 First Use

2014-06-05 Thread Roelof Burger
Sorry, Scrap my previous message. I forgot the ' ' syntax. The next function: upload_program_bof('r2_switch_tst_aux_2014_Apr_01_ 1551.bof.gz',6). HOw does it work. Where do I specify the path from anf to where? Thanx -- *- Disclaimer *

Re: [casper] Fwd: ROACH 2 First Use

2014-06-04 Thread Jason Manley
I suggest you use corr to do this for you. It makes life easy. Enter a python session, and then: In [1]: import corr In [2]: f=corr.katcp_wrapper.FpgaClient('roach020934') In [3]: f.upload_program_bof('r2_switch_tst_aux_2014_Apr_01_1551.bof.gz',6) Jason Manley CBF Manager SKA-SA Cell: +27

Re: [casper] Fwd: ROACH 2 First Use

2014-06-04 Thread Roelof Burger
Good day, Thank you, should I do this from my Linux Machine, my windows machine or directly on the serial link to the roach board? Roelof Burger -- *- Disclaimer * ** *This email and any attachments to it are

Re: [casper] Fwd: ROACH 2 First Use

2014-06-04 Thread John Ford
Good day, Thank you, should I do this from my Linux Machine, my windows machine or directly on the serial link to the roach board? From your Linux machine, IMO, but it might run on Windows Python, I don't know... You have to install the package into your python installation. As Jason says,

[casper] Fwd: ROACH 2 First Use

2014-06-03 Thread Roelof Burger
Hi John, Thanx for the quick response. I can ping the ROACH from my windows and UBUNTU machines. They are on the same domains I left a TELNET session open just now, and when i run the command: ssh -p 7147 root@ip_address command from UBUNTU i see the following on the TELNET session: #log info

Re: [casper] Fwd: ROACH 2 First Use

2014-06-03 Thread John Ford
Hi John, Thanx for the quick response. I can ping the ROACH from my windows and UBUNTU machines. They are on the same domains I left a TELNET session open just now, and when i run the command: ssh -p 7147 root@ip_address command from UBUNTU i see the following on the TELNET session:

Re: [casper] Fwd: ROACH 2 First Use

2014-06-03 Thread Marc Welz
On Tue, Jun 3, 2014 at 1:23 PM, Roelof Burger roe...@eflex.co.za wrote: Hi John, Thanx for the quick response. I can ping the ROACH from my windows and UBUNTU machines. They are on the same domains I left a TELNET session open just now, and when i run the command: ssh -p 7147