jaypeche / picoscope-overlay

PicoScope v6+ Gentoo Linux overlay
https://www.picotech.com/downloads/linux
2 stars 1 forks source link
gentoo linux oscilloscope picotech

picoscope-overlay

PicoScope v6+ Gentoo Linux overlay Distributed by Pico Technology 2020 Ltd

Import overlay :

Since version 2.2.16, Portage has a native mechanism for adding overlays.

root # mkdir -p /etc/portage/repos.conf 
root # wget -c https://raw.githubusercontent.com/jaypeche/picoscope-overlay/master/picoscope-overlay.conf -O /etc/portage/repos.conf/picoscope-overlay.conf

Synchronize repository :

root # echo "PORTDIR_OVERLAY=/usr/local/portage" >> /etc/portage/make.conf
root # mkdir -p /usr/local/portage
root # emaint sync -r picoscope-overlay

Install PicoScope software suite :

>=sci-electronics/picoscope-bin-6.10.1.4.13 ~amd64
>=dev-lang/picomono-4.6.2.16.1.02 ~amd64

# RPM packages Dependencies
# required by sci-electronics/picoscope-bin-6.13.7.4.707::x-portage
# required by picoscope-bin (argument)
>=dev-libs/usbdrdaq-2.0.0.1.570 ~amd64
# required by sci-electronics/picoscope-bin-6.13.7.4.707::x-portage
# required by picoscope-bin (argument)
>=dev-libs/picoipp-1.3.0.4.21 ~amd64
# required by sci-electronics/picoscope-bin-6.13.7.4.707::x-portage
# required by picoscope-bin (argument)
>=dev-libs/usbpt104-2.0.17.1.1441 ~amd64
# required by sci-electronics/picoscope-bin-6.13.7.4.707::x-portage
# required by picoscope-bin (argument)
>=dev-libs/plcm3-2.0.17.1.1441 ~amd64

# UserSpace drivers for 2000a series scope (check config for your own hardware)
>=dev-libs/ps2000a-2.1.0.6.570 ~amd64
# Check your oscilloscope hardware specifications (PicoScope 2206A -> ps2000a in this case) :

>=sci-electronics/picoscope-bin-6.13.7.4.707    scope_ps2000a -scope_pl1000 -scope_ps2000 scope_ps3000 -scope_ps3000a -scope_ps4000 -scope_ps4000a \
                        -scope_ps5000 -scope_ps5000a -scope_ps6000 -scope_ps6000a
root # emerge -av picoscope-bin
root # usermod -a -G pico your_user