<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[OrangePi cm5-tablet RAW-MIPI-SC132M]]></title><description><![CDATA[<p dir="auto">Hello, I am trying to connect veye  RAW-MIPI-SC132M to OrangePi cm5-tablet.</p>
<p dir="auto">Following the instructions from <a href="https://github.com/veyeimaging/rk35xx_orangepi/tree/main/linux" rel="nofollow ugc">https://github.com/veyeimaging/rk35xx_orangepi/tree/main/linux</a>,<br />
I cloned:</p>
<ol>
<li><a href="https://github.com/orangepi-xunlong/OrangePi_Build" rel="nofollow ugc">https://github.com/orangepi-xunlong/OrangePi_Build</a></li>
<li><a href="https://github.com/veyeimaging/rk35xx_orangepi/tree/main" rel="nofollow ugc">https://github.com/veyeimaging/rk35xx_orangepi/tree/main</a></li>
<li><a href="https://github.com/veyeimaging/rk35xx_veye_bsp" rel="nofollow ugc">https://github.com/veyeimaging/rk35xx_veye_bsp</a></li>
<li>ran an empty build to generate the base structure (sudo ./build.sh)</li>
<li>copied the drivers from the bsp repo</li>
<li>copied the configs</li>
<li>modified the device tree files:<br />
7.1) rk3588s-orangepi-cm5-tablet.dts:</li>
</ol>
<pre><code>#include "rk3588s-orangepi-cm5-tablet-lcd.dtsi"
#include "rk3588s-orangepi-cm5-tablet-camera1.dtsi"
//#include "rk3588s-orangepi-cm5-tablet-camera2.dtsi"
#include "rk3588s-orangepi-cm5-tablet-camera2-veyemv.dtsi"
#include "rk3588s-orangepi-cm5-tablet-camera3.dtsi"
</code></pre>
<p dir="auto">7.2) rk3588s-orangepi-cm5-tablet-camera2-veyemv.dtsi:</p>
<pre><code>// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
 * Copyright (c) 2021 Rockchip Electronics Co., Ltd.
 *
 */

&amp;csi2_dcphy0 {
	status = "okay";

	ports {
		#address-cells = &lt;1&gt;;
		#size-cells = &lt;0&gt;;
		port@0 {
			reg = &lt;0&gt;;
			#address-cells = &lt;1&gt;;
			#size-cells = &lt;0&gt;;

			mipi_in_dcphy_0: endpoint@0 {
				reg = &lt;0&gt;;
				remote-endpoint = &lt;&amp;mvcam_out2&gt;;
				data-lanes = &lt;1 2&gt;;
			};
/*
			mipi_in_dcphy_1: endpoint@1 {
				reg = &lt;0&gt;;
				remote-endpoint = &lt;&amp;imx219_out_1&gt;;
				data-lanes = &lt;1 2&gt;;
			};
*/
		};

		port@1 {
			reg = &lt;1&gt;;
			#address-cells = &lt;1&gt;;
			#size-cells = &lt;0&gt;;

			csidcphy0_out: endpoint@0 {
				reg = &lt;0&gt;;
				remote-endpoint = &lt;&amp;mipi0_csi2_input&gt;;
			};
		};
	};
};

