PixelPulse2 Linux AppImage
Set up Pixelpulse2 in minutes! No need to fumble with dependencies before class
Set up Pixelpulse2 in minutes! No need to fumble with dependencies before class
TIP
I maintain the SoarPkgs entry for Pixelpulse2! This means that running Pixelpulse2 will be a breeze for linux users. See SBUILD configuration and SoarPkgs page
wget -qO- https://soar.qaidvoid.dev/install.sh | sh
or
curl -fsSL https://soar.qaidvoid.dev/install.sh | sh
soar run pixelpulse2 -- --getudev
WARNING
Remember to connect your Adalm1000 Board only after the app opens for the first time and udev rules are installed.
soar install pixelpulse2
pixelpulse2 --getudev
NOTE
The getudev flag tells it to generate and install udev rules into your OS, so that your Adalm1000 is detected without problems. It is recommended to run it with that the first time you open it.
rm Downloads/Pixelpulse2*.AppImage
cd Downloads
chmod +x Pixelpulse2*.AppImage
./Pixelpulse2*.AppImage --getudev
Delete Existing rule
sudo rm -rf /etc/udev/rules.d/53-adi-m1k-usb.rules
WARNING
Remember to unplug your device.
Run the AppImage with --getudev flag again
./Pixelpulse2*.AppImage --getudev
After it opens, you can reconnect your device.
This can be replicated on some distros by connecting a device and letting it run for a while
This is likely not an issue caused by my packaging
There is an issue opened upstream (issues/266) that tracks this problem
Tested on:
Old Versions(not recommended):