Gwyscope documentation

open hardware SPM controller with advanced sampling support

User Tools

Site Tools


hwsvnup

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
hwsvnup [2025/02/20 14:34] adminhwsvnup [2025/02/25 14:44] (current) pklapetek
Line 1: Line 1:
-**Stable** versions of hwserver are available from Sourceforge repository, for example the version that is matched to V4 electronics is available [[https://sourceforge.net/p/gwyscope/code/HEAD/tree/hardware_documentation/V4/|here]]. You can download it to your PC, unpack it and copy it to Red Pitaya.+====== Updating hwserver ====== 
 + 
 + 
 +**Stable** versions of hwserver are available from [[https://sourceforge.net/p/gwyscope/code/HEAD/tree/|Sourceforge repository]], for example the version that is matched to V4 electronics is available [[https://sourceforge.net/p/gwyscope/code/HEAD/tree/hardware_documentation/V4/gwyhwserver.tar.7z|here]]. You can download it to your PC, unpack it and copy it to Red Pitaya.
  
 **Development** (unstable) version can be checkout using ''svn'' from Sourceforge too. **Development** (unstable) version can be checkout using ''svn'' from Sourceforge too.
Line 32: Line 35:
 Updating '.': Updating '.':
 At revision 87. At revision 87.
 +</code>
 +
 +After update use ''make'' to update binaries. Note that hwserver has several dependencies, these are
 +  * libfftw3-dev - library for computing Fast Fourier Transforms
 +  * liblua5.3-dev - support for Lua language scripting
 +  * gnuplot-nox (optional) - Gnuplot is used in calibration utilities (e.g. cal_inputs.c)
 +
 +On clean Red Pitaya system we recommend to install ''aptitude'' package manager first. It simplifies the search and installation of packages. Use the following example to install it.
 +
 +<code>
 +root@rp-f0962a:~/gwyhwserver_gwyscope# apt-get install aptitude
 +</code>
 +
 +We also recommend to install ''vim'' package for source files editing. To install ''vim'' and all dependencies use:
 +
 +<code>
 +root@rp-f0962a:~/gwyhwserver_gwyscope# aptitude install vim libfftw3-dev liblua5.3-dev gnuplot-nox
 </code> </code>
hwsvnup.1740058461.txt.gz · Last modified: 2025/02/20 14:34 by admin