From 14dd92bff859952e15d918bee7a2f784d7fb040f Mon Sep 17 00:00:00 2001 From: TheMarpe Date: Mon, 29 May 2023 22:49:09 +0200 Subject: [PATCH 1/3] [FW] WIP for S2 PoE boards --- cmake/Depthai/DepthaiDeviceSideConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index 9f8009e93..4d5ccb31d 100644 --- a/cmake/Depthai/DepthaiDeviceSideConfig.cmake +++ b/cmake/Depthai/DepthaiDeviceSideConfig.cmake @@ -2,7 +2,7 @@ set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot") # "full commit hash of device side binary" -set(DEPTHAI_DEVICE_SIDE_COMMIT "2be0fa8c4bfb8ec6c5a923473dbfef9cb8714a42") +set(DEPTHAI_DEVICE_SIDE_COMMIT "b4a6abc71d4c3735b41ae2c9a584e8aa12861844") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "") From be9c9d9fa379fdf6f433a8bf758a194529a8b510 Mon Sep 17 00:00:00 2001 From: TheMarpe Date: Tue, 30 May 2023 18:04:23 +0200 Subject: [PATCH 2/3] [FW] WIP for new SoMs --- cmake/Depthai/DepthaiDeviceSideConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index 4d5ccb31d..110c97015 100644 --- a/cmake/Depthai/DepthaiDeviceSideConfig.cmake +++ b/cmake/Depthai/DepthaiDeviceSideConfig.cmake @@ -2,7 +2,7 @@ set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot") # "full commit hash of device side binary" -set(DEPTHAI_DEVICE_SIDE_COMMIT "b4a6abc71d4c3735b41ae2c9a584e8aa12861844") +set(DEPTHAI_DEVICE_SIDE_COMMIT "523872ba26994fc7b50647c7e65bb80819b10395") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "") From 7c07d7c933a0e5993e23a5460aa5e0c9f5bb409b Mon Sep 17 00:00:00 2001 From: TheMarpe Date: Tue, 30 May 2023 19:08:42 +0200 Subject: [PATCH 3/3] Fixed build --- cmake/Depthai/DepthaiDeviceSideConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Depthai/DepthaiDeviceSideConfig.cmake b/cmake/Depthai/DepthaiDeviceSideConfig.cmake index 110c97015..aa707c574 100644 --- a/cmake/Depthai/DepthaiDeviceSideConfig.cmake +++ b/cmake/Depthai/DepthaiDeviceSideConfig.cmake @@ -2,7 +2,7 @@ set(DEPTHAI_DEVICE_SIDE_MATURITY "snapshot") # "full commit hash of device side binary" -set(DEPTHAI_DEVICE_SIDE_COMMIT "523872ba26994fc7b50647c7e65bb80819b10395") +set(DEPTHAI_DEVICE_SIDE_COMMIT "0dff545a0708eb6708470a3979a74af37a16701d") # "version if applicable" set(DEPTHAI_DEVICE_SIDE_VERSION "")