diff options
author | michael-west <michael.west@ettus.com> | 2019-09-24 17:45:20 -0700 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2019-10-15 15:21:52 -0700 |
commit | b2e042963a7c5474ff0492ed2af393b842cf4c59 (patch) | |
tree | def7b0dffb226ec3cb526954dbc3e829e5035ce1 /host/docs | |
parent | 725dc29fa984d2db857eca2c6a8247f92bcc0c2d (diff) | |
download | uhd-b2e042963a7c5474ff0492ed2af393b842cf4c59.tar.gz uhd-b2e042963a7c5474ff0492ed2af393b842cf4c59.tar.bz2 uhd-b2e042963a7c5474ff0492ed2af393b842cf4c59.zip |
Docs: Fix MPM cmake command for E320
Add -DMPM_DEVICE=e320 to the command so the E320 version is built
and not the N3xx version.
Signed-off-by: michael-west <michael.west@ettus.com>
Diffstat (limited to 'host/docs')
-rw-r--r-- | host/docs/usrp_e3xx.dox | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/docs/usrp_e3xx.dox b/host/docs/usrp_e3xx.dox index 9577db555..e9cac8e65 100644 --- a/host/docs/usrp_e3xx.dox +++ b/host/docs/usrp_e3xx.dox @@ -755,7 +755,7 @@ to create the build directory outside of the repository directory: $ mkdir build_mpm $ cd build_mpm # You are now in /home/root/build_mpm - $ cmake ../uhd/mpm + $ cmake -DMPM_DEVICE=e320 ../uhd/mpm $ make -j2 install # This will take several minutes Note that this overwrites your system MPM. You can install MPM to another |