&amp;i2c6 {
	status = "okay";

	mvcam_2: mvcam@36 {
		status = "okay";
	        compatible = "veye,mvcam";
		reg = &lt;0x36&gt;;
		clocks = &lt;&amp;ext_cam_ov5647_clk&gt;;
		clock-names = "ext_cam_ov5647_clk";
		pwdn-gpios = &lt;&amp;gpio4 RK_PA7 GPIO_ACTIVE_HIGH&gt;;
		rockchip,camera-module-index = &lt;1&gt;;
		rockchip,camera-module-facing = "front";
		rockchip,camera-module-name = "NC";
		rockchip,camera-module-lens-name = "NC";
		port {
			veyecam2m_out2: endpoint {
			        remote-endpoint = &lt;&amp;mipi_in_dcphy_0&gt;;
			        data-lanes = &lt;1 2&gt;;
			};
		};
	};
/*
	imx219_cam2: imx219-cam2@10 {
	        status = "disabled";
	        compatible = "sony,imx219";
	        reg = &lt;0x10&gt;;
	        clocks = &lt;&amp;ext_cam_ov5647_clk&gt;;
	        clock-names = "ext_cam_ov5647_clk";
	        pwdn-gpios = &lt;&amp;gpio4 RK_PA7 GPIO_ACTIVE_LOW&gt;;
	        rockchip,camera-module-index = &lt;0&gt;;
	        rockchip,camera-module-facing = "back";
	        rockchip,camera-module-name = "rpi-camera-v2";
	        rockchip,camera-module-lens-name = "default";
	        port {
	                imx219_out_1: endpoint {
			        remote-endpoint = &lt;&amp;mipi_in_dcphy_1&gt;;
	                        data-lanes = &lt;1 2&gt;;
	                };
	        };
	};
*/
};

&amp;mipi0_csi2 {
	status = "okay";

	ports {
		#address-cells = &lt;1&gt;;
		#size-cells = &lt;0&gt;;

		port@0 {
			reg = &lt;0&gt;;
			#address-cells = &lt;1&gt;;
			#size-cells = &lt;0&gt;;

			mipi0_csi2_input: endpoint@1 {
				reg = &lt;1&gt;;
				remote-endpoint = &lt;&amp;csidcphy0_out&gt;;
			};
		};

		port@1 {
			reg = &lt;1&gt;;
			#address-cells = &lt;1&gt;;
			#size-cells = &lt;0&gt;;

			mipi0_csi2_output: endpoint@0 {
				reg = &lt;0&gt;;
				remote-endpoint = &lt;&amp;cif_mipi_in0&gt;;
			};
		};
	};
};

&amp;rkcif_mipi_lvds {
	status = "disabled";

	port {
		cif_mipi_in0: endpoint {
			remote-endpoint = &lt;&amp;mipi0_csi2_output&gt;;
		};
	};
};

&amp;rkcif_mipi_lvds_sditf {
	status = "disabled";

	port {
		mipi_lvds_sditf: endpoint {
			remote-endpoint = &lt;&amp;isp1_in1&gt;;
		};
	};
};

