From 60a74ec26d606b0a4b9e1cbb5b8695910497ec6d Mon Sep 17 00:00:00 2001 From: Moritz Fischer Date: Thu, 16 Nov 2017 16:21:44 -0800 Subject: 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 --- mpm/lib/mykonos/ad937x_device.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mpm') 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 ad937x_device::_get_arm_binary() -- cgit v1.2.3