Hello all,

I've been trying to the wide band spectrometer.py script working and after a battle with libs and python versions I get the following log messages:

Programming FPGA with /boffiles/spect_tut.bof... FAILURE DETECTED. Log entries:
192.168.4.21: Starting thread Thread-1
192.168.4.21: #version poco-0.1
192.168.4.21: #build-state poco-0.2804
192.168.4.21: ?progdev /boffiles/spect_tut.bof

192.168.4.21: #log fatal 4228559884144 poco client\_attempts\_to\_specify\_a\_path\_(/boffiles/spect_tut.bof) 192.168.4.21: 4228559884144 poco: client attempts to specify a path (/boffiles/spect_tut.bof)
192.168.4.21: !progdev invalid
192.168.4.21: Request progdev failed.
  Request: ?progdev /boffiles/spect_tut.bof
  Reply: !progdev invalid.
None
Traceback (most recent call last):
  File "spectrometer.py", line 143, in <module>
    exit_fail()
  File "spectrometer.py", line 110, in <module>
    fpga.progdev(bitstream)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/corr/katcp_wrapper.py", line 110, in progdev
    reply, informs = self._request("progdev", boffile)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/corr/katcp_wrapper.py", line 68, in _request
    % (request.name, request, reply))
RuntimeError: Request progdev failed.
  Request: ?progdev /boffiles/spect_tut.bof
  Reply: !progdev invalid.



This seems like it's a error on the roach end... when I trying manually using telnet to connect to the roach and running progdev i get the following :


Trying 192.168.4.21...
Connected to 192.168.4.21.
Escape character is '^]'.
#version poco-0.1
#build-state poco-0.2804
?listbof
#listbof tut_2011_Jul_22_1846.bof
#listbof ibobtut_2011_Aug_10_1646.bof
#listbof spect_tut.bof
!listbof ok 3
?progdev tut_2011_Jul_22_1846.bof
!progdev ok 546
#log warn 4228561166701 poco borph\_process\_exited
?listdev
#log error 4228561183784 poco no\_borph\_process\_running
!listdev fail program


        and the ps -e:

root@roach:/boffiles# ps -e
  PID TTY          TIME CMD
    1 ?        00:00:00 init
    2 ?        00:00:00 kthreadd
    3 ?        00:00:00 ksoftirqd/0
    4 ?        00:00:00 events/0
    5 ?        00:00:00 khelper
   48 ?        00:00:00 kblockd/0
   58 ?        00:00:00 khubd
   65 ?        00:00:00 kmmcd
   85 ?        00:00:00 bkexecd
   86 ?        00:00:00 pdflush
   87 ?        00:00:00 pdflush
   88 ?        00:00:00 kswapd0
   89 ?        00:00:00 aio/0
  123 ?        00:00:00 mtdblockd
  161 ?        00:00:00 krmond
  168 ?        00:00:00 rpciod/0
  173 ?        00:00:05 mmcqd
  330 ?        00:00:00 logsave
  344 ?        00:00:00 jffs2_gcd_mtd3
  497 ?        00:00:00 sshd
  506 ?        00:00:00 ntpd
  507 ?        00:00:00 ntpd
  517 ?        00:00:00 tcpborphserver2
  524 ttyS0    00:00:00 getty
  525 ?        00:00:00 sshd
  529 pts/0    00:00:00 bash
  535 pts/0    00:00:00 telnet
  536 ?        00:00:00 sshd
  539 pts/1    00:00:00 bash
  545 pts/1    00:00:00 spect_tut.bof
  548 pts/1    00:00:00 ps


Any advice at this point would be greatly appreciated.

Thanks in advance!


--
- Louis Dartez
(956) 372-5812

Arecibo Remote Command Center Scholar
Center for Gravitational Wave Astronomy
University of Texas at Brownsville

Reply via email to