aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Auchter <michael.auchter@ni.com>2021-06-10 10:45:00 -0500
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-16 07:25:22 -0500
commit7b34521b8aa92159860ca15a57756775d0231f74 (patch)
tree2bc21c417ebb41c6303dab6c841eb94775c47edb
parent89e40f28df7ebbe6c6faffa8248a5f4dbe08b6f8 (diff)
downloaduhd-7b34521b8aa92159860ca15a57756775d0231f74.tar.gz
uhd-7b34521b8aa92159860ca15a57756775d0231f74.tar.bz2
uhd-7b34521b8aa92159860ca15a57756775d0231f74.zip
docs: zbx: improve cpld update docs
-rw-r--r--host/docs/zbx.dox12
1 files changed, 5 insertions, 7 deletions
diff --git a/host/docs/zbx.dox b/host/docs/zbx.dox
index 76c5585f6..4bfa3d527 100644
--- a/host/docs/zbx.dox
+++ b/host/docs/zbx.dox
@@ -404,11 +404,11 @@ The "software defined" mode can be enabled for the DSA tables by using the
If you need to update the ZBX CPLD, you can do so by running the following command
on the device:
- python3 /usr/lib/python3.?/site-packages/usrp_mpm/dboard_manager/zbx_update_cpld.py
+ zbx_update_cpld
-By default, the script will attempt to install an image from the default path to
-both daughterboards. To specify which file or dboards to program, use the
-following options when running the updater script:
+By default, this command will update the the CPLDs on both daughterboards with
+the image from the default path. To specify the image or daughterboards to
+program, use the following options:
- `--dboards=0,1`
- `--file=<path_to_cpld_image>`
@@ -449,9 +449,7 @@ the daughterboard is working before attempting this.
To specify a programming mode, use the `--updater` argument. For example, to
force the legacy mode, use the following command:
- python3 /usr/lib/python3.?/site-packages/usrp_mpm/dboard_manager/zbx_update_cpld.py \
- --updater=legacy \
- --file=/lib/firmware/ni/cpld-zbx.svf
+ zbx_update_cpld --updater=legacy --file=/lib/firmware/ni/cpld-zbx.svf
This will program the image from the default location onto the CPLD using the
'legacy' method.