<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[PINE64 - General Discussion on PineCube]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Thu, 16 Apr 2026 06:38:44 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[FOSS Monitoring Applications]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19380</link>
			<pubDate>Tue, 06 Aug 2024 17:25:21 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=15956">tuaris</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19380</guid>
			<description><![CDATA[What is the recommended application to monitor the video from multiple PineCubes at a time?  Looking for FOSS alternatives to BlueIris and Amcrest Survalance Pro]]></description>
			<content:encoded><![CDATA[What is the recommended application to monitor the video from multiple PineCubes at a time?  Looking for FOSS alternatives to BlueIris and Amcrest Survalance Pro]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Do you sell a ready-made housing for the PineCube camera?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=16382</link>
			<pubDate>Sat, 26 Mar 2022 18:25:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23684">Mikoduso</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=16382</guid>
			<description><![CDATA[Hello.<br />
<br />
Do you sell a ready-made housing for the PineCube camera?<br />
If yes, where can you buy it?<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hello.<br />
<br />
Do you sell a ready-made housing for the PineCube camera?<br />
If yes, where can you buy it?<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Examples of surveillance video recordings via PineCube?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=16381</link>
			<pubDate>Sat, 26 Mar 2022 18:21:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23684">Mikoduso</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=16381</guid>
			<description><![CDATA[Hello.<br />
Is it possible to view examples of video surveillance recordings through the PineCube camera?<br />
Day, night (with IR illumination)?<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Hello.<br />
Is it possible to view examples of video surveillance recordings through the PineCube camera?<br />
Day, night (with IR illumination)?<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is the operating temperature of the PineCube?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=16380</link>
			<pubDate>Sat, 26 Mar 2022 18:13:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23684">Mikoduso</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=16380</guid>
			<description><![CDATA[Hello.<br />
What is the operating temperature of the PineCube?<br />
Can PineCube be used between -30 and +30 degrees Celsius?]]></description>
			<content:encoded><![CDATA[Hello.<br />
What is the operating temperature of the PineCube?<br />
Can PineCube be used between -30 and +30 degrees Celsius?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[cedar_ve driver not able to allocate memory]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=15367</link>
			<pubDate>Fri, 19 Nov 2021 11:59:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23714">ajellisuk</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=15367</guid>
			<description><![CDATA[Hello <br />
<br />
I have been trying to make use of the h264 encoder by obtaining the source code for the cedar_ve driver from here:<br />
<br />
<a href="https://github.com/uboborov/sunxi-cedar-mainline" target="_blank" rel="noopener" class="mycode_url">https://github.com/uboborov/sunxi-cedar-mainline</a><br />
<br />
I have successfully built the driver, but when I try and load it the driver fails with the error in the kernel log:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[  110.831285] sunxi-cedar 1c0e000.video-engine: could not assign reserved memory, ret: -22</blockquote>
<br />
<br />
I have checked the device tree to ensure that it is consistent with the sources in the above git repository.<br />
<br />
I'm not sure why the driver is not able to allocate the needed memory. I have tried setting the CMA pool both from the boot parameters by adding:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>setenv bootargs "&#36;{bootargs} cma=60M"</blockquote>
to boot.cmd and rebuilding before rebooting.<br />
<br />
<br />
I have also tried adding this to my device tree:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;reserved-memory {<br />
                #address-cells = &lt;1&gt;;<br />
                #size-cells = &lt;1&gt;;<br />
                ranges;<br />
<br />
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */<br />
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cma_pool: cma@44000000 {<br />
            &nbsp;&nbsp;&nbsp;&nbsp;compatible = "shared-dma-pool";<br />
            &nbsp;&nbsp;&nbsp;&nbsp;size = &lt;0x6000000&gt;;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;alloc-ranges = &lt;0x4a000000 0x6000000&gt;;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;reusable;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;linux,cma-default;<br />
        &nbsp;&nbsp;&nbsp;&nbsp;};<br />
        };</code></div></div><br />
I updated the video engine entry in the deivce tree to that it referenced the cma_pool entry:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ve: video-engine@01c0e000 {<br />
                        compatible = "allwinner,sunxi-cedar-ve";<br />
                        reg = &lt;0x01c0e000 0x1000&gt;,<br />
                                &lt;0x01c00000 0x10&gt;,<br />
                                &lt;0x01c20000 0x800&gt;;<br />
                        memory-region = &lt;&amp;cedar_buf&gt;;<br />
                        syscon = &lt;&amp;syscon&gt;;<br />
                        clocks = &lt;&amp;ccu CLK_BUS_VE&gt;, &lt;&amp;ccu CLK_VE&gt;,<br />
                                &lt;&amp;ccu CLK_DRAM_VE&gt;;<br />
                        clock-names = "ahb", "mod", "ram";<br />
                        resets = &lt;&amp;ccu RST_BUS_VE&gt;;<br />
                        interrupts = &lt;GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH&gt;;<br />
                        allwinner,sram = &lt;&amp;ve_sram 1&gt;;<br />
                };</code></div></div>But I still get the same error.<br />
<br />
Has anyone successfully managed to get the cedar_ve driver to work on a pine cube? Is there a set of instructions that someone could point me to that will help me resolce this issue.<br />
<br />
Andrew]]></description>
			<content:encoded><![CDATA[Hello <br />
<br />
I have been trying to make use of the h264 encoder by obtaining the source code for the cedar_ve driver from here:<br />
<br />
<a href="https://github.com/uboborov/sunxi-cedar-mainline" target="_blank" rel="noopener" class="mycode_url">https://github.com/uboborov/sunxi-cedar-mainline</a><br />
<br />
I have successfully built the driver, but when I try and load it the driver fails with the error in the kernel log:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[  110.831285] sunxi-cedar 1c0e000.video-engine: could not assign reserved memory, ret: -22</blockquote>
<br />
<br />
I have checked the device tree to ensure that it is consistent with the sources in the above git repository.<br />
<br />
I'm not sure why the driver is not able to allocate the needed memory. I have tried setting the CMA pool both from the boot parameters by adding:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>setenv bootargs "&#36;{bootargs} cma=60M"</blockquote>
to boot.cmd and rebuilding before rebooting.<br />
<br />
<br />
I have also tried adding this to my device tree:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;reserved-memory {<br />
                #address-cells = &lt;1&gt;;<br />
                #size-cells = &lt;1&gt;;<br />
                ranges;<br />
<br />
                /* Address must be kept in the lower 256 MiBs of DRAM for VE. */<br />
        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;cma_pool: cma@44000000 {<br />
            &nbsp;&nbsp;&nbsp;&nbsp;compatible = "shared-dma-pool";<br />
            &nbsp;&nbsp;&nbsp;&nbsp;size = &lt;0x6000000&gt;;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;alloc-ranges = &lt;0x4a000000 0x6000000&gt;;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;reusable;<br />
            &nbsp;&nbsp;&nbsp;&nbsp;linux,cma-default;<br />
        &nbsp;&nbsp;&nbsp;&nbsp;};<br />
        };</code></div></div><br />
I updated the video engine entry in the deivce tree to that it referenced the cma_pool entry:<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ve: video-engine@01c0e000 {<br />
                        compatible = "allwinner,sunxi-cedar-ve";<br />
                        reg = &lt;0x01c0e000 0x1000&gt;,<br />
                                &lt;0x01c00000 0x10&gt;,<br />
                                &lt;0x01c20000 0x800&gt;;<br />
                        memory-region = &lt;&amp;cedar_buf&gt;;<br />
                        syscon = &lt;&amp;syscon&gt;;<br />
                        clocks = &lt;&amp;ccu CLK_BUS_VE&gt;, &lt;&amp;ccu CLK_VE&gt;,<br />
                                &lt;&amp;ccu CLK_DRAM_VE&gt;;<br />
                        clock-names = "ahb", "mod", "ram";<br />
                        resets = &lt;&amp;ccu RST_BUS_VE&gt;;<br />
                        interrupts = &lt;GIC_SPI 58 IRQ_TYPE_LEVEL_HIGH&gt;;<br />
                        allwinner,sram = &lt;&amp;ve_sram 1&gt;;<br />
                };</code></div></div>But I still get the same error.<br />
<br />
Has anyone successfully managed to get the cedar_ve driver to work on a pine cube? Is there a set of instructions that someone could point me to that will help me resolce this issue.<br />
<br />
Andrew]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[setting a fixed Mac address on a PineCube]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=15366</link>
			<pubDate>Fri, 19 Nov 2021 10:59:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23714">ajellisuk</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=15366</guid>
			<description><![CDATA[Hello<br />
<br />
I have got a PineCube running Armbian, and is also using Uboot 2021.07-armbian.<br />
<br />
I have found that the mac address keeps changing, and consequently the ip address keeps changing too. This is a real nuiscence.<br />
<br />
I have looked for a soltution to this problem, and found some ideas on the One64 forum. Unforutnately the suggestions there didn't work for me on the PineCube.<br />
<br />
I have tried adding these to /boot/boot.cmd (no both at once)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>setenv bootargs "&#36;{bootargs} ethaddr=7e:50:d1:01:57:68"<br />
<br />
setenv bootargs "&#36;{bootargs} mac_addr=7e:50:d1:01:57:68"</code></div></div><br />
If I do <br />
<blockquote class="mycode_quote"><cite>Quote:</cite>cat /proc/cmdline</blockquote>
<br />
<br />
I can see that the parameters are passed to the kernel, but are not being acted upon.<br />
<br />
I have also tried adding these to /boot/armbianEnv.txt<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mac_addr=7e:50:d1:01:57:68<br />
ethaddr=7e:50:d1:01:57:68</code></div></div>Again not both at once.<br />
<br />
Can someone please tell me what I need to do to get the mac address to remain the same on subsequent boots.<br />
<br />
Thanks in advance<br />
<br />
Andrew]]></description>
			<content:encoded><![CDATA[Hello<br />
<br />
I have got a PineCube running Armbian, and is also using Uboot 2021.07-armbian.<br />
<br />
I have found that the mac address keeps changing, and consequently the ip address keeps changing too. This is a real nuiscence.<br />
<br />
I have looked for a soltution to this problem, and found some ideas on the One64 forum. Unforutnately the suggestions there didn't work for me on the PineCube.<br />
<br />
I have tried adding these to /boot/boot.cmd (no both at once)<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>setenv bootargs "&#36;{bootargs} ethaddr=7e:50:d1:01:57:68"<br />
<br />
setenv bootargs "&#36;{bootargs} mac_addr=7e:50:d1:01:57:68"</code></div></div><br />
If I do <br />
<blockquote class="mycode_quote"><cite>Quote:</cite>cat /proc/cmdline</blockquote>
<br />
<br />
I can see that the parameters are passed to the kernel, but are not being acted upon.<br />
<br />
I have also tried adding these to /boot/armbianEnv.txt<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mac_addr=7e:50:d1:01:57:68<br />
ethaddr=7e:50:d1:01:57:68</code></div></div>Again not both at once.<br />
<br />
Can someone please tell me what I need to do to get the mac address to remain the same on subsequent boots.<br />
<br />
Thanks in advance<br />
<br />
Andrew]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Can PineCube stream 720p60fps?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14784</link>
			<pubDate>Mon, 30 Aug 2021 15:34:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=11493">epoliqui</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14784</guid>
			<description><![CDATA[I'm trying to make a mocap setup that relies on being able to capture 60fps video, is the pinecube capable of streaming 720p60fps? It can have some latency if needed.]]></description>
			<content:encoded><![CDATA[I'm trying to make a mocap setup that relies on being able to capture 60fps video, is the pinecube capable of streaming 720p60fps? It can have some latency if needed.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Any hardware update planned?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=14755</link>
			<pubDate>Thu, 26 Aug 2021 06:42:54 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=21154">Goffi</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=14755</guid>
			<description><![CDATA[Hello,<br />
<br />
I'm willing to get a pinecube for a while, but the development progress seems stalled. I know that it's a side project for Pine64 and that there is the component shortage, so I don't expect to see move anytime soon. However, it seems that it's already really usable right now so I'm thinking about getting the dev kit.<br />
<br />
It won't be a problem for me to install OS or do some settings with it, and I can live without a case. My may concern is if there is any hardware update planned? In other words, is the current version of pinecube working correctly and stable enough to be used? No major flaw?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I'm willing to get a pinecube for a while, but the development progress seems stalled. I know that it's a side project for Pine64 and that there is the component shortage, so I don't expect to see move anytime soon. However, it seems that it's already really usable right now so I'm thinking about getting the dev kit.<br />
<br />
It won't be a problem for me to install OS or do some settings with it, and I can live without a case. My may concern is if there is any hardware update planned? In other words, is the current version of pinecube working correctly and stable enough to be used? No major flaw?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Unable to configure mmc2 on pinecube in 4 bit SDIO mode]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=13816</link>
			<pubDate>Wed, 05 May 2021 22:50:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=22218">doode</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=13816</guid>
			<description><![CDATA[<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">Attempting to enable the third mmc port in 4 bit mode with little progress.  I enabled it via dts &amp; disabled the spi0 port which shares the same pins. The system comes up, sees the peripheral.. but thats about as far as I can get.  </span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">I pulled off the RTK8189ES module and soldered my peripheral in its place and it works fine.</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">Some details...</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">dmesg log w/errors</span></span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[    1.377523] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[    1.404182] mmc2: new high speed SDIO card at address 0001</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[  17.998911] sunxi-mmc 1c11000.mmc: data error, sending stop command</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[  18.005356] my_driver mmc2:0001:2: sdio readl failed -110</span></span><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">changes to sun8i-v3s.dtsi</span></span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">mmc2: mmc@1c11000 {</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  compatible = "allwinner,sun7i-a20-mmc";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>reg = &lt;0x01c11000 0x1000&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>clocks = &lt;&amp;ccu CLK_BUS_MMC2&gt;,</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>&lt;&amp;ccu CLK_MMC2&gt;,</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>&lt;&amp;ccu CLK_MMC2_OUTPUT&gt;,</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>&lt;&amp;ccu CLK_MMC2_SAMPLE&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>clock-names = "ahb",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">      "mmc",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">      "output",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">      "sample";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>resets = &lt;&amp;ccu RST_BUS_MMC2&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>reset-names = "ahb";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>interrupts = &lt;GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>pinctrl-names = "default";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>pinctrl-0 = &lt;&amp;mmc2_pins&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>status = "disabled";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>#address-cells = &lt;1&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>#size-cells = &lt;0&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">};</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">mmc2_pins: mmc2-pins {</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"> pins = "PC0", "PC1", "PC3", "PC4",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">        "PC</span><span style="color: #333333;" class="mycode_color">5", "PC6";</span></span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="color: #333333;" class="mycode_color">  </span>function </span><span style="color: #333333;" class="mycode_color">= "mmc2";<br />
<span style="color: #333333;" class="mycode_color"> <span style="color: #333333;" class="mycode_color">  </span>drive-streng</span><span style="color: #333333;" class="mycode_color">th = &lt;30&gt;;<br />
<span style="color: #333333;" class="mycode_color"> <span style="color: #333333;" class="mycode_color">  </span>bias-pull-up;<br />
<span style="color: #333333;" class="mycode_color">};</span></span></span></span></span></span></span></span><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">changes to sun8i-s3-pinecube.dts</span></span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">&amp;mmc2 {</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  vmmc-supply = &lt;&amp;reg_dcdc3&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  bus-width = &lt;4&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  non-removable;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  status = "okay";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">};</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">/* </span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">&amp;spi0 {<br />
   status = "okay";<br />
   flash@0 {<br />
  #address-cells = &lt;1&gt;;<br />
  #size-cells = &lt;1&gt;;<br />
  compatible = "winbond,w25q128", "jedec,spi-nor";<br />
  reg = &lt;0&gt;;<br />
  spi-max-frequency = &lt;40000000&gt;;<br />
  };<br />
};<br />
*/</span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">Attempting to enable the third mmc port in 4 bit mode with little progress.  I enabled it via dts &amp; disabled the spi0 port which shares the same pins. The system comes up, sees the peripheral.. but thats about as far as I can get.  </span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">I pulled off the RTK8189ES module and soldered my peripheral in its place and it works fine.</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">Some details...</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">dmesg log w/errors</span></span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[    1.377523] sunxi-mmc 1c11000.mmc: initialized, max. request size: 16384 KB</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[    1.404182] mmc2: new high speed SDIO card at address 0001</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[  17.998911] sunxi-mmc 1c11000.mmc: data error, sending stop command</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">[  18.005356] my_driver mmc2:0001:2: sdio readl failed -110</span></span><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">changes to sun8i-v3s.dtsi</span></span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">mmc2: mmc@1c11000 {</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  compatible = "allwinner,sun7i-a20-mmc";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>reg = &lt;0x01c11000 0x1000&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>clocks = &lt;&amp;ccu CLK_BUS_MMC2&gt;,</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>&lt;&amp;ccu CLK_MMC2&gt;,</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>&lt;&amp;ccu CLK_MMC2_OUTPUT&gt;,</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>&lt;&amp;ccu CLK_MMC2_SAMPLE&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>clock-names = "ahb",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">      "mmc",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">      "output",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">      "sample";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>resets = &lt;&amp;ccu RST_BUS_MMC2&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>reset-names = "ahb";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>interrupts = &lt;GIC_SPI 62 IRQ_TYPE_LEVEL_HIGH&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>pinctrl-names = "default";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>pinctrl-0 = &lt;&amp;mmc2_pins&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>status = "disabled";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>#address-cells = &lt;1&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">  </span>#size-cells = &lt;0&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">};</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">mmc2_pins: mmc2-pins {</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"> pins = "PC0", "PC1", "PC3", "PC4",</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color">        "PC</span><span style="color: #333333;" class="mycode_color">5", "PC6";</span></span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="color: #333333;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="color: #333333;" class="mycode_color"><span style="color: #333333;" class="mycode_color">  </span>function </span><span style="color: #333333;" class="mycode_color">= "mmc2";<br />
<span style="color: #333333;" class="mycode_color"> <span style="color: #333333;" class="mycode_color">  </span>drive-streng</span><span style="color: #333333;" class="mycode_color">th = &lt;30&gt;;<br />
<span style="color: #333333;" class="mycode_color"> <span style="color: #333333;" class="mycode_color">  </span>bias-pull-up;<br />
<span style="color: #333333;" class="mycode_color">};</span></span></span></span></span></span></span></span><br />
<br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font"><span style="font-weight: bold;" class="mycode_b">changes to sun8i-s3-pinecube.dts</span></span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">&amp;mmc2 {</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  vmmc-supply = &lt;&amp;reg_dcdc3&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  bus-width = &lt;4&gt;;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  non-removable;</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">  status = "okay";</span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">};</span></span><br />
<br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">/* </span></span><br />
<span style="font-size: medium;" class="mycode_size"><span style="font-family: Times New Roman;" class="mycode_font">&amp;spi0 {<br />
   status = "okay";<br />
   flash@0 {<br />
  #address-cells = &lt;1&gt;;<br />
  #size-cells = &lt;1&gt;;<br />
  compatible = "winbond,w25q128", "jedec,spi-nor";<br />
  reg = &lt;0&gt;;<br />
  spi-max-frequency = &lt;40000000&gt;;<br />
  };<br />
};<br />
*/</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to get audio & HW encoding working?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=13574</link>
			<pubDate>Tue, 06 Apr 2021 17:36:05 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=21686">hackkitten</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=13574</guid>
			<description><![CDATA[Hello,<br />
<br />
I have been trying to make hardware encoding and audio work on the PineCube under Armbian, but it does not appear that either is supported. For hardware encoding all gstreamer plugins and similar seem to rely on a 'cedarx' device which doesn't exist, and similarly no audio device exists in the tree either, even though the audio codec for the V3/V3s/S3 SoCs is supposed to be supported since kernel 4.12.<br />
<br />
Is there a way to make these features work under Armbian, or are there alternatives that may work better?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I have been trying to make hardware encoding and audio work on the PineCube under Armbian, but it does not appear that either is supported. For hardware encoding all gstreamer plugins and similar seem to rely on a 'cedarx' device which doesn't exist, and similarly no audio device exists in the tree either, even though the audio codec for the V3/V3s/S3 SoCs is supposed to be supported since kernel 4.12.<br />
<br />
Is there a way to make these features work under Armbian, or are there alternatives that may work better?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Motion Eye OS]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=13460</link>
			<pubDate>Mon, 22 Mar 2021 21:23:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=21653">Will Welker</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=13460</guid>
			<description><![CDATA[Has anybody run motion eye on the cube?<br />
Also can you write an image to an SD card and boot with it like the Pinephone or a Raspberry Pi?<br />
I have tried motioneyeos-pine64-20200606.img.xz and I was hoping to get it to connect to my network so I could avoid the serial-terminal process.<br />
I haven't found any basic instructions to get this up and running. <img src="https://forum.pine64.org/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></description>
			<content:encoded><![CDATA[Has anybody run motion eye on the cube?<br />
Also can you write an image to an SD card and boot with it like the Pinephone or a Raspberry Pi?<br />
I have tried motioneyeos-pine64-20200606.img.xz and I was hoping to get it to connect to my network so I could avoid the serial-terminal process.<br />
I haven't found any basic instructions to get this up and running. <img src="https://forum.pine64.org/images/smilies/biggrin.png" alt="Big Grin" title="Big Grin" class="smilie smilie_4" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OV5640 camera module reg read error]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=13094</link>
			<pubDate>Sat, 13 Feb 2021 03:13:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=6883">FrancisTheodoreCat</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=13094</guid>
			<description><![CDATA[Got my PineCube today, and ran into a snag getting the camera working.<br />
<br />
I'm running the latest Armbian Focal build (21.02.1 on kernel 5.10.12-sunxi), and whenever I try and access the camera module, whether via ffmpeg or gstreamer, I get the following errors in the syslog:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[ 2518.009350] ov5640 1-003c: ov5640_read_reg: error: reg=300a<br />
[ 2518.014994] ov5640 1-003c: ov5640_set_power_on: failed to read chip identifier</blockquote>
<br />
Also happens about 13 seconds after boot.<br />
<br />
Checked the CSI cable, and it seems to be properly seated on both ends. Any ideas?<br />
<br />
(I think I got the cedar hardware H264 acceleration gstreamer plugin working, but this kinda derailed any actual testing.)]]></description>
			<content:encoded><![CDATA[Got my PineCube today, and ran into a snag getting the camera working.<br />
<br />
I'm running the latest Armbian Focal build (21.02.1 on kernel 5.10.12-sunxi), and whenever I try and access the camera module, whether via ffmpeg or gstreamer, I get the following errors in the syslog:<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>[ 2518.009350] ov5640 1-003c: ov5640_read_reg: error: reg=300a<br />
[ 2518.014994] ov5640 1-003c: ov5640_set_power_on: failed to read chip identifier</blockquote>
<br />
Also happens about 13 seconds after boot.<br />
<br />
Checked the CSI cable, and it seems to be properly seated on both ends. Any ideas?<br />
<br />
(I think I got the cedar hardware H264 acceleration gstreamer plugin working, but this kinda derailed any actual testing.)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[does POE work?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=12766</link>
			<pubDate>Tue, 12 Jan 2021 06:03:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20944">any12</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=12766</guid>
			<description><![CDATA[I can't get POE to work. I tried 3 different passive POE power injectors. No sign of life]]></description>
			<content:encoded><![CDATA[I can't get POE to work. I tried 3 different passive POE power injectors. No sign of life]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Existing CAD model for PineCube?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=12367</link>
			<pubDate>Tue, 01 Dec 2020 00:04:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20510">symbol_reform</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=12367</guid>
			<description><![CDATA[I'd love to print a case for the PineCube so I don't break anything while I'm moving it around. Does a CAD model exist already in any capacity?]]></description>
			<content:encoded><![CDATA[I'd love to print a case for the PineCube so I don't break anything while I'm moving it around. Does a CAD model exist already in any capacity?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ribbon cable routing]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=11952</link>
			<pubDate>Mon, 26 Oct 2020 23:29:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=1336">monty1</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=11952</guid>
			<description><![CDATA[Got my camera, unboxed it, noticed one issue right away, the sensor(?) ribbon cable was not connected, which is easy enough to re-plug.  I'm guessing that manipulations of the wifi antenna (brown piece in the middle of first pic) made it come loose.  It's a rotate-to-close connector on the rear board, with the cable positioned in a way that any significant pressure would be towards the open position.  <br />
<br />
Will give it a whirl tonight to see how things work.]]></description>
			<content:encoded><![CDATA[Got my camera, unboxed it, noticed one issue right away, the sensor(?) ribbon cable was not connected, which is easy enough to re-plug.  I'm guessing that manipulations of the wifi antenna (brown piece in the middle of first pic) made it come loose.  It's a rotate-to-close connector on the rear board, with the cable positioned in a way that any significant pressure would be towards the open position.  <br />
<br />
Will give it a whirl tonight to see how things work.]]></content:encoded>
		</item>
	</channel>
</rss>