<?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 Quartz64]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Thu, 16 Apr 2026 06:38:39 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[DDC Support / DesignWare HDMI Controller]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19462</link>
			<pubDate>Mon, 14 Oct 2024 12:31:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28558">rotdrop</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19462</guid>
			<description><![CDATA[Hi there,<br />
<br />
it seems that by default only the internal I2C-controller of the DesignWare HDMI controller is enabled. However, it is known that this is sufficient to retrieve the EDID, but the internal I2C controller of the HDMI module is not suitable for full DDC support, see the discussion here:<br />
<br />
<a href="https://patchwork.kernel.org/project/dri-devel/patch/20190722181945.244395-1-mka@chromium.org/#22771979" target="_blank" rel="noopener" class="mycode_url">https://patchwork.kernel.org/project/dri.../#22771979</a><br />
<br />
However, the driver supports using an external I2C-controller, and reading through the schematics for the Quartz64 model A<br />
<br />
<a href="https://files.pine64.org/doc/quartz64/Quartz64_model-A_schematic_v2.0_20210427.pdf" target="_blank" rel="noopener" class="mycode_url">https://files.pine64.org/doc/quartz64/Qu...210427.pdf</a><br />
<br />
it shows that the I2C-5 pins are even connected to the HDMI plug (search for HDMITX). So things are correctly setup in hardware, what is missing are the proper settings in the device tree. This can be cured by the attached device-tree overlay. The overlay<br />
<ul class="mycode_list"><li>enables the controller for i2c-5 with the m1 pin configuration (see schematics for the board)<br />
</li>
<li>removes the respective pins from the pin-control entry of the HDMI controller to resolve conflicts<br />
</li>
<li>adds "<span style="font-family: monospace;" class="mycode_font"><span style="color: #000000;" class="mycode_color">ddc-i2c-bus = &lt;&amp;i2c5&gt;;</span>" to the hdmi controller section</span><br />
</li>
</ul>
<br />
<span style="font-family: monospace;" class="mycode_font">Afterwards DDC just works, on Linux "ddcutil detect" will succeed and, e.g., "ddcui" can be used to control the settings with a GUI.</span><br />
<br />
<span style="font-family: monospace;" class="mycode_font">Best</span><br />
<span style="font-family: monospace;" class="mycode_font"><br />
Claus</span><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.pine64.org/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2907" target="_blank" title="">ddc.zip</a> (Size: 310 bytes / Downloads: 258)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
it seems that by default only the internal I2C-controller of the DesignWare HDMI controller is enabled. However, it is known that this is sufficient to retrieve the EDID, but the internal I2C controller of the HDMI module is not suitable for full DDC support, see the discussion here:<br />
<br />
<a href="https://patchwork.kernel.org/project/dri-devel/patch/20190722181945.244395-1-mka@chromium.org/#22771979" target="_blank" rel="noopener" class="mycode_url">https://patchwork.kernel.org/project/dri.../#22771979</a><br />
<br />
However, the driver supports using an external I2C-controller, and reading through the schematics for the Quartz64 model A<br />
<br />
<a href="https://files.pine64.org/doc/quartz64/Quartz64_model-A_schematic_v2.0_20210427.pdf" target="_blank" rel="noopener" class="mycode_url">https://files.pine64.org/doc/quartz64/Qu...210427.pdf</a><br />
<br />
it shows that the I2C-5 pins are even connected to the HDMI plug (search for HDMITX). So things are correctly setup in hardware, what is missing are the proper settings in the device tree. This can be cured by the attached device-tree overlay. The overlay<br />
<ul class="mycode_list"><li>enables the controller for i2c-5 with the m1 pin configuration (see schematics for the board)<br />
</li>
<li>removes the respective pins from the pin-control entry of the HDMI controller to resolve conflicts<br />
</li>
<li>adds "<span style="font-family: monospace;" class="mycode_font"><span style="color: #000000;" class="mycode_color">ddc-i2c-bus = &lt;&amp;i2c5&gt;;</span>" to the hdmi controller section</span><br />
</li>
</ul>
<br />
<span style="font-family: monospace;" class="mycode_font">Afterwards DDC just works, on Linux "ddcutil detect" will succeed and, e.g., "ddcui" can be used to control the settings with a GUI.</span><br />
<br />
<span style="font-family: monospace;" class="mycode_font">Best</span><br />
<span style="font-family: monospace;" class="mycode_font"><br />
Claus</span><br /><!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.pine64.org/images/attachtypes/zip.png" title="ZIP File" border="0" alt=".zip" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2907" target="_blank" title="">ddc.zip</a> (Size: 310 bytes / Downloads: 258)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to reengage PCIe when reapplying power?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19449</link>
			<pubDate>Sun, 06 Oct 2024 23:11:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28558">rotdrop</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19449</guid>
			<description><![CDATA[Hi there,<br />
<br />
thanks for this nice board. So far I have a working NAS setup with a Quartz64 model A, using the Startech 8 port SATA board plugged into the PCIe slot.<br />
<br />
I am now trying to switch between battery powered "low power" mode and the "regular" 12V power supply. I know from reading the Wiki<br />
<br />
<a href="https://wiki.pine64.org/wiki/Quartz64_Model_A_Using_a_battery" target="_blank" rel="noopener" class="mycode_url">https://wiki.pine64.org/wiki/Quartz64_Mo..._a_battery</a><br />
<br />
that the PCIe slot is powerd down while using the battery.<br />
<br />
Now comes the challenge: how to properly reengage the PCIe slot when switching back from battery mode to the "fully powered" mode?<br />
<br />
So far I tried:<br />
<br />
- unmount all drives before disconnecting the 12V main power supply<br />
- remove the PCIe slot via "<span style="font-family: monospace;" class="mycode_font"><span style="color: #ff5454;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ech</span></span><span style="color: #000000;" class="mycode_color">o 1 &gt; /sys/bus/pci/devices/0000:00:00.0/remove"</span></span><br />
- switch off the 12V supply<br />
<br />
So far so good. The system keeps on running, the NIC is still powered, everything seems to work as expected, I am still logged in via ssh after disconnecting the 12V supply.<br />
<br />
Now, when I reengage the 12V supply, I try to resurrect the PCIe bus via<br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="color: #ff5454;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ech</span></span><span style="color: #000000;" class="mycode_color">o 1 &gt; /sys/bus/pci/rescan</span></span><br />
<br />
This makes the PCEe bridge reappear. But the SATA-controller plugged into the slot is not reinitialized. I tried also<br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="color: #ff5454;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ech</span></span><span style="color: #000000;" class="mycode_color">o 1 &gt;  /sys/devices/platform/3c0000000.pcie/pci0000\:00/pci_bus/0000\:00/rescan</span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font">But this does not seem to have an effect. The output of "lspci" still only reads:</span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="color: #54ff54;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">root@nas</span></span><span style="color: #000000;" class="mycode_color">:</span><span style="color: #5454ff;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">~</span></span><span style="color: #000000;" class="mycode_color"># lspci  </span><br />
00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)</span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">but should be something like this</span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="color: #54ff54;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">root@nas</span></span><span style="color: #000000;" class="mycode_color">:</span><span style="color: #5454ff;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">~</span></span><span style="color: #000000;" class="mycode_color"># lspci  </span><br />
00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) <br />
01:00.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:01.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:02.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:03.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:04.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
03:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02) <br />
42:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02) <br />
81:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02) <br />
c0:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02)</span></span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">I would be kind of cool (for power-saving reasons) if it would be possible to dynamically switch between battery and 12V main power supply. Is there any knowledge in this forum how to achieve this?</span></span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">Kind thanks in advance for any comments, best</span></span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">Claus</span></span></span>]]></description>
			<content:encoded><![CDATA[Hi there,<br />
<br />
thanks for this nice board. So far I have a working NAS setup with a Quartz64 model A, using the Startech 8 port SATA board plugged into the PCIe slot.<br />
<br />
I am now trying to switch between battery powered "low power" mode and the "regular" 12V power supply. I know from reading the Wiki<br />
<br />
<a href="https://wiki.pine64.org/wiki/Quartz64_Model_A_Using_a_battery" target="_blank" rel="noopener" class="mycode_url">https://wiki.pine64.org/wiki/Quartz64_Mo..._a_battery</a><br />
<br />
that the PCIe slot is powerd down while using the battery.<br />
<br />
Now comes the challenge: how to properly reengage the PCIe slot when switching back from battery mode to the "fully powered" mode?<br />
<br />
So far I tried:<br />
<br />
- unmount all drives before disconnecting the 12V main power supply<br />
- remove the PCIe slot via "<span style="font-family: monospace;" class="mycode_font"><span style="color: #ff5454;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ech</span></span><span style="color: #000000;" class="mycode_color">o 1 &gt; /sys/bus/pci/devices/0000:00:00.0/remove"</span></span><br />
- switch off the 12V supply<br />
<br />
So far so good. The system keeps on running, the NIC is still powered, everything seems to work as expected, I am still logged in via ssh after disconnecting the 12V supply.<br />
<br />
Now, when I reengage the 12V supply, I try to resurrect the PCIe bus via<br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="color: #ff5454;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ech</span></span><span style="color: #000000;" class="mycode_color">o 1 &gt; /sys/bus/pci/rescan</span></span><br />
<br />
This makes the PCEe bridge reappear. But the SATA-controller plugged into the slot is not reinitialized. I tried also<br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="color: #ff5454;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">ech</span></span><span style="color: #000000;" class="mycode_color">o 1 &gt;  /sys/devices/platform/3c0000000.pcie/pci0000\:00/pci_bus/0000\:00/rescan</span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font">But this does not seem to have an effect. The output of "lspci" still only reads:</span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="color: #54ff54;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">root@nas</span></span><span style="color: #000000;" class="mycode_color">:</span><span style="color: #5454ff;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">~</span></span><span style="color: #000000;" class="mycode_color"># lspci  </span><br />
00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01)</span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">but should be something like this</span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="color: #54ff54;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">root@nas</span></span><span style="color: #000000;" class="mycode_color">:</span><span style="color: #5454ff;" class="mycode_color"><span style="font-weight: bold;" class="mycode_b">~</span></span><span style="color: #000000;" class="mycode_color"># lspci  </span><br />
00:00.0 PCI bridge: Rockchip Electronics Co., Ltd RK3568 Remote Signal Processor (rev 01) <br />
01:00.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:01.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:02.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:03.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
02:04.0 PCI bridge: Pericom Semiconductor PI7C9X2G608GP PCIe2 6-Port/8-Lane Packet Switch <br />
03:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02) <br />
42:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02) <br />
81:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02) <br />
c0:00.0 SATA controller: ASMedia Technology Inc. ASM1061/ASM1062 Serial ATA Controller (rev 02)</span></span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">I would be kind of cool (for power-saving reasons) if it would be possible to dynamically switch between battery and 12V main power supply. Is there any knowledge in this forum how to achieve this?</span></span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">Kind thanks in advance for any comments, best</span></span></span><br />
<br />
<span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font"><span style="font-family: monospace;" class="mycode_font">Claus</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Quartz64 seeming died]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19026</link>
			<pubDate>Sat, 20 Jan 2024 01:29:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27825">Darin755</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19026</guid>
			<description><![CDATA[So I was playing around with my Quartz64 board and I did a reboot and it didn't come back up. All I get now is the power led but there is not activity on the display or network. I don't know what I did but I'm hoping it didn't just randomly die. <br />
<br />
Has anyone had something like this happen? If so, how did you fix it? I really hope the answer isn't to buy another one. <br />
<br />
<br />
Darin]]></description>
			<content:encoded><![CDATA[So I was playing around with my Quartz64 board and I did a reboot and it didn't come back up. All I get now is the power led but there is not activity on the display or network. I don't know what I did but I'm hoping it didn't just randomly die. <br />
<br />
Has anyone had something like this happen? If so, how did you fix it? I really hope the answer isn't to buy another one. <br />
<br />
<br />
Darin]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[SOQuartz NPU]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18892</link>
			<pubDate>Wed, 22 Nov 2023 02:01:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27580">stormwyrm</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18892</guid>
			<description><![CDATA[I've been wondering about the Neural Processing Unit on the SOQuartz, but can't seem to find any documentation about it from a quick look. What can it do, and what software is available that supports it?]]></description>
			<content:encoded><![CDATA[I've been wondering about the Neural Processing Unit on the SOQuartz, but can't seem to find any documentation about it from a quick look. What can it do, and what software is available that supports it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Quartz64B eMMC boot failure]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18866</link>
			<pubDate>Tue, 14 Nov 2023 20:16:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27584">bsmorgan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18866</guid>
			<description><![CDATA[I installed DietPi from <a href="https://dietpi.com/downloads/images/DietPi_Quartz64B-ARMv8-Bookworm.img.xz" target="_blank" rel="noopener" class="mycode_url">https://dietpi.com/downloads/images/Diet...orm.img.xz</a> onto a 32GB SD card and it booted successfully. The system had a 32GB eMMC module installed so using the instructions found in <a href="https://dietpi.com/blog/?p=1236" target="_blank" rel="noopener" class="mycode_url">https://dietpi.com/blog/?p=1236</a> I copied the running SD card image to the eMMC.<br />
<br />
The system will not boot from the eMMC but gets a Kernel Panic. Inserting the SD card doesn't help. If I remove the eMMC module, I can boot from the SD card again.<br />
<br />
Obviously, the method I used to copy the system from the SD card to the eMMC was wrong. First, I'd like to erase the eMMC module so I can get back to a running system with the eMMC installed. Second, I need better instructions on how to successfully install DietPi on eMMC.]]></description>
			<content:encoded><![CDATA[I installed DietPi from <a href="https://dietpi.com/downloads/images/DietPi_Quartz64B-ARMv8-Bookworm.img.xz" target="_blank" rel="noopener" class="mycode_url">https://dietpi.com/downloads/images/Diet...orm.img.xz</a> onto a 32GB SD card and it booted successfully. The system had a 32GB eMMC module installed so using the instructions found in <a href="https://dietpi.com/blog/?p=1236" target="_blank" rel="noopener" class="mycode_url">https://dietpi.com/blog/?p=1236</a> I copied the running SD card image to the eMMC.<br />
<br />
The system will not boot from the eMMC but gets a Kernel Panic. Inserting the SD card doesn't help. If I remove the eMMC module, I can boot from the SD card again.<br />
<br />
Obviously, the method I used to copy the system from the SD card to the eMMC was wrong. First, I'd like to erase the eMMC module so I can get back to a running system with the eMMC installed. Second, I need better instructions on how to successfully install DietPi on eMMC.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Quartz64 model a neither booting nor resetting without pressing reset button]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18630</link>
			<pubDate>Mon, 21 Aug 2023 21:39:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27293">aleix</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18630</guid>
			<description><![CDATA[Hi all, i just installed two quartz64 model a sbc, i choose manjaro arm and it runs pretty well , the only thing that fails is that, to boot the board, it needs to mantain the reset button pressed while connecting the dc power jack, after a while it loads the os.<br />
<br />
If not doing so it doesn't boot. So i cannot reboot the board remotely (so it cannot be ran as remote server)<br />
<br />
I am using a 64GB sandisk extreme sd (model <span style="color: #0f1111;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font">SDSQXAH-064G-GN6MA</span></span> ). I have ordered a kingston <span style="color: #0f1111;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font"> CANVAS GO PLUS</span></span> to check if things get better. Also i am thinking if an emmc module will be better, so maybe i'll get a okdo emmc module</span> ( <a href="https://es.rs-online.com/web/p/complementos-para-placas-rock/2565008" target="_blank" rel="noopener" class="mycode_url">https://es.rs-online.com/web/p/complemen...ck/2565008</a> ).</span><br />
<span style="color: #0f1111;" class="mycode_color">What do you think? Has anyone this same boot problems?</span><br />
<span style="color: #0f1111;" class="mycode_color">Thanks !</span>]]></description>
			<content:encoded><![CDATA[Hi all, i just installed two quartz64 model a sbc, i choose manjaro arm and it runs pretty well , the only thing that fails is that, to boot the board, it needs to mantain the reset button pressed while connecting the dc power jack, after a while it loads the os.<br />
<br />
If not doing so it doesn't boot. So i cannot reboot the board remotely (so it cannot be ran as remote server)<br />
<br />
I am using a 64GB sandisk extreme sd (model <span style="color: #0f1111;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font">SDSQXAH-064G-GN6MA</span></span> ). I have ordered a kingston <span style="color: #0f1111;" class="mycode_color"><span style="font-size: 1pt;" class="mycode_size"><span style="font-family: 'Amazon Ember', Arial, sans-serif;" class="mycode_font"> CANVAS GO PLUS</span></span> to check if things get better. Also i am thinking if an emmc module will be better, so maybe i'll get a okdo emmc module</span> ( <a href="https://es.rs-online.com/web/p/complementos-para-placas-rock/2565008" target="_blank" rel="noopener" class="mycode_url">https://es.rs-online.com/web/p/complemen...ck/2565008</a> ).</span><br />
<span style="color: #0f1111;" class="mycode_color">What do you think? Has anyone this same boot problems?</span><br />
<span style="color: #0f1111;" class="mycode_color">Thanks !</span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Thoughts on repairs for a Quartz64-B]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18564</link>
			<pubDate>Wed, 02 Aug 2023 05:37:56 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27065">beepy</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18564</guid>
			<description><![CDATA[Hello, <br />
I purchased new a Quartz64-b, and eventually found out that the Ethernet is faulty. ...after the 30 days warranty. <br />
(I'm not a complete newb with SBC, but I got it, then ordered a Uart dongle later on, and that took its time to arrive and 30 days later...) <br />
<br />
The errors for reference: <br />
[  163.788898] rk_gmac-dwmac fe010000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)<br />
[  164.790182] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma<br />
[  164.790836] rk_gmac-dwmac fe010000.ethernet end0: stmmac_hw_setup: DMA engine initialization failed<br />
[  164.791683] rk_gmac-dwmac fe010000.ethernet end0: __stmmac_open: Hw setup failed<br />
[  165.410902] rk_gmac-dwmac fe010000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0<br />
[  165.504999] rk_gmac-dwmac fe010000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)<br />
[  166.513886] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma<br />
<br />
<br />
So, a cautionary tale maybe? What to do? <br />
<br />
Either: 1) wait - it may be a firmware issue. It hasn't been confirmed. <br />
            2) repair it somehow? That seems very difficult. <br />
            3) work around it. Wifi is working and a USB Eth --provided its NOT in the USB3 socket. <br />
<br />
So, be careful. The quality control may not be there entirely. I don't know. <br />
When you get it in the mail - test it ASAP, but then again you may not know all the faults with the device before the 30days is up . <br />
Would I buy one again? ....probably not.]]></description>
			<content:encoded><![CDATA[Hello, <br />
I purchased new a Quartz64-b, and eventually found out that the Ethernet is faulty. ...after the 30 days warranty. <br />
(I'm not a complete newb with SBC, but I got it, then ordered a Uart dongle later on, and that took its time to arrive and 30 days later...) <br />
<br />
The errors for reference: <br />
[  163.788898] rk_gmac-dwmac fe010000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)<br />
[  164.790182] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma<br />
[  164.790836] rk_gmac-dwmac fe010000.ethernet end0: stmmac_hw_setup: DMA engine initialization failed<br />
[  164.791683] rk_gmac-dwmac fe010000.ethernet end0: __stmmac_open: Hw setup failed<br />
[  165.410902] rk_gmac-dwmac fe010000.ethernet end0: Register MEM_TYPE_PAGE_POOL RxQ-0<br />
[  165.504999] rk_gmac-dwmac fe010000.ethernet end0: PHY [stmmac-0:01] driver [RTL8211F Gigabit Ethernet] (irq=POLL)<br />
[  166.513886] rk_gmac-dwmac fe010000.ethernet: Failed to reset the dma<br />
<br />
<br />
So, a cautionary tale maybe? What to do? <br />
<br />
Either: 1) wait - it may be a firmware issue. It hasn't been confirmed. <br />
            2) repair it somehow? That seems very difficult. <br />
            3) work around it. Wifi is working and a USB Eth --provided its NOT in the USB3 socket. <br />
<br />
So, be careful. The quality control may not be there entirely. I don't know. <br />
When you get it in the mail - test it ASAP, but then again you may not know all the faults with the device before the 30days is up . <br />
Would I buy one again? ....probably not.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Li-Pol QUARTZ64 Model-B vs Model-A]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18490</link>
			<pubDate>Thu, 13 Jul 2023 21:24:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=19058">polrus</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18490</guid>
			<description><![CDATA[Hi <br />
As a new raspberry-&gt;pine64 I'm lost in all model options and I find it confusing.<br />
I think a comparison sheet would/table would bring benefit to all buyers to see which on is the most modern which on lack what.<br />
<br />
For QUARTZ64 Model-B I found info it can handle 3-pin li-po charging with temp. sensing.<br />
<br />
The page for Model-B does not mention it.<br />
So does it mean it's gone in model B? <img src="https://forum.pine64.org/images/smilies/huh.png" alt="Huh" title="Huh" class="smilie smilie_17" />]]></description>
			<content:encoded><![CDATA[Hi <br />
As a new raspberry-&gt;pine64 I'm lost in all model options and I find it confusing.<br />
I think a comparison sheet would/table would bring benefit to all buyers to see which on is the most modern which on lack what.<br />
<br />
For QUARTZ64 Model-B I found info it can handle 3-pin li-po charging with temp. sensing.<br />
<br />
The page for Model-B does not mention it.<br />
So does it mean it's gone in model B? <img src="https://forum.pine64.org/images/smilies/huh.png" alt="Huh" title="Huh" class="smilie smilie_17" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Figuring out a NAS setup around a Quartz64A]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18408</link>
			<pubDate>Sun, 25 Jun 2023 02:04:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27045">yukijoou</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18408</guid>
			<description><![CDATA[Hello,<br />
<br />
For the past few weeks, I've been trying to theorise a setup for a NAS around a Quartz64 A SBC, and would like to get some feedback!<br />
<br />
I'd like to run a 2×4TB hard drive configuration (with data replication), mostly for a Nextcloud home server.<br />
I'm thinking of getting the <a href="https://pine64.com/product/pcie-to-dual-sata-iii-interface-card/" target="_blank" rel="noopener" class="mycode_url">PCIe to SATA III card</a>, and powering the drives directly from the board with the <a href="https://pine64.com/product/rockpro64-power-cable-for-dual-sata-drives/" target="_blank" rel="noopener" class="mycode_url">power cable for dual SATA drives</a>. To have enough power for all this, I'd use the <a href="https://pine64.com/product/12v-5a-eu-power-supply/" target="_blank" rel="noopener" class="mycode_url">12v5a power supply</a>.<br />
<br />
I was somewhat inspired by <a href="https://www.pine64.org/2022/06/03/my-diy-low-power-6-ssd-nas-based-on-the-quartz64-arm-board/" target="_blank" rel="noopener" class="mycode_url">this blog post</a> and would like to know if anyone has done anything similar…? I went for another setup for powering the drives, suggested on the Quartz64 matrix channel, because I don't have a PC power supply laying around, so that set up would be a lot more expensive for me.<br />
<br />
I'm not yet sure if I'd go with the 4 or 8 GB model for the Quartz64, so I'd appreciate feedback on that too, if you have a Nextcloud server!<br />
<br />
Thanks to anyone for their help or input! I haven't bought anything yet, so I'm open to any suggestion on how to improve this setup<br />
<br />
<br />
PS: I am from the EU; does anyone know how import stuff works? I've never ordered anything from overseas, is there a way I can figure out an estimate of how much import duties I'll have to pay?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
For the past few weeks, I've been trying to theorise a setup for a NAS around a Quartz64 A SBC, and would like to get some feedback!<br />
<br />
I'd like to run a 2×4TB hard drive configuration (with data replication), mostly for a Nextcloud home server.<br />
I'm thinking of getting the <a href="https://pine64.com/product/pcie-to-dual-sata-iii-interface-card/" target="_blank" rel="noopener" class="mycode_url">PCIe to SATA III card</a>, and powering the drives directly from the board with the <a href="https://pine64.com/product/rockpro64-power-cable-for-dual-sata-drives/" target="_blank" rel="noopener" class="mycode_url">power cable for dual SATA drives</a>. To have enough power for all this, I'd use the <a href="https://pine64.com/product/12v-5a-eu-power-supply/" target="_blank" rel="noopener" class="mycode_url">12v5a power supply</a>.<br />
<br />
I was somewhat inspired by <a href="https://www.pine64.org/2022/06/03/my-diy-low-power-6-ssd-nas-based-on-the-quartz64-arm-board/" target="_blank" rel="noopener" class="mycode_url">this blog post</a> and would like to know if anyone has done anything similar…? I went for another setup for powering the drives, suggested on the Quartz64 matrix channel, because I don't have a PC power supply laying around, so that set up would be a lot more expensive for me.<br />
<br />
I'm not yet sure if I'd go with the 4 or 8 GB model for the Quartz64, so I'd appreciate feedback on that too, if you have a Nextcloud server!<br />
<br />
Thanks to anyone for their help or input! I haven't bought anything yet, so I'm open to any suggestion on how to improve this setup<br />
<br />
<br />
PS: I am from the EU; does anyone know how import stuff works? I've never ordered anything from overseas, is there a way I can figure out an estimate of how much import duties I'll have to pay?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Very slow GbE when receiving, fast sending]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18260</link>
			<pubDate>Thu, 25 May 2023 15:51:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26872">unixpoet</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18260</guid>
			<description><![CDATA[I received my Quartz64 a little while ago and have been experimenting a bit. The network is <span style="font-style: italic;" class="mycode_i">extremely</span> slow when receiving data, but does the usual 940 Mbit/s full saturation for 1 gigabit when sending. Please see below iperf3 outputs. 10.0.0.201 is my Quartz64 model A and 10.0.0.4 is a pretty powerful amd64 Linux workstation.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Server listening on 5201 (test #1)</span><br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Accepted connection from 10.0.0.4, port 32952</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5] local 10.0.0.201 port 5201 connected to 10.0.0.4 port 32954</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-1.00  sec  110 MBytes  926 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  1.00-2.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  2.00-3.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  3.00-4.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  4.00-5.00  sec  112 MBytes  942 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  5.00-6.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  6.00-7.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  7.00-8.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  8.00-9.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  9.00-10.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  10.00-10.00  sec  308 KBytes  885 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">- - - - - - - - - - - - - - - - - - - - - - - - -</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-10.00  sec  1.09 GBytes  940 Mbits/sec                  receiver</span><br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Server listening on 5201 (test #2)</span><br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Accepted connection from 10.0.0.4, port 54688</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5] local 10.0.0.201 port 5201 connected to 10.0.0.4 port 54704</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate        Retr  Cwnd</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-1.00  sec  1.17 MBytes  9.81 Mbits/sec  41  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  1.00-2.00  sec  827 KBytes  6.78 Mbits/sec  23  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  2.00-3.00  sec  1.37 MBytes  11.5 Mbits/sec  48  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  3.00-4.00  sec  2.42 MBytes  20.3 Mbits/sec  53  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  4.00-5.00  sec  1.24 MBytes  10.4 Mbits/sec  37  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  5.00-6.00  sec  2.25 MBytes  18.9 Mbits/sec  102  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  6.00-7.00  sec  1.12 MBytes  9.42 Mbits/sec  95  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  7.00-8.00  sec  3.08 MBytes  25.9 Mbits/sec  234  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  8.00-9.00  sec  3.11 MBytes  26.1 Mbits/sec  73  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  9.00-10.00  sec  3.48 MBytes  29.2 Mbits/sec  72  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">- - - - - - - - - - - - - - - - - - - - - - - - -</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate        Retr</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-10.00  sec  20.1 MBytes  16.8 Mbits/sec  778            sender</span><br />
<br />
<br />
Look at all those retransmits! I've verified that the cable and switch port and everything else in the setup are otherwise fine. This happens in both Arch and Plebian. Did I receive a bad board, should I submit an RMA? Or is there something else going on here?]]></description>
			<content:encoded><![CDATA[I received my Quartz64 a little while ago and have been experimenting a bit. The network is <span style="font-style: italic;" class="mycode_i">extremely</span> slow when receiving data, but does the usual 940 Mbit/s full saturation for 1 gigabit when sending. Please see below iperf3 outputs. 10.0.0.201 is my Quartz64 model A and 10.0.0.4 is a pretty powerful amd64 Linux workstation.<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Server listening on 5201 (test #1)</span><br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Accepted connection from 10.0.0.4, port 32952</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5] local 10.0.0.201 port 5201 connected to 10.0.0.4 port 32954</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-1.00  sec  110 MBytes  926 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  1.00-2.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  2.00-3.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  3.00-4.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  4.00-5.00  sec  112 MBytes  942 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  5.00-6.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  6.00-7.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  7.00-8.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  8.00-9.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  9.00-10.00  sec  112 MBytes  941 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  10.00-10.00  sec  308 KBytes  885 Mbits/sec                  </span><br />
<span style="font-family: Courier New;" class="mycode_font">- - - - - - - - - - - - - - - - - - - - - - - - -</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-10.00  sec  1.09 GBytes  940 Mbits/sec                  receiver</span><br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Server listening on 5201 (test #2)</span><br />
<span style="font-family: Courier New;" class="mycode_font">-----------------------------------------------------------</span><br />
<span style="font-family: Courier New;" class="mycode_font">Accepted connection from 10.0.0.4, port 54688</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5] local 10.0.0.201 port 5201 connected to 10.0.0.4 port 54704</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate        Retr  Cwnd</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-1.00  sec  1.17 MBytes  9.81 Mbits/sec  41  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  1.00-2.00  sec  827 KBytes  6.78 Mbits/sec  23  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  2.00-3.00  sec  1.37 MBytes  11.5 Mbits/sec  48  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  3.00-4.00  sec  2.42 MBytes  20.3 Mbits/sec  53  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  4.00-5.00  sec  1.24 MBytes  10.4 Mbits/sec  37  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  5.00-6.00  sec  2.25 MBytes  18.9 Mbits/sec  102  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  6.00-7.00  sec  1.12 MBytes  9.42 Mbits/sec  95  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  7.00-8.00  sec  3.08 MBytes  25.9 Mbits/sec  234  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  8.00-9.00  sec  3.11 MBytes  26.1 Mbits/sec  73  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  9.00-10.00  sec  3.48 MBytes  29.2 Mbits/sec  72  2.83 KBytes      </span><br />
<span style="font-family: Courier New;" class="mycode_font">- - - - - - - - - - - - - - - - - - - - - - - - -</span><br />
<span style="font-family: Courier New;" class="mycode_font">[ ID] Interval          Transfer    Bitrate        Retr</span><br />
<span style="font-family: Courier New;" class="mycode_font">[  5]  0.00-10.00  sec  20.1 MBytes  16.8 Mbits/sec  778            sender</span><br />
<br />
<br />
Look at all those retransmits! I've verified that the cable and switch port and everything else in the setup are otherwise fine. This happens in both Arch and Plebian. Did I receive a bad board, should I submit an RMA? Or is there something else going on here?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[can't get quartz64-A  working]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18126</link>
			<pubDate>Tue, 11 Apr 2023 19:12:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=24035">jyoung</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18126</guid>
			<description><![CDATA[Hi,<br />
<br />
I've tried to get a quartz64-A up and running with numerous images (manjaro, plebian, gentoo), and I'm not getting any response from it. The power LED comes on and some of the images light the heartbeat LED, but I don't get a video output, my router doesn't detect a new device on the network (I've attached it via ethernet), and I'm not able to get a response from the uart/usb interface (I'm new to uart, so I'm not 100% sure on this point). I've tried booting off a eMMC and microSD. I checked the microSD with badblocks to see if it was corrupt, but it checks out.<br />
<br />
Any recommendations?]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I've tried to get a quartz64-A up and running with numerous images (manjaro, plebian, gentoo), and I'm not getting any response from it. The power LED comes on and some of the images light the heartbeat LED, but I don't get a video output, my router doesn't detect a new device on the network (I've attached it via ethernet), and I'm not able to get a response from the uart/usb interface (I'm new to uart, so I'm not 100% sure on this point). I've tried booting off a eMMC and microSD. I checked the microSD with badblocks to see if it was corrupt, but it checks out.<br />
<br />
Any recommendations?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Query on available OS]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=17889</link>
			<pubDate>Sun, 05 Feb 2023 10:41:40 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26408">thrillho</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=17889</guid>
			<description><![CDATA[Hi guys,<br />
<br />
I'm a newbie to Pine64 but have been following with keen interest for several years and have a query regarding the Pine64 single-board computers.<br />
<br />
I am exploring the applications of my Raspberry Pi for some time and want to buy another but would prefer to support this community - so, do the single-board computers work the same as a Pi? Would I be able to flash all the same operating systems as a Pi with for example the Raspberry Pi imager?<br />
<br />
Kind regards.]]></description>
			<content:encoded><![CDATA[Hi guys,<br />
<br />
I'm a newbie to Pine64 but have been following with keen interest for several years and have a query regarding the Pine64 single-board computers.<br />
<br />
I am exploring the applications of my Raspberry Pi for some time and want to buy another but would prefer to support this community - so, do the single-board computers work the same as a Pi? Would I be able to flash all the same operating systems as a Pi with for example the Raspberry Pi imager?<br />
<br />
Kind regards.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[CM4 - 1.8Ghz, 16Gb RAM TH1520 RISC-V ?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=17755</link>
			<pubDate>Wed, 28 Dec 2022 16:54:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26260">sam_uk</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=17755</guid>
			<description><![CDATA[Are there any plans to develop a CM4 module based on T-Head TH1520 RISC-V <br />
<br />
<a href="https://sipeed.com/licheepi4a" target="_blank" rel="noopener" class="mycode_url">https://sipeed.com/licheepi4a</a>]]></description>
			<content:encoded><![CDATA[Are there any plans to develop a CM4 module based on T-Head TH1520 RISC-V <br />
<br />
<a href="https://sipeed.com/licheepi4a" target="_blank" rel="noopener" class="mycode_url">https://sipeed.com/licheepi4a</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[quartz64 model b 2x20 pin header]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=17277</link>
			<pubDate>Sat, 03 Sep 2022 17:56:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=15342">proj964</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=17277</guid>
			<description><![CDATA[can you provide the manufacturer and model number for the 2x20 pin header that is soldered onto the quartz64 model b?]]></description>
			<content:encoded><![CDATA[can you provide the manufacturer and model number for the 2x20 pin header that is soldered onto the quartz64 model b?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[quartz64 model b 2x20 max power]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=17276</link>
			<pubDate>Sat, 03 Sep 2022 17:55:06 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=15342">proj964</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=17276</guid>
			<description><![CDATA[what is the maximum power available on the 3.3v and 5.0v rails assuming only ethernet is attached to the quartz64 model b?]]></description>
			<content:encoded><![CDATA[what is the maximum power available on the 3.3v and 5.0v rails assuming only ethernet is attached to the quartz64 model b?]]></content:encoded>
		</item>
	</channel>
</rss>