Search found 7 matches

by markkc
Tue Mar 26, 2024 1:20 pm
Forum: PicoScope 6 for Linux
Topic: PicoScope docker image (unofficial)
Replies: 7
Views: 6820

Re: PicoScope docker image (unofficial)

Thanks, good to hear it's useful. I mostly use the Ubuntu rather than SUSE image, I also found the SUSE image to be a bit fiddly. Although you can skip the Picoscope software entirely in some use cases e.g. my https://github.com/Lendurai/analog-video-decoder real-time monochrome CVBS analog video de...
by markkc
Sat Feb 24, 2024 11:13 am
Forum: PicoScope 6 for Linux
Topic: PicoScope docker image (unofficial)
Replies: 7
Views: 6820

Re: PicoScope docker image (unofficial)

Thanks, nice to hear that this is helping people. I saw somewhere that ARM Linux isn't supported any more (but that RPi used to be). Since Pico uses user-space drivers via libUSB, instead of kernel modules, it should be possible to run it on ARM-based boards (RPi, BB, etc) via qemu-static + binfmt m...
by markkc
Sat Feb 24, 2024 11:10 am
Forum: USB PC Oscilloscopes
Topic: Documentation error in ps2000aApi.h
Replies: 1
Views: 3725

Documentation error in ps2000aApi.h

Posting here as I can't find which Github repo to open an issue on. There seems to be some inconsistency. Either the comments for the last two values (AVERAGE/DECIMATE) are switched, or the values are switched. ps2000aApi.h: 662 /// 663 /// Various methods of data reduction. 664 /// Note t...
by markkc
Tue Aug 01, 2023 4:20 pm
Forum: PicoScope 6 for Linux
Topic: PicoScope docker image (unofficial)
Replies: 7
Views: 6820

Re: PicoScope docker image (unofficial)

Odd, --privileged was enough to share devfs for me.

What version of docker are you running?
by markkc
Wed Jun 21, 2023 9:11 pm
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: Suggestion: Flatpak or Snap release for PS7 - Linux
Replies: 2
Views: 3016

Re: Suggestion: Flatpak or Snap release for PS7 - Linux

Hi,

I've put together a solution that should work on most Linux distros with very little effort.

It's described in this forum post: topic42387.html?&p=149319

Let me know via the Github issue tracker if you have any difficulty with it.
by markkc
Mon Jun 19, 2023 9:08 pm
Forum: PicoScope 7 for Windows, Linux and Mac
Topic: PicoScope 7 on Ubuntu 16.04
Replies: 1
Views: 1902

Re: PicoScope 7 on Ubuntu 16.04

Hi,

I put together a docker image builder/runner for Picoscope 7, which should allow running it on most systemd/X11 based Linux distros:

https://github.com/battlesnake/picoscope-docker-builder

Let me know if you have any issues with it, here or on the Github issue tracker.
by markkc
Mon Jun 19, 2023 8:58 pm
Forum: PicoScope 6 for Linux
Topic: PicoScope docker image (unofficial)
Replies: 7
Views: 6820

PicoScope docker image (unofficial)

With the potential for these devices for hardware-in-the-loop continuous-integration, and remote development (even if "remote" is just on the other side of the cleanroom walls), I assumed the Linux support would be more mature when I bought my Picoscope. Perhaps I just missed some docs? Since the in...