Re: [casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-07 Thread Marc Welz
Hi there Regarding the chdir issue: The way to fix it properly is to install a more recent tcpborphserver which always programs an absolute path. (See progdev_cmd() in tcpborphserver3/raw.c on github). I think that was changed at the beginning of the year. However, this probably isn't necessary

Re: [casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-06 Thread Kujawski, Joseph
Alec, progdev does not exist on my ROACH2 when booted with soloboot: /usr/bof # wget http://169.254.241.40/casper_test_2013_Aug_21_1251.bof Connecting to 169.254.241.40 (169.254.241.40:80) casper_test_2013_Aug 100%

Re: [casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-06 Thread Kujawski, Joseph
Alec, I have limited success when executing a telnet session on the ROACH2 board (from within my telnet session to the ROACH2 board): /usr/bof # ls casper_test_2013_Aug_21_1251.bof /usr/bof # /usr/bof # telnet 169.254.100.100 7147 #version test-584-g9ebe0bd-dirty #build-state

Re: [casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-06 Thread Kujawski, Joseph
Alec, Here is the output: /dev/roach # ps ax PID USER TIME COMMAND 1 root 0:01 init 2 root 0:00 [kthreadd] 3 root 0:00 [ksoftirqd/0] 4 root 0:00 [kworker/0:0] 5 root 0:00 [kworker/u:0] 6 root 0:00 [khelper] 7 root 0:00

Re: [casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-06 Thread Kujawski, Joseph
Alec, That seems to be the problem: ?chdir /usr/bof !chdir ok ?progdev casper_test_2013_Aug_21_1251.bof #log info 948058172898 raw attempting\_to\_empty\_fpga #log info 948058172899 raw attempting\_to\_program\_casper_test_2013_Aug_21_1251 .bof #log info 948058172988 raw

[casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-05 Thread Kujawski, Joseph
I have a ROACH2 that is in the following configuration: 1) My external computer is a Windows 7 (64 bit) computer. 2) The Windows machine is connected to the ROACH2 via a direct cable connection from the PC to the PPC ethernet port on the ROACH2. 3) I am able to telnet into the ROACH2 and transfer

Re: [casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-05 Thread Laura Vertatschitsch
hey joe, how far did you get with KATCP and progdev? is your question perhaps about using the uploadbof command (mail list archivehttp://www.mail-archive.com/casper@lists.berkeley.edu/msg03726.html )? --Laura On Thu, Sep 5, 2013 at 11:21 PM, Kujawski, Joseph jkujaw...@siena.eduwrote: I have

Re: [casper] How do you program a ROACH-2 that is soloboot mode?

2013-09-05 Thread Kujawski, Joseph
Laura, I am not using KATCP as the instruction set that I have access to does not explain how to use it. Do you have a link to some 'using KATCP' instructions that I can follow? My question is simply this: Given that I have a .bof file on my PC, how do I program the FPGA on the ROACH2 system