Skip to content

Instantly share code, notes, and snippets.

View regymm's full-sized avatar
💎
Xtal hart

regymm regymm

💎
Xtal hart
View GitHub Profile
@regymm
regymm / usdr-pcie-raspberry-pi5.md
Last active November 16, 2024 01:59
USDR PCIe SDR (With Xilinx Artix 7) on Raspberry Pi 5

USDR with PCIe interface on RPi5

On x86 computer, the official document is quite straightforward. I installed usdr-lib, which contains a SoapySDR plugin, to /usr/local. Then, the SoapySDR installed from ArchLinux package manager can detect the plugin and then the device, by: LD_LIBRARY_PATH=/usr/local/lib SoapySDRUtil --find

Setup

I'm using this hat https://www.waveshare.com/pcie-to-m.2-board-c.htm

Detected usdr at 01:00.0 (no drivers installed at this stage):

@regymm
regymm / prjxray-notes-zynq7030.md
Created January 17, 2025 12:58
PrjXray Notes

PrjXray Notes

This official document is a very good reference, just that now there are many more fuzzers.

https://f4pga.readthedocs.io/projects/prjxray/en/latest/db_dev_process/newpart.html

Multi-thread

Error might be confusing (as when error occurs, all “current running jobs” will be stopped, making other fuzzers in half-done state — but no worries, other fuzzers will start from scratch if being run again). Troubleshooting on single thread is better.