On Sat, Oct 25, 2014 at 2:33 PM, Wang Jinqing <jqw...@shao.ac.cn> wrote:

> For tut1 I can use telnet to roach2,the using the command like
>
> nc -w 2 -q 2 192.168.111.10 xxxx < name.bof
>
> to download the bof file.But tut3.py looks not in that way. What should I
> do  ?
>

I think try using the same approach as for tut 1


>  By the way,is there a linux system in roach2?
>

Yes, there are flash chips soldered onto the roach. They contain several
partitions, and one of them is a writable filesystem


> For I even can't find a SD card on the board.
>
> error information:
>
> 192.168.40.60: ?progdev tut3_2014_Oct_24_0848.bof
>
>
>
> 192.168.40.60: #log info 992952462866 raw attempting\_to\_empty\_fpga
>
> 192.168.40.60: #log info 992952462866 raw
> attempting\_to\_program\_tut3_2014_Oct_24_0848.bof
>
> 192.168.40.60: #log error 992952462867 raw
> unable\_to\_open\_boffile\_./tut3_2014_Oct_24_0848.bof:\_No\_such\_file\_or\_directory
>

Progdev requires a file on the local filesystem - if it hasn't been
transferred/uploaded to it previously, then this won't be found. Use the
upload* requests to transfer the bof file on to the roach

regards

marc

Reply via email to