From 379686c5bc52345fb20998c5cd151799a9c08f85 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 13 May 2020 14:31:32 -0700 Subject: docs: x300: Fix fpga path When the FPGA repo was merged back into the UHD repository, this line was forgotten. --- host/docs/usrp_x3x0.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs') diff --git a/host/docs/usrp_x3x0.dox b/host/docs/usrp_x3x0.dox index 34bc5e156..54b0043f3 100644 --- a/host/docs/usrp_x3x0.dox +++ b/host/docs/usrp_x3x0.dox @@ -307,7 +307,7 @@ of the device. There are multiple tools available to access the FPGA through the If you have Vivado installed, we provide a command-line script to flash images. Make sure your X3x0 is powered on and connected to your computer using the front panel USB JTAG connector (USB 2.0 is fine for this). Head to the X3x0 FPGA directory, then run the following commands: - $ cd uhd/fpga-src/usrp3/top/x300 # Assuming this is where the FPGA code is checked out + $ cd uhd/fpga/usrp3/top/x300 # Assuming this is where the FPGA code is checked out $ source ./setupenv.sh $ viv_jtag_program /path/to/bitfile.bit -- cgit v1.2.3