<?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 - Linux on Rock64]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Tue, 12 May 2026 08:13:13 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[A/V output enable]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20227</link>
			<pubDate>Tue, 24 Mar 2026 22:45:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29938">8lall0</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20227</guid>
			<description><![CDATA[<div style="text-align: left;" class="mycode_align">Hello everyone!<br />
<br />
I have a Rock64, but i cannot get the A/V jack to output video.<br />
<br />
Do you have any hints?<br />
<br />
Thanks!</div>]]></description>
			<content:encoded><![CDATA[<div style="text-align: left;" class="mycode_align">Hello everyone!<br />
<br />
I have a Rock64, but i cannot get the A/V jack to output video.<br />
<br />
Do you have any hints?<br />
<br />
Thanks!</div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[OpenClaw]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20197</link>
			<pubDate>Sun, 22 Feb 2026 17:57:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29891">keithy</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20197</guid>
			<description><![CDATA[Minimal community edition of Armbian to run a minimal OS, podman and OpenClaw<br />
<br />
(Just wanted to share my recent success)<br />
<br />
<br />
<br />
Downloaded community rolling release minimal Arabian image from:<br />
<br />
<a href="https://www.armbian.com/rock64/" target="_blank" rel="noopener" class="mycode_url">https://www.armbian.com/rock64/</a><br />
<br />
Etchered onto 4Gb SD-Card.<br />
<br />
<br />
<br />
Booted, user:root pass:1234<br />
<br />
Added ssh key, disable root password.<br />
<br />
Ran the armbian-update<br />
<br />
<br />
<br />
&#36;&gt; sudo apt-get install f2fs-tools<br />
<br />
&#36;&gt; armbian-config (transfer os to internal emmc <br />
<br />
(this worked like a charm, uses f2fs and leave /boot as ext)<br />
<br />
<br />
<br />
&#36;&gt;  sudo apt-get install git<br />
<br />
&#36;&gt;  sudo apt-get install apt-transport-https<br />
<br />
<br />
<br />
Using podman required the following dependencies:<br />
<br />
&#36;&gt; apt install uidmap<br />
<br />
&#36;&gt; apt install nftables<br />
<br />
&#36;&gt; apt install catatonit<br />
<br />
&#36;&gt; apt install passt<br />
<br />
&#36;&gt; apt install podman<br />
<br />
&#36;&gt; apt install podman-compose<br />
<br />
<br />
<br />
&#36;&gt; git clone --depth 10 <a href="https://github.com/openclaw/openclaw" target="_blank" rel="noopener" class="mycode_url">https://github.com/openclaw/openclaw</a><br />
<br />
<br />
<br />
&#36;&gt; # tmp isn’t big enough for the next steps<br />
<br />
&#36;&gt; mount -o remount,size=2600M /tmp<br />
<br />
<br />
<br />
&#36;&gt; cd openclaw<br />
<br />
&#36;&gt; ./setup-podman.sh --quadlet<br />
<br />
&#36;&gt; sudo systemctl --machine openclaw@ --user start openclaw.service<br />
<br />
However, I struggled to access logs of what was going on inside podman.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Plan B mise-en-place managed tools</span><br />
<br />
Install mise-en-place using apt<br />
from: <a href="https://mise.jdx.dev/installing-mise.html" target="_blank" rel="noopener" class="mycode_url">https://mise.jdx.dev/installing-mise.html</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt update -y &amp;&amp; sudo apt install -y curl<br />
sudo install -dm 755 /etc/apt/keyrings<br />
curl -fSs https://mise.jdx.dev/gpg-key.pub | sudo tee /etc/apt/keyrings/mise-archive-keyring.asc 1&gt; /dev/null<br />
echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.asc] https://mise.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/mise.list<br />
sudo apt update -y<br />
sudo apt install -y mise<br />
<br />
As user claw.<br />
<br />
Add activation to ~/.bashrc<br />
&#36;&gt; echo 'eval "&#36;(mise activate bash)"' &gt;&gt; ~/.bashrc<br />
<br />
&#36;&gt; mise use -g node@22<br />
&#36;&gt; mise use -g pnpm<br />
&#36;&gt; mise settings set npm.package_manager pnpm<br />
&#36;&gt; mise use -g npm:openclaw<br />
&#36;&gt; which openclaw<br />
&#36;&gt; /home/claw/.local/share/mise/installs/npm-openclaw/2026.2.21-2/bin/openclaw<br />
&#36;&gt; openclaw onboard</code></div></div>]]></description>
			<content:encoded><![CDATA[Minimal community edition of Armbian to run a minimal OS, podman and OpenClaw<br />
<br />
(Just wanted to share my recent success)<br />
<br />
<br />
<br />
Downloaded community rolling release minimal Arabian image from:<br />
<br />
<a href="https://www.armbian.com/rock64/" target="_blank" rel="noopener" class="mycode_url">https://www.armbian.com/rock64/</a><br />
<br />
Etchered onto 4Gb SD-Card.<br />
<br />
<br />
<br />
Booted, user:root pass:1234<br />
<br />
Added ssh key, disable root password.<br />
<br />
Ran the armbian-update<br />
<br />
<br />
<br />
&#36;&gt; sudo apt-get install f2fs-tools<br />
<br />
&#36;&gt; armbian-config (transfer os to internal emmc <br />
<br />
(this worked like a charm, uses f2fs and leave /boot as ext)<br />
<br />
<br />
<br />
&#36;&gt;  sudo apt-get install git<br />
<br />
&#36;&gt;  sudo apt-get install apt-transport-https<br />
<br />
<br />
<br />
Using podman required the following dependencies:<br />
<br />
&#36;&gt; apt install uidmap<br />
<br />
&#36;&gt; apt install nftables<br />
<br />
&#36;&gt; apt install catatonit<br />
<br />
&#36;&gt; apt install passt<br />
<br />
&#36;&gt; apt install podman<br />
<br />
&#36;&gt; apt install podman-compose<br />
<br />
<br />
<br />
&#36;&gt; git clone --depth 10 <a href="https://github.com/openclaw/openclaw" target="_blank" rel="noopener" class="mycode_url">https://github.com/openclaw/openclaw</a><br />
<br />
<br />
<br />
&#36;&gt; # tmp isn’t big enough for the next steps<br />
<br />
&#36;&gt; mount -o remount,size=2600M /tmp<br />
<br />
<br />
<br />
&#36;&gt; cd openclaw<br />
<br />
&#36;&gt; ./setup-podman.sh --quadlet<br />
<br />
&#36;&gt; sudo systemctl --machine openclaw@ --user start openclaw.service<br />
<br />
However, I struggled to access logs of what was going on inside podman.<br />
<br />
<span style="font-weight: bold;" class="mycode_b">Plan B mise-en-place managed tools</span><br />
<br />
Install mise-en-place using apt<br />
from: <a href="https://mise.jdx.dev/installing-mise.html" target="_blank" rel="noopener" class="mycode_url">https://mise.jdx.dev/installing-mise.html</a><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt update -y &amp;&amp; sudo apt install -y curl<br />
sudo install -dm 755 /etc/apt/keyrings<br />
curl -fSs https://mise.jdx.dev/gpg-key.pub | sudo tee /etc/apt/keyrings/mise-archive-keyring.asc 1&gt; /dev/null<br />
echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.asc] https://mise.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/mise.list<br />
sudo apt update -y<br />
sudo apt install -y mise<br />
<br />
As user claw.<br />
<br />
Add activation to ~/.bashrc<br />
&#36;&gt; echo 'eval "&#36;(mise activate bash)"' &gt;&gt; ~/.bashrc<br />
<br />
&#36;&gt; mise use -g node@22<br />
&#36;&gt; mise use -g pnpm<br />
&#36;&gt; mise settings set npm.package_manager pnpm<br />
&#36;&gt; mise use -g npm:openclaw<br />
&#36;&gt; which openclaw<br />
&#36;&gt; /home/claw/.local/share/mise/installs/npm-openclaw/2026.2.21-2/bin/openclaw<br />
&#36;&gt; openclaw onboard</code></div></div>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rock64 v3 Tx/RX and GPIO connections for 3dprinter]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20165</link>
			<pubDate>Wed, 14 Jan 2026 00:43:23 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29820">MinimumJargon</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20165</guid>
			<description><![CDATA[I have a Rock64 V3 I'm trying to use Klipper/MailSail on to replace a Pi w2 Zero, which has been running my coreXY printer over serial.<br />
I can't seem to figure out the serial connection. I have gotten the Rock64 to run the printer with no problem over USB.<br />
<br />
I'm not a strong Linux user, but I managed to make it to the very end here, but I can't get this last part to work.<br />
I feel I'm either missing the correct terms in overlays/ the correct kerral header/ or some permissions or conflict.<br />
<br />
I'm trying to use UART2, which are the same pins as the pi w2 zero. 6,8,10<br />
I think I have the serial console disable. I ran:<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">sudo systemctl mask serial-getty@ttyS2</span></span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">and see nothing on tty2 now when I run ls /dev/ttyS*</span></span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">I added to armbianEvn.txt</span></span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>overlays=uart1 uart2 uart3</code></div></div><br />
<br />
and added users to the dialout group and confirmed. <br />
<br />
I'm not sure about the Kernel header, and one post mentions some jumper pin for the header, but I'm pretty much past the point of my knowledge base, and I'm not sure what to search at this point.<br />
<br />
Any direction or information anyone can offer would be appreciated.]]></description>
			<content:encoded><![CDATA[I have a Rock64 V3 I'm trying to use Klipper/MailSail on to replace a Pi w2 Zero, which has been running my coreXY printer over serial.<br />
I can't seem to figure out the serial connection. I have gotten the Rock64 to run the printer with no problem over USB.<br />
<br />
I'm not a strong Linux user, but I managed to make it to the very end here, but I can't get this last part to work.<br />
I feel I'm either missing the correct terms in overlays/ the correct kerral header/ or some permissions or conflict.<br />
<br />
I'm trying to use UART2, which are the same pins as the pi w2 zero. 6,8,10<br />
I think I have the serial console disable. I ran:<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">sudo systemctl mask serial-getty@ttyS2</span></span></span><br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">and see nothing on tty2 now when I run ls /dev/ttyS*</span></span></span><br />
<br />
<span style="color: #1f2328;" class="mycode_color"><span style="font-family: ui-monospace, SFMono-Regular, 'SF Mono', Menlo, Consolas, 'Liberation Mono', monospace;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">I added to armbianEvn.txt</span></span></span><br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>overlays=uart1 uart2 uart3</code></div></div><br />
<br />
and added users to the dialout group and confirmed. <br />
<br />
I'm not sure about the Kernel header, and one post mentions some jumper pin for the header, but I'm pretty much past the point of my knowledge base, and I'm not sure what to search at this point.<br />
<br />
Any direction or information anyone can offer would be appreciated.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rock64 - not booting after Armbian update]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19758</link>
			<pubDate>Tue, 25 Mar 2025 23:03:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=19865">helpmerock</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19758</guid>
			<description><![CDATA[I have Rock64 Ver.2 - 1gb model.<br />
 <br />
Was working fine with Armbian 24.5.0-trunk.211_Rock64_bookworm_current_6.6.21 - boot from micro SD card<br />
<br />
On SSH, I updated to latest version Armbian_25.2.1_Rock64_bookworm_current_6.12.13. Now it does not boot from micro SD card.<br />
<br />
I had another micro sd card. I flashed new Armbian_25.2.1_Rock64_bookworm_current_6.12.13 - does not boot.<br />
<br />
I had another micro sd card. I flashed OLD Armbian 24.5.0-trunk.211_Rock64_bookworm_current_6.6.21 - it boots. Then updated to latest Armbian &amp; does not boot anymore.<br />
<br />
Looks like some " Flashing_u-boot_to_SPI_Flash " - problem.<br />
<br />
Please help.<br />
<br />
Thanks in advanced]]></description>
			<content:encoded><![CDATA[I have Rock64 Ver.2 - 1gb model.<br />
 <br />
Was working fine with Armbian 24.5.0-trunk.211_Rock64_bookworm_current_6.6.21 - boot from micro SD card<br />
<br />
On SSH, I updated to latest version Armbian_25.2.1_Rock64_bookworm_current_6.12.13. Now it does not boot from micro SD card.<br />
<br />
I had another micro sd card. I flashed new Armbian_25.2.1_Rock64_bookworm_current_6.12.13 - does not boot.<br />
<br />
I had another micro sd card. I flashed OLD Armbian 24.5.0-trunk.211_Rock64_bookworm_current_6.6.21 - it boots. Then updated to latest Armbian &amp; does not boot anymore.<br />
<br />
Looks like some " Flashing_u-boot_to_SPI_Flash " - problem.<br />
<br />
Please help.<br />
<br />
Thanks in advanced]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[can rock64 4gb ram run entirely on free software?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19613</link>
			<pubDate>Tue, 07 Jan 2025 09:04:16 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=9045">heocb</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19613</guid>
			<description><![CDATA[Free software is software you can use, share, modify and redistribute. Can the computer<br />
run entirely on a free software system? If the computer can run<br />
partly on a free software system, then which devices on the<br />
computer will not work if you decide to not install non free software on<br />
the computer? Thank you.]]></description>
			<content:encoded><![CDATA[Free software is software you can use, share, modify and redistribute. Can the computer<br />
run entirely on a free software system? If the computer can run<br />
partly on a free software system, then which devices on the<br />
computer will not work if you decide to not install non free software on<br />
the computer? Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Upgrading ancient Rock64]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19513</link>
			<pubDate>Fri, 15 Nov 2024 15:50:00 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=14856">timxjr1300</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19513</guid>
			<description><![CDATA[Hey all..<br />
<br />
I have a Pine Rock 64 which has been running for a very long time and really well but because it has been running a long time it is on a very old OS.<br />
<br />
Is there a way of upgrading from... ayufan/rock64-ppa/ubuntu bionic to something more recent?<br />
<br />
I appreciate upgrading is not as good as starting with a new install but I have lots of configuration that may well be a nightmare to go through again.<br />
I have been previously been bitten by "yeah its all in /etc... it will be fine"<br />
<br />
Any advice welcome.]]></description>
			<content:encoded><![CDATA[Hey all..<br />
<br />
I have a Pine Rock 64 which has been running for a very long time and really well but because it has been running a long time it is on a very old OS.<br />
<br />
Is there a way of upgrading from... ayufan/rock64-ppa/ubuntu bionic to something more recent?<br />
<br />
I appreciate upgrading is not as good as starting with a new install but I have lots of configuration that may well be a nightmare to go through again.<br />
I have been previously been bitten by "yeah its all in /etc... it will be fine"<br />
<br />
Any advice welcome.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to boot an older, working kernel]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19487</link>
			<pubDate>Fri, 01 Nov 2024 22:43:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=18154">bits</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19487</guid>
			<description><![CDATA[Earlier this year, there was an update to the Linux kernel that broke booting Rock64 from their eMMC and it was necessary to force using an older, working kernel version.  It's since been fixed, but in case there is again a need to boot with a kernel older than the latest, here's one way:<br />
<br />
<br />
<br />
Drop a file in <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/ubootenv.d </span>that forces the U-Boot environment variable <span style="font-weight: bold;" class="mycode_b">fk_kvers</span> to a working kernel version present in your /boot, then run <span style="font-weight: bold;" class="mycode_b">flash-kernel</span> to regenerate the U-Boot bootscript <span style="font-weight: bold;" class="mycode_b">/boot/boot.scr</span><br />
<br />
<br />
<br />
<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">echo "env set fk_kvers 6.1.0-22-arm64" &gt; /etc/flash-kernel/ubootenv.d/90-force-kernel-version &amp;&amp;</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font">flash-kernel</span><br />
<br />
<br />
<br />
When you want to stop forcing the kernel version, remove <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/ubootenv.d/90-force-kernel-version</span>, run <span style="font-weight: bold;" class="mycode_b">flash-kernel</span>, and reboot<br />
<br />
<br />
<br />
This works because flash-kernel rebuilds <span style="font-weight: bold;" class="mycode_b">/boot/boot.scr</span> from the template <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/bootscript/bootscr.uboot-generic</span>, and this includes "@<dvz_me_placeholder id="0" />@@", which gets replaced by the contents of each of the files in <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/ubootenv.d/</span> and the boot script boots the referenced kernel]]></description>
			<content:encoded><![CDATA[Earlier this year, there was an update to the Linux kernel that broke booting Rock64 from their eMMC and it was necessary to force using an older, working kernel version.  It's since been fixed, but in case there is again a need to boot with a kernel older than the latest, here's one way:<br />
<br />
<br />
<br />
Drop a file in <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/ubootenv.d </span>that forces the U-Boot environment variable <span style="font-weight: bold;" class="mycode_b">fk_kvers</span> to a working kernel version present in your /boot, then run <span style="font-weight: bold;" class="mycode_b">flash-kernel</span> to regenerate the U-Boot bootscript <span style="font-weight: bold;" class="mycode_b">/boot/boot.scr</span><br />
<br />
<br />
<br />
<br />
<br />
<span style="font-family: Courier New;" class="mycode_font">echo "env set fk_kvers 6.1.0-22-arm64" &gt; /etc/flash-kernel/ubootenv.d/90-force-kernel-version &amp;&amp;</span><br />
<br />
<span style="font-family: Courier New;" class="mycode_font">flash-kernel</span><br />
<br />
<br />
<br />
When you want to stop forcing the kernel version, remove <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/ubootenv.d/90-force-kernel-version</span>, run <span style="font-weight: bold;" class="mycode_b">flash-kernel</span>, and reboot<br />
<br />
<br />
<br />
This works because flash-kernel rebuilds <span style="font-weight: bold;" class="mycode_b">/boot/boot.scr</span> from the template <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/bootscript/bootscr.uboot-generic</span>, and this includes "@<dvz_me_placeholder id="0" />@@", which gets replaced by the contents of each of the files in <span style="font-weight: bold;" class="mycode_b">/etc/flash-kernel/ubootenv.d/</span> and the boot script boots the referenced kernel]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Debian installation via sd card]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19459</link>
			<pubDate>Sat, 12 Oct 2024 16:24:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28578">oaFJSADBKV</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19459</guid>
			<description><![CDATA[Hello, I am rather new to sdc's. I have used Pi's for kipper but that is about it. <br />
<br />
Got a second hand Rock64 yesterday. As far as I have been able to tell I need to jump pins 20 and 21 to bypass SPI-flash to boot from SD. Was not able to boot into debian. I ended up flashing the SD card with Armbian to try and install u-boot. I was able to boot onto the sd card with armbian. So I know the rock64 isn't bricked.<br />
<br />
The dilema I currently see myself in is that I only have 1 sd card and I do not see how I would install an OS without having a second sd card and a usb sd card reader. Am I wrong? I am hoping to not have to go out and buy an extra sd card and reader I don't really want to buy an emmc module either.<br />
<br />
I was planning to run the rock64 off the sd card. Would it be possible to achieve what I want with the serial console?<br />
<br />
Any other major flaws in my plan?]]></description>
			<content:encoded><![CDATA[Hello, I am rather new to sdc's. I have used Pi's for kipper but that is about it. <br />
<br />
Got a second hand Rock64 yesterday. As far as I have been able to tell I need to jump pins 20 and 21 to bypass SPI-flash to boot from SD. Was not able to boot into debian. I ended up flashing the SD card with Armbian to try and install u-boot. I was able to boot onto the sd card with armbian. So I know the rock64 isn't bricked.<br />
<br />
The dilema I currently see myself in is that I only have 1 sd card and I do not see how I would install an OS without having a second sd card and a usb sd card reader. Am I wrong? I am hoping to not have to go out and buy an extra sd card and reader I don't really want to buy an emmc module either.<br />
<br />
I was planning to run the rock64 off the sd card. Would it be possible to achieve what I want with the serial console?<br />
<br />
Any other major flaws in my plan?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[problem with debian emmc boot]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19356</link>
			<pubDate>Tue, 23 Jul 2024 18:41:49 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28372">G4zCDzWb</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19356</guid>
			<description><![CDATA[I have been struggling with trying to get debian installed and booting on my rock64 v2 via emmc. <br />
<br />
So far, the most current method I have tried is <a href="https://github.com/as365n4/Debain_on_Rock64" target="_blank" rel="noopener" class="mycode_url">this guide</a>. Everything seemed to go fine until the install finished and I rebooted. Upon boot-up I saw the following on serial console:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>U-Boot TPL 2023.01+dfsg-2+deb12u1 (Apr 18 2024 - 22:00:21)<br />
LPDDR3, 800MHz<br />
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB<br />
Trying to boot from BOOTROM<br />
Returning to boot ROM...<br />
<br />
U-Boot SPL 2023.01+dfsg-2+deb12u1 (Apr 18 2024 - 22:00:21 +0000)<br />
Trying to boot from MMC2<br />
NOTICE:  BL31: v2.8(debug):<br />
NOTICE:  BL31: Built : 06:31:44, Nov 25 2022<br />
NOTICE:  BL31:Rockchip release version: v1.2<br />
INFO:    ARM GICv2 driver initialized<br />
INFO:    plat_rockchip_pmu_init: pd status 0xe<br />
INFO:    BL31: Initializing runtime services<br />
INFO:    BL31: cortex_a53: CPU workaround for 855873 was applied<br />
WARNING: BL31: cortex_a53: CPU workaround for 1530924 was missing!<br />
INFO:    BL31: Preparing for EL3 exit to normal world<br />
INFO:    Entry point address = 0x200000<br />
INFO:    SPSR = 0x3c9<br />
<br />
<br />
U-Boot 2023.01+dfsg-2+deb12u1 (Apr 18 2024 - 22:00:21 +0000)<br />
<br />
Model: Pine64 Rock64<br />
DRAM:  2 GiB<br />
PMIC:  RK8050 (on=0x50, off=0x10)<br />
Core:  228 devices, 24 uclasses, devicetree: separate<br />
MMC:   mmc@ff500000: 1, mmc@ff520000: 0<br />
Loading Environment from MMC... Card did not respond to voltage select! : -110<br />
*** Warning - No block device, using default environment<br />
<br />
In:    serial@ff130000<br />
Out:   serial@ff130000<br />
Err:   serial@ff130000<br />
Model: Pine64 Rock64<br />
Net:   eth0: ethernet@ff540000<br />
Hit any key to stop autoboot:  0 <br />
Card did not respond to voltage select! : -110<br />
switch to partitions #0, OK<br />
mmc0(part 0) is current device<br />
Scanning mmc 0:1...<br />
Found U-Boot script /boot.scr<br />
2904 bytes read in 4 ms (709 KiB/s)<br />
## Executing script at 00500000<br />
32688064 bytes read in 848 ms (36.8 MiB/s)<br />
36095 bytes read in 10 ms (3.4 MiB/s)<br />
30462286 bytes read in 775 ms (37.5 MiB/s)<br />
Booting Debian 6.1.0-23-arm64 from mmc 0:1...<br />
Moving Image from 0x2080000 to 0x2200000, end=41d0000<br />
## Flattened Device Tree blob at 01f00000<br />
   Booting using the fdt blob at 0x1f00000<br />
Working FDT set to 1f00000<br />
   Loading Ramdisk to 7b20f000, end 7cf1c14e ... OK<br />
   Loading Device Tree to 000000007b203000, end 000000007b20ecfe ... OK<br />
Working FDT set to 7b203000<br />
<br />
Starting kernel ...<br />
<br />
[    4.349873] rockchip-pm-domain ff100000.syscon:power-controller: failed to get ack on domain 'hevc', val=0x88220<br />
[    6.195026] rockchip-pinctrl pinctrl: pin gpio0-2 already requested by vcc-host-5v-regulator; cannot claim for vcc-host1-5v-regulator<br />
[    6.196127] rockchip-pinctrl pinctrl: pin-2 (vcc-host1-5v-regulator) status -22<br />
[    6.196802] rockchip-pinctrl pinctrl: could not request pin 2 (gpio0-2) from group usb20-host-drv  on device rockchip-pinctrl<br />
[    6.197825] reg-fixed-voltage vcc-host1-5v-regulator: Error applying setting, reverse things back<br />
[    7.526011] mmc1: mmc_select_hs200 failed, error -110<br />
[    7.526497] mmc1: error -110 whilst initialising MMC card<br />
[    8.488081] mmc1: mmc_select_hs200 failed, error -110<br />
[    8.488567] mmc1: error -110 whilst initialising MMC card<br />
[    9.452265] mmc1: mmc_select_hs200 failed, error -110<br />
[    9.452753] mmc1: error -110 whilst initialising MMC card<br />
[   10.489412] mmc1: mmc_select_hs200 failed, error -110<br />
[   10.489902] mmc1: error -110 whilst initialising MMC card<br />
<br />
Gave up waiting for suspend/resume device<br />
Gave up waiting for root file system device.  Common problems:<br />
 - Boot args (cat /proc/cmdline)<br />
   - Check rootdelay= (did the system wait long enough?)<br />
 - Missing modules (cat /proc/modules; ls /dev)<br />
ALERT!  /dev/disk/by-uuid/d08756f8-8dcd-41f0-b02b-c4ff2da5e68b does not exist.  Dropping to a shell!<br />
<br />
<br />
BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) built-in shell (ash)<br />
Enter 'help' for a list of built-in commands.<br />
<br />
(initramfs)</code></div></div><br />
I am able to run the installer and install to an SD card without any issues. Reboot will result in a working system. If I pull the EMMC card out and mount it on a separate machine via adapter, the files and partition layout look like what I would expect, the dtb seems to be in place and correct for the hardware, etc. I poked around a bit in the busybox shell but didn't have a solid plan for what I was trying to achieve other than basic investigation.<br />
<br />
Does anyone here have any idea where I should look next? I've gone through this setup/install process multiple times and the result is the same each time. I did have arch linux running on this board for a month or so but updates broke it twice and both times I just reinstalled. I got tired of that since this is normally a headless system in a place where I don't want to have to remove it over and over.]]></description>
			<content:encoded><![CDATA[I have been struggling with trying to get debian installed and booting on my rock64 v2 via emmc. <br />
<br />
So far, the most current method I have tried is <a href="https://github.com/as365n4/Debain_on_Rock64" target="_blank" rel="noopener" class="mycode_url">this guide</a>. Everything seemed to go fine until the install finished and I rebooted. Upon boot-up I saw the following on serial console:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>U-Boot TPL 2023.01+dfsg-2+deb12u1 (Apr 18 2024 - 22:00:21)<br />
LPDDR3, 800MHz<br />
BW=32 Col=10 Bk=8 CS0 Row=15 CS1 Row=15 CS=2 Die BW=16 Size=2048MB<br />
Trying to boot from BOOTROM<br />
Returning to boot ROM...<br />
<br />
U-Boot SPL 2023.01+dfsg-2+deb12u1 (Apr 18 2024 - 22:00:21 +0000)<br />
Trying to boot from MMC2<br />
NOTICE:  BL31: v2.8(debug):<br />
NOTICE:  BL31: Built : 06:31:44, Nov 25 2022<br />
NOTICE:  BL31:Rockchip release version: v1.2<br />
INFO:    ARM GICv2 driver initialized<br />
INFO:    plat_rockchip_pmu_init: pd status 0xe<br />
INFO:    BL31: Initializing runtime services<br />
INFO:    BL31: cortex_a53: CPU workaround for 855873 was applied<br />
WARNING: BL31: cortex_a53: CPU workaround for 1530924 was missing!<br />
INFO:    BL31: Preparing for EL3 exit to normal world<br />
INFO:    Entry point address = 0x200000<br />
INFO:    SPSR = 0x3c9<br />
<br />
<br />
U-Boot 2023.01+dfsg-2+deb12u1 (Apr 18 2024 - 22:00:21 +0000)<br />
<br />
Model: Pine64 Rock64<br />
DRAM:  2 GiB<br />
PMIC:  RK8050 (on=0x50, off=0x10)<br />
Core:  228 devices, 24 uclasses, devicetree: separate<br />
MMC:   mmc@ff500000: 1, mmc@ff520000: 0<br />
Loading Environment from MMC... Card did not respond to voltage select! : -110<br />
*** Warning - No block device, using default environment<br />
<br />
In:    serial@ff130000<br />
Out:   serial@ff130000<br />
Err:   serial@ff130000<br />
Model: Pine64 Rock64<br />
Net:   eth0: ethernet@ff540000<br />
Hit any key to stop autoboot:  0 <br />
Card did not respond to voltage select! : -110<br />
switch to partitions #0, OK<br />
mmc0(part 0) is current device<br />
Scanning mmc 0:1...<br />
Found U-Boot script /boot.scr<br />
2904 bytes read in 4 ms (709 KiB/s)<br />
## Executing script at 00500000<br />
32688064 bytes read in 848 ms (36.8 MiB/s)<br />
36095 bytes read in 10 ms (3.4 MiB/s)<br />
30462286 bytes read in 775 ms (37.5 MiB/s)<br />
Booting Debian 6.1.0-23-arm64 from mmc 0:1...<br />
Moving Image from 0x2080000 to 0x2200000, end=41d0000<br />
## Flattened Device Tree blob at 01f00000<br />
   Booting using the fdt blob at 0x1f00000<br />
Working FDT set to 1f00000<br />
   Loading Ramdisk to 7b20f000, end 7cf1c14e ... OK<br />
   Loading Device Tree to 000000007b203000, end 000000007b20ecfe ... OK<br />
Working FDT set to 7b203000<br />
<br />
Starting kernel ...<br />
<br />
[    4.349873] rockchip-pm-domain ff100000.syscon:power-controller: failed to get ack on domain 'hevc', val=0x88220<br />
[    6.195026] rockchip-pinctrl pinctrl: pin gpio0-2 already requested by vcc-host-5v-regulator; cannot claim for vcc-host1-5v-regulator<br />
[    6.196127] rockchip-pinctrl pinctrl: pin-2 (vcc-host1-5v-regulator) status -22<br />
[    6.196802] rockchip-pinctrl pinctrl: could not request pin 2 (gpio0-2) from group usb20-host-drv  on device rockchip-pinctrl<br />
[    6.197825] reg-fixed-voltage vcc-host1-5v-regulator: Error applying setting, reverse things back<br />
[    7.526011] mmc1: mmc_select_hs200 failed, error -110<br />
[    7.526497] mmc1: error -110 whilst initialising MMC card<br />
[    8.488081] mmc1: mmc_select_hs200 failed, error -110<br />
[    8.488567] mmc1: error -110 whilst initialising MMC card<br />
[    9.452265] mmc1: mmc_select_hs200 failed, error -110<br />
[    9.452753] mmc1: error -110 whilst initialising MMC card<br />
[   10.489412] mmc1: mmc_select_hs200 failed, error -110<br />
[   10.489902] mmc1: error -110 whilst initialising MMC card<br />
<br />
Gave up waiting for suspend/resume device<br />
Gave up waiting for root file system device.  Common problems:<br />
 - Boot args (cat /proc/cmdline)<br />
   - Check rootdelay= (did the system wait long enough?)<br />
 - Missing modules (cat /proc/modules; ls /dev)<br />
ALERT!  /dev/disk/by-uuid/d08756f8-8dcd-41f0-b02b-c4ff2da5e68b does not exist.  Dropping to a shell!<br />
<br />
<br />
BusyBox v1.35.0 (Debian 1:1.35.0-4+b3) built-in shell (ash)<br />
Enter 'help' for a list of built-in commands.<br />
<br />
(initramfs)</code></div></div><br />
I am able to run the installer and install to an SD card without any issues. Reboot will result in a working system. If I pull the EMMC card out and mount it on a separate machine via adapter, the files and partition layout look like what I would expect, the dtb seems to be in place and correct for the hardware, etc. I poked around a bit in the busybox shell but didn't have a solid plan for what I was trying to achieve other than basic investigation.<br />
<br />
Does anyone here have any idea where I should look next? I've gone through this setup/install process multiple times and the result is the same each time. I did have arch linux running on this board for a month or so but updates broke it twice and both times I just reinstalled. I got tired of that since this is normally a headless system in a place where I don't want to have to remove it over and over.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[irradium (based on crux linux) Rock64 riscv64, aarch64]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19156</link>
			<pubDate>Sun, 24 Mar 2024 19:07:17 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=8391">mara</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19156</guid>
			<description><![CDATA[<a href="https://irradium.org/" target="_blank" rel="noopener" class="mycode_url">irradium</a> - source based Linux distribution <a href="https://crux.nu/" target="_blank" rel="noopener" class="mycode_url">CRUX</a> adhering to ideology keep it simple, has its own <a href="https://crux.nu/Main/Handbook3-7#ntoc29" target="_blank" rel="noopener" class="mycode_url">package system</a>, also supports the <a href="https://crux.nu/Main/Handbook3-7#ntoc47" target="_blank" rel="noopener" class="mycode_url">port system</a>.<br />
<br />
<a href="https://gitlab.com/sndwvs/irradium" target="_blank" rel="noopener" class="mycode_url">irradium</a> development<br />
<br />
packages <a href="https://dl.irradium.org/irradium/packages/aarch64/" target="_blank" rel="noopener" class="mycode_url">aarch64</a><br />
packages <a href="https://dl.irradium.org/irradium/packages/riscv64/" target="_blank" rel="noopener" class="mycode_url">riscv64</a><br />
<br />
installation <a href="https://dl.irradium.org/irradium/images/rock64/README.TXT" target="_blank" rel="noopener" class="mycode_url">README.TXT</a><br />
kernel <a href="https://dl.irradium.org/irradium/images/rock64/kernel/" target="_blank" rel="noopener" class="mycode_url">6.8.1</a><br />
<br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst</a><br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst.sha256" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst.sha256</a><br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst</a><br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst.sha256" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst.sha256</a>]]></description>
			<content:encoded><![CDATA[<a href="https://irradium.org/" target="_blank" rel="noopener" class="mycode_url">irradium</a> - source based Linux distribution <a href="https://crux.nu/" target="_blank" rel="noopener" class="mycode_url">CRUX</a> adhering to ideology keep it simple, has its own <a href="https://crux.nu/Main/Handbook3-7#ntoc29" target="_blank" rel="noopener" class="mycode_url">package system</a>, also supports the <a href="https://crux.nu/Main/Handbook3-7#ntoc47" target="_blank" rel="noopener" class="mycode_url">port system</a>.<br />
<br />
<a href="https://gitlab.com/sndwvs/irradium" target="_blank" rel="noopener" class="mycode_url">irradium</a> development<br />
<br />
packages <a href="https://dl.irradium.org/irradium/packages/aarch64/" target="_blank" rel="noopener" class="mycode_url">aarch64</a><br />
packages <a href="https://dl.irradium.org/irradium/packages/riscv64/" target="_blank" rel="noopener" class="mycode_url">riscv64</a><br />
<br />
installation <a href="https://dl.irradium.org/irradium/images/rock64/README.TXT" target="_blank" rel="noopener" class="mycode_url">README.TXT</a><br />
kernel <a href="https://dl.irradium.org/irradium/images/rock64/kernel/" target="_blank" rel="noopener" class="mycode_url">6.8.1</a><br />
<br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst</a><br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst.sha256" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-core-rock64-6.8.1-build-20240324.img.zst.sha256</a><br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst</a><br />
<a href="https://dl.irradium.org/irradium/images/rock64/irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst.sha256" target="_blank" rel="noopener" class="mycode_url">irradium-3.7-aarch64-xfce-rock64-6.8.1-build-20240324.img.zst.sha256</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to update/compile Debian 12.5?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19095</link>
			<pubDate>Thu, 22 Feb 2024 19:09:58 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=7862">Wizardknight</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19095</guid>
			<description><![CDATA[I am running Debian 12.5 on my Rock64. I am using the nightly images <a href="https://d-i.debian.org/daily-images/arm64/daily/netboot/SD-card-images/" target="_blank" rel="noopener" class="mycode_url">https://d-i.debian.org/daily-images/arm6...rd-images/</a> offered here.<br />
The image works great for the most part.<br />
<br />
I would really like to fix two things.<br />
1. There is a 5v error related to the DTS file that has what looks like an easy patch to implement.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>  rockchip-pinctrl pinctrl: pin gpio0-2 already requested by vcc-host-5v-regulator; cannot claim for vcc-host1-5v-regulator<br />
  rockchip-pinctrl pinctrl: pin-2 (vcc-host1-5v-regulator) status -22<br />
  rockchip-pinctrl pinctrl: could not request pin 2 (gpio0-2) from group usb20-host-drv  on device rockchip-pinctrl<br />
  reg-fixed-voltage vcc-host1-5v-regulator: Error applying setting, reverse things back</code></div></div><br />
Described here: <a href="https://patchew.org/linux/20230421213841.3079632-1-lorenz@brun.one/" target="_blank" rel="noopener" class="mycode_url">https://patchew.org/linux/20230421213841...@brun.one/</a><br />
<br />
2. I would like to see the boot messages during boot time. <br />
That requires removing the quiet option from the boot.scr file to the best of my understanding. As far as I can tell that requires it to be recompiled too. <br />
<br />
Can anyone point me to a guide for doing these changes? I am fairly comfortable at the CLI, but I have never tried to compile like this before.]]></description>
			<content:encoded><![CDATA[I am running Debian 12.5 on my Rock64. I am using the nightly images <a href="https://d-i.debian.org/daily-images/arm64/daily/netboot/SD-card-images/" target="_blank" rel="noopener" class="mycode_url">https://d-i.debian.org/daily-images/arm6...rd-images/</a> offered here.<br />
The image works great for the most part.<br />
<br />
I would really like to fix two things.<br />
1. There is a 5v error related to the DTS file that has what looks like an easy patch to implement.<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>  rockchip-pinctrl pinctrl: pin gpio0-2 already requested by vcc-host-5v-regulator; cannot claim for vcc-host1-5v-regulator<br />
  rockchip-pinctrl pinctrl: pin-2 (vcc-host1-5v-regulator) status -22<br />
  rockchip-pinctrl pinctrl: could not request pin 2 (gpio0-2) from group usb20-host-drv  on device rockchip-pinctrl<br />
  reg-fixed-voltage vcc-host1-5v-regulator: Error applying setting, reverse things back</code></div></div><br />
Described here: <a href="https://patchew.org/linux/20230421213841.3079632-1-lorenz@brun.one/" target="_blank" rel="noopener" class="mycode_url">https://patchew.org/linux/20230421213841...@brun.one/</a><br />
<br />
2. I would like to see the boot messages during boot time. <br />
That requires removing the quiet option from the boot.scr file to the best of my understanding. As far as I can tell that requires it to be recompiled too. <br />
<br />
Can anyone point me to a guide for doing these changes? I am fairly comfortable at the CLI, but I have never tried to compile like this before.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rock64 won't boot]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18976</link>
			<pubDate>Wed, 27 Dec 2023 16:34:50 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27032">dstallmo</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18976</guid>
			<description><![CDATA[I have a setup running 4 Pine 1 boards (the first board developed by Pine).  Earlier this year I purchased a Rock64-2G as well as the power supply listed in the Pine website to use for the Rock64.  I also downloaded the Armbian software listed for the Rock64 on the Pine website.  Using the Etcher executable on Windows I installed Armbian on a micro sdcard.  Then after plugging a ethernet plug, an HDMI plug, a keyboard and mouse and finally the power cord.  A red light on the card turns on but nothing appears on the HDMI terminal.  Again, this setup works fine for my Pine 1 boards.  Does anyone have any idea what I am doing wrong?]]></description>
			<content:encoded><![CDATA[I have a setup running 4 Pine 1 boards (the first board developed by Pine).  Earlier this year I purchased a Rock64-2G as well as the power supply listed in the Pine website to use for the Rock64.  I also downloaded the Armbian software listed for the Rock64 on the Pine website.  Using the Etcher executable on Windows I installed Armbian on a micro sdcard.  Then after plugging a ethernet plug, an HDMI plug, a keyboard and mouse and finally the power cord.  A red light on the card turns on but nothing appears on the HDMI terminal.  Again, this setup works fine for my Pine 1 boards.  Does anyone have any idea what I am doing wrong?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[HDMI doesn't work on rock64]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18827</link>
			<pubDate>Tue, 31 Oct 2023 03:18:02 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27539">Noung1991</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18827</guid>
			<description><![CDATA[<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">HDMI doesn't work with any Kernel except the Kernel 4.4 from Rockchip (it also doesn't work with xorg) i tried out all kernel configs from rockchip and ayufan always same error:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.030085] printk: console [ttyS2] enabled</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.031672] rockchip-vop ff370000.vop: Adding to iommu group 1</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.038101] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffffc0108c27d8)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.038924] rockchip-drm display-subsystem: failed to bind ff3c0000.hdmi (ops 0xffffffc0108c5f30): -517</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.040292] rockchip-drm display-subsystem: master bind failed: -517</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">With Kernel 4.4 from Rockchip (ayufan) HDMI works:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.167892] [drm] Initialized drm 1.1.0 20060810</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.173651] [drm] Rockchip DRM driver version: v1.0.1</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.174380] rockchip-drm display-subsystem: devfreq is not set</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.175647] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008d86950)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.176798] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.177487] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.178358] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.180400] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008d7afa8)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.181186] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.181851] [drm] No driver support for vblank timestamp query.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.182495] rockchip-drm display-subsystem: failed to parse display resources</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.402118] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1280x1024p60, type: 11</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.469911] Console: switching to colour frame buffer device 160x64</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.503468] rockchip-drm display-subsystem: fb0:  frame buffer device</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Xorg-log:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">X.Org X Server 1.20.5</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">X Protocol Version 11, Revision 0</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Build Operating System: Linux 4.14.89-0-vanilla aarch64 Alpine Linux</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Current Operating System: Linux localhost 5.4.2 #1 SMP Thu Dec 12 03:04:42 CET 2019 aarch64</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.2 modules=loop,squashfs,sd-mod,usb-storage modloop=/boot/modloop-5.4.2 extra_latent_entropy1</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Build Date: 31 May 2019  06:21:31AM</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font"> </span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Current version of pixman: 0.38.4</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        Before reporting problems, check </span></span><a href="http://wiki.x.org/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #3c699c;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">http://wiki.x.org</span></span></a><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        to make sure that you have the latest version.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Markers: (--) probed, (**) from config file, (==) default setting,</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        (++) from command line, (!!) notice, (II) informational,</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 21 10:28:08 2016</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(==) Using system config directory "/usr/share/X11/xorg.conf.d"</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">MESA-LOADER: failed to open rockchip (search paths /usr/lib/xorg/modules/dri)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">failed to load driver: rockchip</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/xorg/modules/dri)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">failed to load driver: kms_swrast</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">MESA-LOADER: failed to open swrast (search paths /usr/lib/xorg/modules/dri)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">failed to load swrast driver</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">couldn't get display device</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">The XKEYBOARD keymap compiler (xkbcomp) reports:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt; Warning:          Unsupported high keycode 372 for name &lt;I372&gt; ignored</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt;                   X11 cannot support keycodes above 255.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt;                   This warning only shows for the first high keycode.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt; Internal error:   Could not resolve keysym XF86MonBrightnessCycle</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt; Internal error:   Could not resolve keysym XF86RotationLockToggle</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Errors from xkbcomp are not fatal to the X server</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(EE) /usr/share/libinput: failed to find data files</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(EE) Failed to load the device quirks from /usr/share/libinput and /etc/libinput/local-overrides.quirks. This will negatively affect device b.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">/usr/bin/startxfce4: X server already running on display :0</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&lt;stdin&gt;:0: warning: Unknown encoding: C.UTF-8</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">    xfce4-session: No GPG agent found</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-session: No SSH authentication agent found</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfce4-session:2231): xfce4-session-WARNING **: 10:28:10.365: xfsm_manager_load_session: Something wrong with /home/admin/.cache/sessions/xfc?</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfwm4:2278): GLib-CRITICAL **: 10:28:19.096: g_str_has_prefix: assertion 'prefix != NULL' failed</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfsettingsd:2284): GLib-CRITICAL **: 10:28:20.459: g_str_has_prefix: assertion 'prefix != NULL' failed</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfsettingsd:2284): GLib-GObject-CRITICAL **: 10:28:20.721: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfsettingsd:2284): GLib-GObject-CRITICAL **: 10:28:20.800: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Error relocating /usr/bin/Thunar: pango_attr_insert_hyphens_new: symbol not found</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfsettingsd: No window manager registered on screen 0.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">No window manager registered on screen 0. To start the xfdesktop without this check, run with --disable-wm-check.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel-Message: 10:28:33.334: Plugin "statusnotifier-7" was not found and has been removed from the configuration</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel-Message: 10:28:33.338: Plugin "pulseaudio-8" was not found and has been removed from the configuration</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel-Message: 10:28:33.377: Plugin "notification-plugin-10" was not found and has been removed from the configuration</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">** (wrapper-2.0:2315): WARNING **: 10:28:36.247: No outputs have backlight property</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(wrapper-2.0:2315): xfce4-power-manager-plugin-WARNING **: 10:28:36.920: Xfce4-power-manager: The panel plugin is present, so the tray icon g.</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(wrapper-2.0:2315): Gtk-WARNING **: 10:28:37.092: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button,)</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfdesktop:2311): GLib-GObject-CRITICAL **: 10:28:46.065: g_object_unref: assertion 'G_IS_OBJECT (object)' failed</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">^Cxinit: connection to X server lost</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">waiting for X server to shut down ^VGdk-Message: 10:28:59.978: xfdesktop: Fatal IO error 38 (Function not implemented) on X server :0.</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Gdk-Message: 10:28:59.978: xfsettingsd: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.</span></span><br />
<br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">I boot with extlinux.conf: The kernel starts only without console bootparameter: When i insert console=tty0 as boot paramter the kernel dont start.</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Does anyone know what the problem could be.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Thank you in advance for your help</span></span>]]></description>
			<content:encoded><![CDATA[<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">HDMI doesn't work with any Kernel except the Kernel 4.4 from Rockchip (it also doesn't work with xorg) i tried out all kernel configs from rockchip and ayufan always same error:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.030085] printk: console [ttyS2] enabled</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.031672] rockchip-vop ff370000.vop: Adding to iommu group 1</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.038101] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffffc0108c27d8)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.038924] rockchip-drm display-subsystem: failed to bind ff3c0000.hdmi (ops 0xffffffc0108c5f30): -517</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    4.040292] rockchip-drm display-subsystem: master bind failed: -517</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">With Kernel 4.4 from Rockchip (ayufan) HDMI works:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.167892] [drm] Initialized drm 1.1.0 20060810</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.173651] [drm] Rockchip DRM driver version: v1.0.1</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.174380] rockchip-drm display-subsystem: devfreq is not set</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.175647] rockchip-drm display-subsystem: bound ff370000.vop (ops 0xffffff8008d86950)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.176798] i2c i2c-4: of_i2c: modalias failure on /hdmi@ff3c0000/ports</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.177487] dwhdmi-rockchip ff3c0000.hdmi: registered DesignWare HDMI I2C bus driver</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.178358] dwhdmi-rockchip ff3c0000.hdmi: Detected HDMI TX controller v2.11a with HDCP (inno_dw_hdmi_phy2)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.180400] rockchip-drm display-subsystem: bound ff3c0000.hdmi (ops 0xffffff8008d7afa8)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.181186] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.181851] [drm] No driver support for vblank timestamp query.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.182495] rockchip-drm display-subsystem: failed to parse display resources</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.402118] rockchip-vop ff370000.vop: [drm:vop_crtc_enable] Update mode to 1280x1024p60, type: 11</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.469911] Console: switching to colour frame buffer device 160x64</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">[    3.503468] rockchip-drm display-subsystem: fb0:  frame buffer device</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Xorg-log:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">X.Org X Server 1.20.5</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">X Protocol Version 11, Revision 0</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Build Operating System: Linux 4.14.89-0-vanilla aarch64 Alpine Linux</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Current Operating System: Linux localhost 5.4.2 #1 SMP Thu Dec 12 03:04:42 CET 2019 aarch64</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.4.2 modules=loop,squashfs,sd-mod,usb-storage modloop=/boot/modloop-5.4.2 extra_latent_entropy1</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Build Date: 31 May 2019  06:21:31AM</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font"> </span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Current version of pixman: 0.38.4</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        Before reporting problems, check </span></span><a href="http://wiki.x.org/" target="_blank" rel="noopener" class="mycode_url"><span style="color: #3c699c;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">http://wiki.x.org</span></span></a><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        to make sure that you have the latest version.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Markers: (--) probed, (**) from config file, (==) default setting,</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        (++) from command line, (!!) notice, (II) informational,</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(==) Log file: "/var/log/Xorg.0.log", Time: Thu Jan 21 10:28:08 2016</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(==) Using system config directory "/usr/share/X11/xorg.conf.d"</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">MESA-LOADER: failed to open rockchip (search paths /usr/lib/xorg/modules/dri)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">failed to load driver: rockchip</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">MESA-LOADER: failed to open kms_swrast (search paths /usr/lib/xorg/modules/dri)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">failed to load driver: kms_swrast</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">MESA-LOADER: failed to open swrast (search paths /usr/lib/xorg/modules/dri)</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">failed to load swrast driver</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">couldn't get display device</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(II) modeset(0): Initializing kms color map for depth 24, 8 bpc.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">The XKEYBOARD keymap compiler (xkbcomp) reports:</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt; Warning:          Unsupported high keycode 372 for name &lt;I372&gt; ignored</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt;                   X11 cannot support keycodes above 255.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt;                   This warning only shows for the first high keycode.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt; Internal error:   Could not resolve keysym XF86MonBrightnessCycle</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&gt; Internal error:   Could not resolve keysym XF86RotationLockToggle</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Errors from xkbcomp are not fatal to the X server</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(EE) /usr/share/libinput: failed to find data files</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(EE) Failed to load the device quirks from /usr/share/libinput and /etc/libinput/local-overrides.quirks. This will negatively affect device b.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">/usr/bin/startxfce4: X server already running on display :0</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">&lt;stdin&gt;:0: warning: Unknown encoding: C.UTF-8</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">    xfce4-session: No GPG agent found</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-session: No SSH authentication agent found</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfce4-session:2231): xfce4-session-WARNING **: 10:28:10.365: xfsm_manager_load_session: Something wrong with /home/admin/.cache/sessions/xfc?</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfwm4:2278): GLib-CRITICAL **: 10:28:19.096: g_str_has_prefix: assertion 'prefix != NULL' failed</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfsettingsd:2284): GLib-CRITICAL **: 10:28:20.459: g_str_has_prefix: assertion 'prefix != NULL' failed</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfsettingsd:2284): GLib-GObject-CRITICAL **: 10:28:20.721: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfsettingsd:2284): GLib-GObject-CRITICAL **: 10:28:20.800: g_value_get_string: assertion 'G_VALUE_HOLDS_STRING (value)' failed</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Error relocating /usr/bin/Thunar: pango_attr_insert_hyphens_new: symbol not found</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfsettingsd: No window manager registered on screen 0.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel: No window manager registered on screen 0. To start the panel without this check, run with --disable-wm-check.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">No window manager registered on screen 0. To start the xfdesktop without this check, run with --disable-wm-check.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel-Message: 10:28:33.334: Plugin "statusnotifier-7" was not found and has been removed from the configuration</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel-Message: 10:28:33.338: Plugin "pulseaudio-8" was not found and has been removed from the configuration</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">xfce4-panel-Message: 10:28:33.377: Plugin "notification-plugin-10" was not found and has been removed from the configuration</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">** (wrapper-2.0:2315): WARNING **: 10:28:36.247: No outputs have backlight property</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(wrapper-2.0:2315): xfce4-power-manager-plugin-WARNING **: 10:28:36.920: Xfce4-power-manager: The panel plugin is present, so the tray icon g.</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(wrapper-2.0:2315): Gtk-WARNING **: 10:28:37.092: Negative content width -3 (allocation 1, extents 2x2) while allocating gadget (node button,)</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">(xfdesktop:2311): GLib-GObject-CRITICAL **: 10:28:46.065: g_object_unref: assertion 'G_IS_OBJECT (object)' failed</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">^Cxinit: connection to X server lost</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">waiting for X server to shut down ^VGdk-Message: 10:28:59.978: xfdesktop: Fatal IO error 38 (Function not implemented) on X server :0.</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Gdk-Message: 10:28:59.978: xfsettingsd: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.</span></span><br />
