From 2dacee8a7ff68b6f42beb70435e7dd9b3f8568c4 Mon Sep 17 00:00:00 2001 From: Luke Berndt Date: Sat, 14 Oct 2023 10:28:47 -0400 Subject: [PATCH] Update INSTALL-LINUX.md --- docs/INSTALL-LINUX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL-LINUX.md b/docs/INSTALL-LINUX.md index a6218b31b..eed67ecbb 100644 --- a/docs/INSTALL-LINUX.md +++ b/docs/INSTALL-LINUX.md @@ -150,9 +150,9 @@ sudo apt-get install libuhd-dev uhd-host Download the firmware images. The location of the downloader is different than the error message: ```bash -cd /lib/uhd/utils/ -sudo ./uhd_images_downloader.py +dpkg -L uhd-host | grep "downloader" ``` +The run the downloader at the location identified. Setup the udev rules so any user can access the USB, as documented [here](https://files.ettus.com/manual/page_transport.html#transport_usb_udev):