diff options
author | Michael Auchter <michael.auchter@ni.com> | 2021-06-09 14:37:44 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-06-16 07:25:22 -0500 |
commit | 89e40f28df7ebbe6c6faffa8248a5f4dbe08b6f8 (patch) | |
tree | d16522dd23b727304dafed23baf3c9d454596c30 /host/docs/usrp_x4xx.dox | |
parent | 4c860ffa7d1a00087f7904dac175c8387605f853 (diff) | |
download | uhd-89e40f28df7ebbe6c6faffa8248a5f4dbe08b6f8.tar.gz uhd-89e40f28df7ebbe6c6faffa8248a5f4dbe08b6f8.tar.bz2 uhd-89e40f28df7ebbe6c6faffa8248a5f4dbe08b6f8.zip |
docs: usrp_x4xx: improve mb cpld update docs
Diffstat (limited to 'host/docs/usrp_x4xx.dox')
-rw-r--r-- | host/docs/usrp_x4xx.dox | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/host/docs/usrp_x4xx.dox b/host/docs/usrp_x4xx.dox index f809e191e..871eec8f7 100644 --- a/host/docs/usrp_x4xx.dox +++ b/host/docs/usrp_x4xx.dox @@ -465,7 +465,7 @@ improperly. You can update the MB CPLD by running the following command on the X410: - python3 /usr/lib/python3.7/site-packages/usrp_mpm/periph_manager/x4xx_update_cpld.py --file=<path to cpld-x410.rpd> + x4xx_update_cpld --file=<path to cpld-x410.rpd> Filesystems will usually contain a compatible `cpld-x410.rpd` file at `/lib/firmware/ni/cpld-x410.rpd`. If you're installing a new filesystem via @@ -479,8 +479,7 @@ order to access the new firmware: Note that the other filesystem may be either `/dev/mmcblk0p2` or `/dev/mmcblk0p3`. -If the `x4xx_update_cpld.py` script returns an error, diagnose the error before -proceeding. +If `x4xx_update_cpld` returns an error, diagnose the error before proceeding. After updating the MB CPLD, a power cycle is required for the changes to take effect. Shut down the device using: |