Andreib/2022.3 myriad plugin obs (#16079)
* Changed to OBS firmware * Changed dependencies settings for new FW --------- Co-authored-by: Daria Mityagina <daria.mityagina@intel.com>
This commit is contained in:
committed by
GitHub
parent
ab4f31c2f1
commit
e7f6244c36
@@ -6,14 +6,14 @@ include_guard(GLOBAL)
|
||||
|
||||
set(VPU_SUPPORTED_FIRMWARES usb-ma2x8x pcie-ma2x8x)
|
||||
set(VPU_SUPPORTED_FIRMWARES_HASH
|
||||
"f7351b2e26f25d652a0539f6ace5797d7700735d52479c3e6ef354c236abbd3a"
|
||||
"439219aeac010f8b85f19838420e9a247f2cdf23a6d00e7727cf92d96dbdaeeb")
|
||||
"6b1795cb55ebe8dbc72b29a697b3b4d9c56b46f253b3a0267ee7bc17f74327f3"
|
||||
"9ffda175d180a8cdec538d938410fd66ca8f4d45f97f1b76141480c47cc183da")
|
||||
|
||||
#
|
||||
# Default packages
|
||||
#
|
||||
|
||||
set(FIRMWARE_PACKAGE_VERSION 20230121_38)
|
||||
set(FIRMWARE_PACKAGE_VERSION 20230302_39)
|
||||
set(VPU_CLC_MA2X8X_VERSION "movi-cltools-22.08.1")
|
||||
|
||||
#
|
||||
|
||||
@@ -174,7 +174,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, 0xec, 0x00, 0x00, 0x70};
|
||||
const char g_callCommand[] = {0xba, 0x9c, 0xe9, 0x00, 0x70};
|
||||
|
||||
static ncStatus_t patchSetMemTypeCommand(char **firmware, size_t *length, const char memType) {
|
||||
CHECK_HANDLE_CORRECT(firmware);
|
||||
|
||||
Reference in New Issue
Block a user