[casper] bitfile

2014-07-10 Thread Rolando Paz
Hi Glenn Griffin helped me understand that the file that I should use is called download.bit and not the original file that was compiled :-) However, now I login via telnet again and I can not start udp dump. version clkmeasure clkreset clkphase listdev read write readbase writebase setbase

Re: [casper] bitfile

2014-07-10 Thread G Jones
What happens when you try to startupddump? On Thu, Jul 10, 2014 at 10:20 AM, Rolando Paz flx...@gmail.com wrote: Hi Glenn Griffin helped me understand that the file that I should use is called download.bit and not the original file that was compiled :-) However, now I login via telnet

Re: [casper] bitfile

2014-07-10 Thread Rolando Paz
With Aaron's bitfile the transmission of bram is initialized, I can see this from wireshark, but with my bitfile nothing happens ... 2014-07-10 8:21 GMT-06:00 G Jones glenn.calt...@gmail.com: What happens when you try to startupddump? On Thu, Jul 10, 2014 at 10:20 AM, Rolando Paz

Re: [casper] bitfile

2014-07-10 Thread G Jones
I mean wherever you have defined the startudp function. I notice there's already this line in there: xil_printf(UDP pcb instantiated\n\r); If I recall, this message will go to the RS-232 serial port. I suggest watching the output from that port when you try to send the startudp command and see if

Re: [casper] bitfile

2014-07-10 Thread Rolando Paz
Thanks Glenn. I'll check the output of RS232 port ... 2014-07-10 8:42 GMT-06:00 G Jones glenn.calt...@gmail.com: I mean wherever you have defined the startudp function. I notice there's already this line in there: xil_printf(UDP pcb instantiated\n\r); If I recall, this message will go to

Re: [casper] bitfile

2014-07-10 Thread Rolando Paz
Hi Glenn I read the following main.c file from another project: https://casper.berkeley.edu/svn/trunk/projects/leuschner_spec/ppc_source/main.c The main.c file I'm using is this: https://casper.berkeley.edu/svn/trunk/projects/pocketcorrelator/poco-0.1.1/src/main_i4_c2048.c And I think this

Re: [casper] bitfile

2014-07-10 Thread G Jones
Sorry, I'm not sure what you mean. Are you seeing stuff come out the RS-232 port? On Thu, Jul 10, 2014 at 6:07 PM, Rolando Paz flx...@gmail.com wrote: Hi Glenn I read the following main.c file from another project: