BitMagic Logic Analyzer Pulseview Setup on Linux
General setup for the 1BitSquared BitMagic Basic on Linux.
-
Install PulseView:
sudo apt install -y pulseview
-
Install Sigrok fx2lafw firmware (see this issue):
sudo apt install -y sigrok-firmware-fx2lafw
-
Add udev rule:
# BitMagic Basic Logic Analyzer ATTRS{idVendor}=="1d50", ATTRS{idProduct}=="0004", MODE="0666"
sudo vim /etc/udev/rules.d/99-bitmagic.rules # Add above to this file sudo udevadm control --reload-rules && sudo udevadm trigger
-
Run PulseView. In "Connect to Device", choose the
fx2lafw
driver via USB. Should autodetect devicesigrok FX2 LA (8ch) with 8 channels
or similar. -
Start logic analyzing!