From 8cb96da8e8b40b6b3a5e5b94d63793b331f6852d Mon Sep 17 00:00:00 2001 From: Konrad Iturbe Date: Sat, 14 Sep 2024 17:24:16 +0200 Subject: [PATCH] fix typo in SoapySDRUtil command in installation.md --- installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation.md b/installation.md index 32860db0..d594d3d0 100644 --- a/installation.md +++ b/installation.md @@ -105,9 +105,9 @@ This application provides access to low / high level features of the board - boa ![Testing App](docs/images/test_app.png) 4. Testing the connection to the SoapySDR API. Use the following command to have the SoapySDR Util interract with the board and show it's information: - `SoapySDRUtils --probe` + `SoapySDRUtil --probe` The expected output shows the insterfacesm configurations and state of the board: ![Soapy Util](docs/images/soapySDRUtils.png) -Once these steps are complete, CaribouLite is properly mounted and operational on the RPI. \ No newline at end of file +Once these steps are complete, CaribouLite is properly mounted and operational on the RPI.