Hi, Joe, On Oct 9, 2013, at 11:46 AM, Kujawski, Joseph wrote:
> --You said to execute the following line: > > gem update --source http://astro.berkeley.edu/~davidm/gems adc16 Sorry, that's a cut-and-paste error. It should be "install" instead of "update": gem install --source http://astro.berkeley.edu/~davidm/gems adc16 > -- You said that I can execute the following line of code and also that it > need not be executed on the ROACH2 board (2 separate emails). Once I get to > this point, is this the exact line that I will need to execute on a > non-ROACH, Windows computer? > > $ adc16_init.rb pf1 roach2_fengine.bof Not very likely. That was an example only. That would be the exact command line (excluding the "$" prompt at the beginning) to use if and only if your roach2's hostname was "pf1" and your bof file was named "roach2_fengine.bof". You will need to change those two fields to match your particular setup. I don't run on Windows so I'm not 100% sure how to invoke the "adc16_init.rb" script. On Linux and Mac OS X one just types "adc16_init.rb" (assuming it's on the PATH) and it runs. On Window, you might need some extra chicanery. Dave

