Using Raspberry Pi 5

Note

To connect uSDR to Raspberry Pi 5 you need to use the MiniPCIe hat and MiniPCIe to M.2 E Key Adapter.
Please refer to the Mini PCIe to M.2 E Key Adapter document and M2 HAT+.

Note

No configuration is required for the USB connection.

How to assemble

../_images/RPI-1-sm.png
../_images/RPI-2-sm.png
../_images/RPI-3-sm.png

Prepare the system

Raspberry Pi requires an additional configuration For MiniPCIe. You have to enable 32-bit DMA and PCIe x1 mode.

echo "dtparam=pciex1" | sudo tee -a /boot/firmware/config.txt
echo "dtoverlay=pcie-32bit-dma" | sudo tee -a /boot/firmware/config.txt
sudo reboot

Installation

Note

Please refer to the Software installation document.

Build from source

Note

Please refer to the Build from source document.