&amp;rkisp1_vir0 {
	status = "disabled";

	port {
		#address-cells = &lt;1&gt;;
		#size-cells = &lt;0&gt;;

		isp1_in1: endpoint@0 {
			reg = &lt;0&gt;;
			remote-endpoint = &lt;&amp;mipi_lvds_sditf&gt;;
		};
	};
};
</code></pre>
<p dir="auto">sudo dmesg | grep mvcam does not output<br />
mvcam 1-003b: camera is: RAW-MIPI-SC132M<br />
mvcam 1-003b: firmware version: 0x1040000</p>
<p dir="auto">instead, I see<br />
platform csi2-dcphy0: Fixed dependency cycle(s) with /i2c@fec80000/mvcam@36</p>
<p dir="auto">Any help would be much appreciated.</p>
<p dir="auto">Best regards,</p>
<p dir="auto">Mikhail</p>
]]></description><link>http://forum.veye.cc/topic/694/orangepi-cm5-tablet-raw-mipi-sc132m</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 10:16:11 GMT</lastBuildDate><atom:link href="http://forum.veye.cc/topic/694.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 08 Aug 2025 10:40:14 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 07 Apr 2026 14:48:16 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> i think so.<br />
please see screens attached:<br />
<img src="/assets/uploads/files/1775573271193-1.png" alt="1.png" class=" img-fluid img-markdown" /> <img src="/assets/uploads/files/1775573271002-2.png" alt="2.png" class=" img-fluid img-markdown" /><br />
when i copied .dts files from veye i saw errors building missing files.</p>
<p dir="auto">i tried to build on:</p>
<ul>
<li>orange pi 5 tablet</li>
<li>VM machine with Ubuntu 22.04 installed<br />
got the same errors.<br />
please check your files.</li>
</ul>
]]></description><link>http://forum.veye.cc/post/5081</link><guid isPermaLink="true">http://forum.veye.cc/post/5081</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Tue, 07 Apr 2026 14:48:16 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 07 Apr 2026 10:12:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a> You can ignore the warning shown in your screenshot. However, your probe information is incomplete; it seems that the mvcam probe function has not been triggered.</p>
]]></description><link>http://forum.veye.cc/post/5080</link><guid isPermaLink="true">http://forum.veye.cc/post/5080</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Tue, 07 Apr 2026 10:12:35 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 07 Apr 2026 09:10:42 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> said in <a href="/post/5073">OrangePi cm5-tablet RAW-MIPI-SC132M</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a> Sorry, we currently only provide kernel version 5.x images for Orange Pi. If you need version 6.x, you will need to compile it yourself based on our open-source code.</p>
</blockquote>
<p dir="auto">hi. i built kernel 6.1.99 - but the errors almost the same as in start of the spoiler to this topic:<br />
<img src="/assets/uploads/files/1775552930605-2026-04-07_12h07_15.png" alt="2026-04-07_12h07_15.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">in build progress i saw strange missing packages errors.<br />
could your check your instructions ? may be them got obsolete ?</p>
]]></description><link>http://forum.veye.cc/post/5079</link><guid isPermaLink="true">http://forum.veye.cc/post/5079</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Tue, 07 Apr 2026 09:10:42 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 31 Mar 2026 06:12:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> got it. i tried to do that but have segmentation fault - something wrong with mali drivers. at the same time drivers for cameras built correctly.</p>
]]></description><link>http://forum.veye.cc/post/5074</link><guid isPermaLink="true">http://forum.veye.cc/post/5074</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Tue, 31 Mar 2026 06:12:27 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 31 Mar 2026 02:14:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a> Sorry, we currently only provide kernel version 5.x images for Orange Pi. If you need version 6.x, you will need to compile it yourself based on our open-source code.</p>
]]></description><link>http://forum.veye.cc/post/5073</link><guid isPermaLink="true">http://forum.veye.cc/post/5073</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Tue, 31 Mar 2026 02:14:08 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Mon, 30 Mar 2026 07:11:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> hi. could you provide link to image kernel 6.* image with cameras integrated ?<br />
as far as i saw there are only kernel 5.10 links...</p>
]]></description><link>http://forum.veye.cc/post/5072</link><guid isPermaLink="true">http://forum.veye.cc/post/5072</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Mon, 30 Mar 2026 07:11:25 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Wed, 04 Mar 2026 06:10:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a> looking forward to your good news.</p>
]]></description><link>http://forum.veye.cc/post/5060</link><guid isPermaLink="true">http://forum.veye.cc/post/5060</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Wed, 04 Mar 2026 06:10:02 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Wed, 04 Mar 2026 05:28:18 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> ok. i just del it and remove from Makefile.<br />
and changed in main dts - uncomment camera-1.<br />
build kernel package without full image.<br />
installed to jammy 20.04 via dpkg.<br />
and... my mixed cams start working !</p>
<p dir="auto">later i`ll tried to repair broken driver for veye you provided.</p>
<p dir="auto">thanks for help!</p>
]]></description><link>http://forum.veye.cc/post/5059</link><guid isPermaLink="true">http://forum.veye.cc/post/5059</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Wed, 04 Mar 2026 05:28:18 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Wed, 04 Mar 2026 02:00:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a><br />
In the source code of veyecam2m.c, please comment out this function.<br />
<img src="/assets/uploads/files/1772589545931-97370844-9834-4215-84b5-ed9811d2221c-image.png" alt="97370844-9834-4215-84b5-ed9811d2221c-image.png" class=" img-fluid img-markdown" /><br />
Additionally, since you are using the RAW-MIPI-SC132M camera, you only need the mvcam driver and its corresponding dtb.</p>
]]></description><link>http://forum.veye.cc/post/5058</link><guid isPermaLink="true">http://forum.veye.cc/post/5058</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Wed, 04 Mar 2026 02:00:25 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 03 Mar 2026 12:27:17 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> and could you check steps it did before start build process:</p>
<pre><code>sudo cp -r rk35xx_orangepi/linux/drivers/cm5/cm5-mvcam-dts orangepi-build/kernel/orange-pi-5.10-rk35xx/arch/arm64/boot/dts/rockchip/
sudo cp rk35xx_orangepi/linux/drivers/cm5/config/linux-rockchip-rk3588-legacy.config orangepi-build/external/config/kernel/linux-rockchip-rk3588-legacy.config
sudo cp -r rk35xx_veye_bsp/linux/drivers/kernel_v5.10 orangepi-build/kernel/orange-pi-5.10-rk35xx/drivers/media/i2c/

sudo nano orangepi-build/kernel/orange-pi-5.10-rk35xx/drivers/media/i2c/Kconfig
config VIDEO_DS90UB954
       tristate "TI FDPLINK III support."
       depends on I2C &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_V4L2_SUBDEV_API
       help
            Driver for TI FDPLINK III .

config VIDEO_VEYECAM2M
       tristate "VEYE 2M camera support."
       depends on I2C &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_V4L2_SUBDEV_API
       depends on MEDIA_CAMERA_SUPPORT
       help
               Driver for veye 2m camera.
               
config VIDEO_VEYEMVCAM
       tristate "VEYE MV series camera support."
       depends on I2C &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_V4L2_SUBDEV_API
       depends on MEDIA_CAMERA_SUPPORT
       help
               Driver for veye mv series camera.

config VIDEO_VEYEVBYONE
       tristate "VEYE V-by-One hs toolkit support."
       depends on I2C &amp;&amp; VIDEO_V4L2 &amp;&amp; VIDEO_V4L2_SUBDEV_API
       depends on MEDIA_CAMERA_SUPPORT
       help
               Driver for vV-by-One hs toolkit .

sudo nano orangepi-build/kernel/orange-pi-5.10-rk35xx/drivers/media/i2c/Makefile
obj-$(CONFIG_VIDEO_DS90UB954) += ds90ub954.o
obj-$(CONFIG_VIDEO_VEYEVBYONE) += veye_vbyone.o
obj-$(CONFIG_VIDEO_VEYECAM2M) += veyecam2m.o
obj-$(CONFIG_VIDEO_VEYEMVCAM) += veye_mvcam.o
</code></pre>
<p dir="auto">may be i miss something leads to empty image ?</p>
]]></description><link>http://forum.veye.cc/post/5057</link><guid isPermaLink="true">http://forum.veye.cc/post/5057</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Tue, 03 Mar 2026 12:27:17 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 03 Mar 2026 12:22:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> hi. i`m trying to build Kernel itself left alone the full image.<br />
and see this error in compile the veye driver:<br />
<img src="/assets/uploads/files/1772540098444-error_driver.png" alt="error_driver.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">so the problem in driver file - [0_1772540181473_veyecam2m.zip](Загрузка 100%)</p>
]]></description><link>http://forum.veye.cc/post/5056</link><guid isPermaLink="true">http://forum.veye.cc/post/5056</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Tue, 03 Mar 2026 12:22:31 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Mon, 02 Mar 2026 07:59:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a><br />
As long as you follow the steps and place our driver and DTS files into the Orange Pi source tree, then compile the image according to the official Orange Pi instructions and flash this image onto the board, the VEYE camera driver should appear correctly.</p>
<p dir="auto">Essentially, this operation just adds the driver to the original standard Orange Pi system. No additional steps are required after flashing the image. I suspect that you may not have fully applied the modifications in all the necessary parts of the source code.</p>
]]></description><link>http://forum.veye.cc/post/5054</link><guid isPermaLink="true">http://forum.veye.cc/post/5054</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Mon, 02 Mar 2026 07:59:27 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Sat, 28 Feb 2026 07:58:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> veye appears only on image you provided via download link.<br />
the image i built has no veye on board.</p>
<p dir="auto">should i change the main dts after decompilation ...tablet.dbt &gt; ...tablet.dts?<br />
or use somehow dtsi (<a href="https://github.com/veyeimaging/rk35xx_orangepi/tree/main/linux/drivers/cm5/cm5-mvcam-dts" rel="nofollow ugc">https://github.com/veyeimaging/rk35xx_orangepi/tree/main/linux/drivers/cm5/cm5-mvcam-dts</a>) to link with your   ...tablet.dbt ?</p>
]]></description><link>http://forum.veye.cc/post/5052</link><guid isPermaLink="true">http://forum.veye.cc/post/5052</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Sat, 28 Feb 2026 07:58:45 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Sat, 28 Feb 2026 07:24:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a></p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a> said in <a href="/post/5050">OrangePi cm5-tablet RAW-MIPI-SC132M</a>:</p>
<blockquote>
<p dir="auto">i burned SD with your image provided and there veye presented. what`s the difference ?</p>
</blockquote>
<p dir="auto">Sorry, I misunderstood you earlier. I thought you meant that following the steps to compile wasn't working at all. So, now that you've successfully compiled it, the veyecamera has appeared, correct?</p>
<p dir="auto">What you should do now is modify the source code of the DTS. For different MIPI interfaces, use different dtsi configurations to set it up for the specific camera or sensor model you want.</p>
]]></description><link>http://forum.veye.cc/post/5051</link><guid isPermaLink="true">http://forum.veye.cc/post/5051</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Sat, 28 Feb 2026 07:24:06 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Sat, 28 Feb 2026 06:14:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> got it.<br />
but why do you recommend flash eMMC ?<br />
i burned SD with your image provided and there veye presented. what`s the difference ?</p>
]]></description><link>http://forum.veye.cc/post/5050</link><guid isPermaLink="true">http://forum.veye.cc/post/5050</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Sat, 28 Feb 2026 06:14:28 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Sat, 28 Feb 2026 05:37:21 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a> I noticed you placed the compiled image onto the SD card. This is likely incorrect. You should refer to the official Orange Pi documentation and flash the compiled image to the eMMC storage that comes with the Orange Pi CM5 core board.</p>
<p dir="auto">Additionally, you might wonder why we compile the camera's dtsi directly into the main dtb instead of building it separately as an overlay. This approach follows the practice recommended by the Orange Pi manufacturer.</p>
]]></description><link>http://forum.veye.cc/post/5048</link><guid isPermaLink="true">http://forum.veye.cc/post/5048</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Sat, 28 Feb 2026 05:37:21 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Thu, 26 Feb 2026 08:46:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> and i do not see any overlays from here compiled on image</p>
<p dir="auto"><img src="/assets/uploads/files/1772095554900-2026-02-26_11h44_43.png" alt="2026-02-26_11h44_43.png" class=" img-fluid img-markdown" /> :</p>
]]></description><link>http://forum.veye.cc/post/5047</link><guid isPermaLink="true">http://forum.veye.cc/post/5047</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Thu, 26 Feb 2026 08:46:52 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Thu, 26 Feb 2026 08:42:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> hi. i`ve built once again image folowing <a href="https://github.com/veyeimaging/rk35xx_orangepi/tree/main/linux" rel="nofollow ugc">https://github.com/veyeimaging/rk35xx_orangepi/tree/main/linux</a><br />
and nothing works:<br />
<img src="/assets/uploads/files/1772094668390-no_veye.png" alt="no_veye.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1772094669544-no_veye2.png" alt="no_veye2.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">could you check again instructions you provided ?</p>
<p dir="auto">moreover, i took rk3588s-orangepi-cm5-tablet.dtb from image with drivers installed you provided above and rk3588s-orangepi-cm5-tablet.dts from original image to compare.</p>
<p dir="auto">i decompiled `em to .dts  and  looked for differences.<br />
as far as i see on your image you do not use overlays and put all changes to dts:<br />
<img src="/assets/uploads/files/1772095037599-2026-02-26_11h37_09.png" alt="2026-02-26_11h37_09.png" class=" img-fluid img-markdown" /><br />
i looks like you changes overlap original ov5647, ov138*, etc and they stop working.</p>
<p dir="auto">in addition, i see address drift in program list:<br />
<img src="/assets/uploads/files/1772095266874-2026-02-26_11h39_53.png" alt="2026-02-26_11h39_53.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">could your explain a bit how to make mixed up cameras working as you changes broke dts ?</p>
]]></description><link>http://forum.veye.cc/post/5046</link><guid isPermaLink="true">http://forum.veye.cc/post/5046</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Thu, 26 Feb 2026 08:42:14 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Wed, 25 Feb 2026 08:40:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a> ok. i tried method you recommend but when i built new image step-by-step and burn it to sd nothing changed. no veye camera there and no drivers.</p>
]]></description><link>http://forum.veye.cc/post/5043</link><guid isPermaLink="true">http://forum.veye.cc/post/5043</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Wed, 25 Feb 2026 08:40:13 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Wed, 25 Feb 2026 08:37:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zoldaten" aria-label="Profile: zoldaten">@<bdi>zoldaten</bdi></a><br />
My recommended approach is to set up the system compilation environment following the official OrangePi method, then place our provided dtsi files and drivers into it to compile a new deb package.<br />
Your suggested method might work as well, but I haven't personally tried it.</p>
]]></description><link>http://forum.veye.cc/post/5042</link><guid isPermaLink="true">http://forum.veye.cc/post/5042</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Wed, 25 Feb 2026 08:37:05 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Wed, 25 Feb 2026 08:23:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a><br />
got it!<br />
should i change in my case rk3588s-orangepi-cm5-tablet.dtb directly like:</p>
<pre><code>dtc -I dtb -O dts rk3588s-orangepi-cm5-tablet.dtb -o test.dts
dtc -I dts -O dtb test.dts -o rk3588s-orangepi-cm5-tablet.dtb
</code></pre>
<p dir="auto">and put it back to PC ?<br />
or should i work somehow with rk3588s-orangepi-cm5-tablet-camera2.dtsi as you change it ?</p>
]]></description><link>http://forum.veye.cc/post/5041</link><guid isPermaLink="true">http://forum.veye.cc/post/5041</guid><dc:creator><![CDATA[zoldaten]]></dc:creator><pubDate>Wed, 25 Feb 2026 08:23:08 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Thu, 11 Sep 2025 08:01:02 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mparem" aria-label="Profile: mparem">@<bdi>mparem</bdi></a><br />
<a href="https://github.com/veyeimaging/rk35xx_orangepi/releases/tag/v1.2_mvcam_tablet_cm5" rel="nofollow ugc">https://github.com/veyeimaging/rk35xx_orangepi/releases/tag/v1.2_mvcam_tablet_cm5</a><br />
Please try this image file on cm5-tablet.</p>
]]></description><link>http://forum.veye.cc/post/4874</link><guid isPermaLink="true">http://forum.veye.cc/post/4874</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Thu, 11 Sep 2025 08:01:02 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Wed, 03 Sep 2025 00:52:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mparem" aria-label="Profile: mparem">@<bdi>mparem</bdi></a> <a href="https://github.com/veyeimaging/rk35xx_orangepi/releases" rel="nofollow ugc">https://github.com/veyeimaging/rk35xx_orangepi/releases</a><br />
please try the latest image or deb packages.</p>
]]></description><link>http://forum.veye.cc/post/4855</link><guid isPermaLink="true">http://forum.veye.cc/post/4855</guid><dc:creator><![CDATA[veye_xumm]]></dc:creator><pubDate>Wed, 03 Sep 2025 00:52:13 GMT</pubDate></item><item><title><![CDATA[Reply to OrangePi cm5-tablet RAW-MIPI-SC132M on Tue, 02 Sep 2025 13:52:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/veye_xumm" aria-label="Profile: veye_xumm">@<bdi>veye_xumm</bdi></a><br />
I received the cm5-base board today, attempted to connect the camera, but dmesg does not show any logs when grepping for mvcam</p>
]]></description><link>http://forum.veye.cc/post/4853</link><guid isPermaLink="true">http://forum.veye.cc/post/4853</guid><dc:creator><![CDATA[mparem]]></dc:creator><pubDate>Tue, 02 Sep 2025 13:52:15 GMT</pubDate></item></channel></rss>