Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-13 Thread Adam Isaacson
Hi Jack and Lukas, Yes, good point, Jack! Sysgen is not supported. We use the system edition license, which covers everything. It is just the 30 day evaluation license and the system edition license that enables sysgen, it seems. Kind regards, Adam On Thu, 13 Feb 2020, 2:51 PM Jack Hickish,

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-13 Thread Jack Hickish
Hi Lukas, I think while you might be able to compile vivado projects and make fpg files with the webpack license, I don't think you'll be able to compile anything from simulink, since I don't think the webpack license includes System Generator support. Cheers Jack On Thu, 13 Feb 2020 at 12:43, A

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-13 Thread Adam Isaacson
Hi Lukas, Excellent, please thank Alex Raymond and not me. @Alex, much appreciated! The Zynq device on the Red Pitaya is a small one and I believe that the web pack license should compile it, but I have not tested it as I have a license. Try it out and see to confirm. Kind regards, Adam On Th

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-13 Thread Marc
A fpg file is text (katcp commands describing the register layout) followed by the bitstream - use less to view it. If you can generate the bitstream, chances are you should be able to build the fpg file too. regards marc On Thu, Feb 13, 2020 at 8:45 AM Lukas Karch wrote: > Thank you for all

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-13 Thread Lukas Karch
Thank you for all the help. Adding "127.0.0.1 localhost" to the host file worked. Afterwards I was able to program the fpga both with the tutorial .fpg file and a .fpg file I compiled myself. Just one more question. Do you happen to know if it is possible to compile .fpg files

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-12 Thread Adam Isaacson
Okay, have you also tried the recommended: 1) Adding 127.0.0.1 localhost to /etc/hosts, as suggested by Alex Raymond in the previous email? If that doesn't work then let's try do this without casperfpga for now. We will use the underlying tcpborphserver: 1) ssh into your Red Pitaya: ssh root@rp-

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-12 Thread Lukas Karch
1) Yes I followed the instructions in the ReadMe.md installation section. 2) It says the casperfpga version is '0.0+unknown.202002120728'. I tried reinstalling casperfpga and afterwards it said: '0.0+unknown.202002120831'. 3) There is a process called tcpborphserver,

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-11 Thread Adam Isaacson
Hi Lukas, Alexander Raymond from CfA remembers we may have had the same issue in Boston last year. Thanks, Alex! He suggests the following: "Adding 127.0.0.1 localhost to /etc/hosts worked for us in getting past the "*no programming informs yet. Odd?* “ error." Let us know how you progress. Kin

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-11 Thread Adam Isaacson
Hi Lukas, 1) Did you install casperfpga using the following exactly (ReadMe.md "installation" section): https://github.com/casper-astro/casperfpga? 2) What casperfpga version are you using? Type "casperfpga.__version__" after you import casperfpga. 3) You are sure tcpborphserver is running? if i

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-10 Thread Marc
On Tue, Feb 11, 2020 at 7:48 AM Lukas Karch wrote: > > > Regarding the setup of the Red Pitaya, i mostly followed the instructions > on this site: > https://casper-toolflow.readthedocs.io/projects/tutorials/en/latest/tutorials/redpitaya/red_pitaya_setup.html. > Only "git clone https://github.com/

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-10 Thread Lukas Karch
Thank you for the quick response. I tried specifiying the port number but the same error appeared. I tried using the .fpg and python script you suggested and a very similar error message appeared: lukas@lukas-HP-Pavilion-x360-Convertible-15-br1xx:~/Downloads$ python tut_adc

Re: [casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-07 Thread Adam Isaacson
Hi Lukas, This problem seems familiar to me, but I can't quite remember the solution. These are possible suggestions to try: 1)Have you tried specifying the port number? fpga = casperfpga.CasperFpga('10.42.0.69', port=7147). I remember that was necessary at some point. 2) Try the actual ADC and D

[casper] (Red Pitaya 125-14) RuntimeError: no programming informs yet. Odd?

2020-02-07 Thread Lukas Karch
Hi all, I am an electrical engineering student, trying to use casper with a Red Pitaya 125-14. I followed the instructions on: https://casper-toolflow.readthedocs.io to install the necessary software on Ubuntu 16.04 and the first Red Pitaya tutorial on https://caspe