<br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">I boot with extlinux.conf: The kernel starts only without console bootparameter: When i insert console=tty0 as boot paramter the kernel dont start.</span></span><br />
<br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Does anyone know what the problem could be.</span></span><br />
<span style="color: #666666;" class="mycode_color"><span style="font-family: 'Open Sans', Arial, Tahoma, sans-serif;" class="mycode_font">Thank you in advance for your help</span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Rock64 + Klipper + KlipperScreen Instructions]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18811</link>
			<pubDate>Sun, 22 Oct 2023 07:52:44 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=20072">godzilla62</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18811</guid>
			<description><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.pine64.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2848" target="_blank" title="">Klipper Screen.jpg</a> (Size: 368.8 KB / Downloads: 531)
<!-- end: postbit_attachments_attachment -->Rock64 + Klipper + Fluidd + KlipperScreen<br />
After much ado I finally got everything working. I tried many flavors of linux and the only one that had decent video drivers was Ayufan's prerelease version 0.11.2.-1187.  <br />
I purchased several Rock64's some years ago for &#36;20 off amazon. It was a security appliance with power supply. Used a couple for retro gaming. Next to print enclosure and mounting.<br />
<br />
Here's what you need. (I supplied links at the end)<br />
*Rock64<br />
*Linux Favor Ayufan= focal-minimal-rock64-0.11.2-1187-arm64.img.xz or newer.<br />
*klipper screen = Kuman 7" HDMI 1024x600 - Amazon or aliexpress<br />
*Download Kiauh and follow instructions. Seems all manual installs have been removed for search engines.<br />
<br />
KlipperScreen Error I encountered - <br />
xf86OpenConsole: Cannot open virtual console 2 (Permission denied)<br />
Fix that worked -&gt;<br />
sudo bash -c "echo needs_root_rights=yes&gt;&gt;/etc/X11/Xwrapper.config"<br />
<br />
Some xorg random notes -<br />
find monitor number via ssh do not type &#36;<br />
&#36; export DISPLAY=:0<br />
&#36; xrandr --listmonitors<br />
list display resolutions<br />
&#36; xrandr -d :0<br />
&#36; xrandr -display :0.0 --listmonitors<br />
&gt;output<br />
Monitors: 1-- 0: +*HDMI-1 1920/476x1080/268+0+0  HDMI-1<br />
<br />
Links<br />
Klipper Screen Error &amp; fixes<br />
<a href="http://klipperscreen.readthedocs.io/.../Trouble.../VC_ERROR/" target="_blank" rel="noopener" class="mycode_url">http://klipperscreen.readthedocs.io/.../.../VC_ERROR/</a><br />
Ayufan Rock64 Home<br />
github.com/ayufan-rock64/ayufan-rock64.github.io<br />
Ayufan Rock64 0.11.2 Download page (scroll down)<br />
github.com/ayufan-rock64/linux-build/releases/tag/0.11.2]]></description>
			<content:encoded><![CDATA[<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.pine64.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2848" target="_blank" title="">Klipper Screen.jpg</a> (Size: 368.8 KB / Downloads: 531)
<!-- end: postbit_attachments_attachment -->Rock64 + Klipper + Fluidd + KlipperScreen<br />
After much ado I finally got everything working. I tried many flavors of linux and the only one that had decent video drivers was Ayufan's prerelease version 0.11.2.-1187.  <br />
I purchased several Rock64's some years ago for &#36;20 off amazon. It was a security appliance with power supply. Used a couple for retro gaming. Next to print enclosure and mounting.<br />
<br />
Here's what you need. (I supplied links at the end)<br />
*Rock64<br />
*Linux Favor Ayufan= focal-minimal-rock64-0.11.2-1187-arm64.img.xz or newer.<br />
*klipper screen = Kuman 7" HDMI 1024x600 - Amazon or aliexpress<br />
*Download Kiauh and follow instructions. Seems all manual installs have been removed for search engines.<br />
<br />
KlipperScreen Error I encountered - <br />
xf86OpenConsole: Cannot open virtual console 2 (Permission denied)<br />
Fix that worked -&gt;<br />
sudo bash -c "echo needs_root_rights=yes&gt;&gt;/etc/X11/Xwrapper.config"<br />
<br />
Some xorg random notes -<br />
find monitor number via ssh do not type &#36;<br />
&#36; export DISPLAY=:0<br />
&#36; xrandr --listmonitors<br />
list display resolutions<br />
&#36; xrandr -d :0<br />
&#36; xrandr -display :0.0 --listmonitors<br />
&gt;output<br />
Monitors: 1-- 0: +*HDMI-1 1920/476x1080/268+0+0  HDMI-1<br />
<br />
Links<br />
Klipper Screen Error &amp; fixes<br />
<a href="http://klipperscreen.readthedocs.io/.../Trouble.../VC_ERROR/" target="_blank" rel="noopener" class="mycode_url">http://klipperscreen.readthedocs.io/.../.../VC_ERROR/</a><br />
Ayufan Rock64 Home<br />
github.com/ayufan-rock64/ayufan-rock64.github.io<br />
Ayufan Rock64 0.11.2 Download page (scroll down)<br />
github.com/ayufan-rock64/linux-build/releases/tag/0.11.2]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[arch rock64 does not boot]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18472</link>
			<pubDate>Sun, 09 Jul 2023 09:28:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27114">nemnob</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18472</guid>
			<description><![CDATA[Hello,<br />
<br />
I followed this guide: <a href="https://archlinuxarm.org/platforms/armv8/allwinner/pine64" target="_blank" rel="noopener" class="mycode_url">https://archlinuxarm.org/platforms/armv8...ner/pine64</a>  to install arch on an sd card and then successfully booted to rock64, but I did the mistake and run "rm /boot/boot.scr" and now I'm unable to boot again.<br />
<br />
After than I tried following again the same steps (from step 5-10) a couple of times but I always get the same result (when I boot all the leds are working and the the monitor does not display anything)<br />
<br />
Any ideas on what is going on and how I can debug this?]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I followed this guide: <a href="https://archlinuxarm.org/platforms/armv8/allwinner/pine64" target="_blank" rel="noopener" class="mycode_url">https://archlinuxarm.org/platforms/armv8...ner/pine64</a>  to install arch on an sd card and then successfully booted to rock64, but I did the mistake and run "rm /boot/boot.scr" and now I'm unable to boot again.<br />
<br />
After than I tried following again the same steps (from step 5-10) a couple of times but I always get the same result (when I boot all the leds are working and the the monitor does not display anything)<br />
<br />
Any ideas on what is going on and how I can debug this?]]></content:encoded>
		</item>
	</channel>
</rss>