[IE][VPU]: Update call signature with the fw from R14 develop branch (#3241)
authorKrishna Prabhakaran <krishna.prabhakaran@intel.com>
Tue, 24 Nov 2020 13:22:56 +0000 (05:22 -0800)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 13:22:56 +0000 (16:22 +0300)
* Update call signature with the firmware from mdk R14 branch
* Update VPU firmware build number

inference-engine/cmake/vpu_dependencies.cmake
inference-engine/thirdparty/movidius/mvnc/src/mvnc_data.c

index fcd49b7..bbdfd63 100644 (file)
@@ -19,7 +19,7 @@ set(VPU_SUPPORTED_FIRMWARES usb-ma2x8x pcie-ma248x)
 # Default packages
 #
 
-set(FIRMWARE_PACKAGE_VERSION 1492)
+set(FIRMWARE_PACKAGE_VERSION 1508)
 set(VPU_CLC_MA2X8X_VERSION "movi-cltools-20.09.2")
 
 #
index 6f88763..daffb00 100644 (file)
@@ -212,7 +212,7 @@ static ncStatus_t patchSetWdSwitchCommand(char **firmware, size_t *length, const
 // 0x98 the write command for 8bit
 // {0x00, 0x0c, 0x20, 0x70} == 0x70200c00 the address of memory type for ddrInit application
 const char g_setMemTypeCommandMX[] = {0x98, 0x00, 0x0c, 0x20, 0x70};
-const char g_callCommand[] = {0xba, 0x24, 0xe7, 0x21, 0x70};
+const char g_callCommand[] = {0xba, 0x78, 0xe9, 0x00, 0x70};
 
 static ncStatus_t patchSetMemTypeCommand(char **firmware, size_t *length, const char memType) {
     CHECK_HANDLE_CORRECT(firmware);