mirror of
https://github.com/m1ngsama/logic-notes.git
synced 2026-03-25 21:43:50 +00:00
Practical notes on logic-analyzer tooling for embedded debugging on Linux
| docs | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
Logic Notes
Practical notes on logic-analyzer tooling for embedded debugging on Linux.
What this repo captures
This repository documents one real Arch Linux session focused on:
- setting up a logic-analyzer software stack quickly
- running a hardware-free demo
- evaluating a Chinese-friendly fallback GUI
- removing everything cleanly after the session
Recommended default stack
For a Linux machine, the clean default is:
PulseViewfor the GUIsigrok-clifor scripted capture and demossigrok-firmware-fx2lafwfor common FX2-based analyzers
Chinese-friendly fallback
If Chinese UI and Chinese-facing materials matter, DSView is the stronger fallback. It is based on the sigrok ecosystem, but in this session it required extra care on modern Arch Linux.
Read the full notes
Audience
This repo is written for embedded engineers, workshop hosts, and anyone preparing a live sharing session on logic-analyzer tooling.