Linux Repo for Pico armhf packages and dataloggers

Post your Linux discussions here
Post Reply
AndrewA
PICO STAFF
PICO STAFF
Posts: 362
Joined: Tue Oct 21, 2014 3:07 pm

Linux Repo for Pico armhf packages and dataloggers

Post by AndrewA »

Linux Repo for Pico armhf packages is still the one used for PicoScope 6 not PicoScope 7 as website states incorrectly.

Setup the Pico repo with armhf packages-

Code: Select all

sudo bash -c 'echo "deb https://labs.picotech.com/debian/ picoscope main" > /etc/apt/sources.list.d/picoscope.list'

Code: Select all

wget -O - https://labs.picotech.com/debian/dists/picoscope/Release.gpg.key | sudo apt-key add -

Code: Select all

sudo apt-get update
Install a package driver for your scope model, for example 2206B uses the 2000a API-

Code: Select all

sudo apt-get install libps2000a
Also amd64 packages for dataloggers are still in the repo above
Regards Andrew
Technical Specialist

Post Reply