ez-usb 를 리눅스에서 어떻게 하지 찾아보는 중.
일단은 plugdev로 인식시키면 되는건가?
요게 영향을 주는진 모르겠다.
| sudo usermod -a -G plugdev $(whoami) sudo vim /etc/udev/rules.d/99-ezusb.rules ATTRS{idVendor}=="04b4", ATTRS{idProduct}=="8613", MODE="660", GROUP="plugdev", TAG+="uaccess" sudo udevadm control --reload-rules sudo udevadm trigger |
[링크 : https://github.com/mbed-ce/fxload]
+
2026.09.06
패키지를 두 개 설치해야 한다.
요건 pulseview gui 프로그램
| $ sudo apt-cache search pulseview pulseview - sigrok logic analyzer, oscilloscope, and MSO GUI |
요건 fx2lafw 펌웨어 패키지
| $ sudo apt-cache search fx2lafw sigrok-firmware-fx2lafw - Firmware for Cypress FX2(LP) based logic analyzers |
윈도우는 짧던데.. 싶어서 다시 보니 윈도우는 장치목록이 스크롤 생겨서 그랬던 듯.
fx2lafw를 선택한다

scan 하면 똭!

음 좋아좋아 잘되네

+
만약에 이런 에러가 난다면 펌웨어 패키지 없어서 그러니, 가장 위의 패키지 중 펌웨러를 설치해보면 될 듯.

| $ pulseview Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway. sr: resource: Failed to open resource 'fx2lafw-cypress-fx2.fw' (use loglevel 5/spew for details). sr: fx2lafw: Firmware upload failed for device 1.43 (logical), name fx2lafw-cypress-fx2.fw. sr: fx2lafw: Unable to get version info: LIBUSB_ERROR_TIMEOUT. sr: fx2lafw: Failed to get firmware version. sr: fx2lafw: Unable to open device. Notifying user of session error: "generic/unspecified error" |
'하드웨어 > logic analyzer' 카테고리의 다른 글
| CY7C68013A 입력 전압범위 (0) | 2026.09.08 |
|---|---|
| sigrok(pulseview) + CY7C68013A (0) | 2026.09.07 |
| EZ-USB FX2LP CY7C68013A (0) | 2026.09.03 |
