From 2a575bf9b5a4942f60e979161764b9e942699e1e Mon Sep 17 00:00:00 2001 From: Lars Amsel Date: Fri, 4 Jun 2021 08:27:50 +0200 Subject: uhd: Add support for the USRP X410 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Lars Amsel Co-authored-by: Michael Auchter Co-authored-by: Martin Braun Co-authored-by: Paul Butler Co-authored-by: Cristina Fuentes Co-authored-by: Humberto Jimenez Co-authored-by: Virendra Kakade Co-authored-by: Lane Kolbly Co-authored-by: Max Köhler Co-authored-by: Andrew Lynch Co-authored-by: Grant Meyerhoff Co-authored-by: Ciro Nishiguchi Co-authored-by: Thomas Vogel --- mpm/systemd/system/usrp-adc-self-cal.service.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mpm/systemd/system/usrp-adc-self-cal.service.in (limited to 'mpm/systemd/system/usrp-adc-self-cal.service.in') diff --git a/mpm/systemd/system/usrp-adc-self-cal.service.in b/mpm/systemd/system/usrp-adc-self-cal.service.in new file mode 100644 index 000000000..cb09c36dc --- /dev/null +++ b/mpm/systemd/system/usrp-adc-self-cal.service.in @@ -0,0 +1,15 @@ +[Unit] +Description=Boot-time self-calibration of @UHD_SELF_CAL_SERIES@ devices +Requires=usrp-hwd.service +After=usrp-hwd.service + +After=network.target +Requires=network.target + +[Service] +ExecStart=@CMAKE_INSTALL_PREFIX@/bin/uhd_adc_self_cal --args @UHD_SELF_CAL_ARGS@ +Type=simple +User=root + +[Install] +WantedBy=multi-user.target -- cgit v1.2.3