Skip to content

Instantly share code, notes, and snippets.

@jdh30
Created March 27, 2024 17:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdh30/92a382c6a5c1b20cc9541e0ab776860b to your computer and use it in GitHub Desktop.
Save jdh30/92a382c6a5c1b20cc9541e0ab776860b to your computer and use it in GitHub Desktop.
Install OpenHantek6022 on Raspberry Pi 5
sudo apt install cmake libfftw3-dev qtbase5-dev qttools5-dev libusb-1.0-0-dev
git clone https://github.com/OpenHantek/OpenHantek6022
cd OpenHantek6022
mkdir build
cd build
cmake ..
make
sudo cp ../utils/udev_rules/60-openhantek.rules /etc/udev/rules.d/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment