diff options
author | Martin Braun <martin.braun@ettus.com> | 2020-05-13 14:31:32 -0700 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-05-20 12:41:25 -0500 |
commit | 379686c5bc52345fb20998c5cd151799a9c08f85 (patch) | |
tree | a44791a0a960ab31787df84209197172a72d732c /host/docs | |
parent | e61ca590c91d812b1153c46ae6ad36b4cc7f4fdc (diff) | |
download | uhd-379686c5bc52345fb20998c5cd151799a9c08f85.tar.gz uhd-379686c5bc52345fb20998c5cd151799a9c08f85.tar.bz2 uhd-379686c5bc52345fb20998c5cd151799a9c08f85.zip |
docs: x300: Fix fpga path
When the FPGA repo was merged back into the UHD repository, this line
was forgotten.
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_x3x0.dox | 2 |
1 files changed, 1 insertions, 1 deletions
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 |