Linux tool(s) for working with the PicoScope(R) PS5203/5204.
This is some ugly crap: 100% kludges, but no time for a rewrite yet
- Go to http://labs.picotech.com/#linux
- Download the 64–bit PS5000 Linux driver:
$ wget http://labs.picotech.com/software/libps5000_R1_3_6_6_3.x86_64.tgz
$ tar xvfz libps5000_R1_3_6_6_3.x86_64.tgz
$ cd libps5000-1.3.6.6-3.x86_64
$ sudo apt-get install alien fakeroot
$ sudo alien libps5000-1.3.6.6-3.x86_64.rpm
$ sudo dpkg -i libps5000_1.3.6.6-4_amd64.deb
$ dpkg -L libps5000
$ sudo apt-get install libsdl-ttf2.0-dev libsdl-gfx1.2-dev libglade2-dev libglade2-dev
$ make
$ sudo make install
$ pico
or
$ sudo pico
Or go to the menu: Applications -> Accessories -> Pico Tools
- znuh - https://github.com/znuh