Koheron / koheron-sdk

SDK for FPGA / Linux Instruments
https://www.koheron.com/software-development-kit/
Other
100 stars 40 forks source link

Running an instrument locally #430

Closed CHV123 closed 7 years ago

CHV123 commented 7 years ago

Hi Jean,

I hope this hasn't already been asked but is it possible to run an instrument from the red pitaya itself, without going through the process of installing the koheron sdk on the board?

Thanks, Charlie

jeanminet commented 7 years ago

Hi Charlie,

You can run an instrument (e.g. led-blinker) by running the following on the Red Pitaya:

$ bash /usr/local/api/app/install_instrument.sh <instrument_name>
CHV123 commented 7 years ago

Thanks for this, I was having problems running my python test script but starting the instrument first seems to have sorted my problem.