diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2017-11-16 16:21:44 -0800 |
---|---|---|
committer | Martin Braun <martin.braun@ettus.com> | 2017-12-22 15:05:06 -0800 |
commit | 60a74ec26d606b0a4b9e1cbb5b8695910497ec6d (patch) | |
tree | 4c020690338221520e561807c9f98adff08ac0a7 /mpm/lib | |
parent | db7039f8be4240b60cf2688d7ae6b41613fc8a5a (diff) | |
download | uhd-60a74ec26d606b0a4b9e1cbb5b8695910497ec6d.tar.gz uhd-60a74ec26d606b0a4b9e1cbb5b8695910497ec6d.tar.bz2 uhd-60a74ec26d606b0a4b9e1cbb5b8695910497ec6d.zip |
mpm: lib: ad937x: Change _get_arm_binary_path
The firmware will be installed under /lib/firmware/adi/mykonos-m3.bin,
so going forward this is the path we require.
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
Diffstat (limited to 'mpm/lib')
-rw-r--r-- | mpm/lib/mykonos/ad937x_device.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mpm/lib/mykonos/ad937x_device.cpp b/mpm/lib/mykonos/ad937x_device.cpp index ac7070df4..4b7addc80 100644 --- a/mpm/lib/mykonos/ad937x_device.cpp +++ b/mpm/lib/mykonos/ad937x_device.cpp @@ -115,7 +115,7 @@ void ad937x_device::_restore_from_config_state(const ad937x_device::radio_state_ std::string ad937x_device::_get_arm_binary_path() { // TODO: possibly add more options here, for now it's always in /lib/firmware or we explode - return "/lib/firmware/Mykonos_M3.bin"; + return "/lib/firmware/adi/mykonos-m3.bin"; } std::vector<uint8_t> ad937x_device::_get_arm_binary() |