From b2e042963a7c5474ff0492ed2af393b842cf4c59 Mon Sep 17 00:00:00 2001 From: michael-west Date: Tue, 24 Sep 2019 17:45:20 -0700 Subject: 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 --- host/docs/usrp_e3xx.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/docs/usrp_e3xx.dox') 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 -- cgit v1.2.3