Jump to content

talon

Members
  • Posts

    2
  • Joined

  • Last visited

Posts posted by talon

  1. Hello all,

    I'm trying to run an Analog Discovery 2 off a Raspberry Pi Zero W for long duration data recording. I'm running into an issue with getting Waveforms to start on the Pi. When I start it from the command line I get "Illegal Instruction" and nothing else. I think it has something to do with the libdwf.so because i was seeing the same error with a Python script. I don't get an error with 

    ldd libdwf.so

    but I do get the same illegal instruction error with

    python3 -c "from ctypes import *; dwf = cdll.LoadLibrary('libdwf.so')"

    Installed SW:

    • digilent.adept.runtime_2.26.1-armhf.deb
    • digilent.waveforms_3.17.1_armhf.deb
    • Also tried with digilent.waveforms_3.18.1-armhf.deb
    • Raspberrypios 5.10.103+

    I have run apt update, upgrade, -f install, --fix-broken.

    Any other suggestions on what I could try would be appreciated!

×
×
  • Create New...