<?xml version="1.0"?>
<rss version="2.0"><channel><title>Orange Pi 4 LTS Latest Topics</title><link>https://forum.armbian.com/forum/158-orange-pi-4-lts/</link><description>Orange Pi 4 LTS Latest Topics</description><language>en</language><item><title>Armbian doesn't detect Orange Pi 4 lts  all 4GB of ram</title><link>https://forum.armbian.com/topic/58219-armbian-doesnt-detect-orange-pi-4-lts-all-4gb-of-ram/</link><description><![CDATA[<p>
	Hi! I have got Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">lts</abbr></abbr> with 4 gb ram version. I made flashed sd card using Armbian-Imager using jammy_current_6.6.31 minimal. My problem is OS detects only 3gb (2.91) of 4gb. And i investigated and googled, spent more enough time to fix it but still fail. It is not likely reservation. also tried with bookworm the result is same 3gb. with noble minimal the board doesn't boot at all. what can i do to make os detect all 4 gbs. Maybe there was some similar issue before and i missed? Many thanks, appreciate any help!
</p>
]]></description><guid isPermaLink="false">58219</guid><pubDate>Sun, 01 Mar 2026 06:23:30 +0000</pubDate></item><item><title>Screen resolution shenanigans</title><link>https://forum.armbian.com/topic/53380-screen-resolution-shenanigans/</link><description><![CDATA[<p>
	Some prerequisites.
</p>

<p>
	Distro: Debian 12 bookworm, xfce;
</p>

<p>
	Board: Orange Pi 4 <abbr title="Long term support">LTS</abbr>;
</p>

<p>
	Screen: Samsung SyncMaster 923NW, 1440x900_60, VGA.
</p>

<p>
	Using hdmi to vga adapter with vga cable. Tried one piece hdmi to vga cable. Tried other all in one adapter that goes in to the screen and goes to hdmi cable.
</p>

<p>
	 
</p>

<p>
	The problem.
</p>

<p>
	While running armbian distro screen resolution is set to be 1080p by default. Using xrandr I can not set it to suggested 900p. Every time I set any other resolution - screen turns black until I set it back to 1080p. It is not a hardware issue, because right now I am running headless Debian bullseye from orange pi and the resolution is set 900p by default, it works.
</p>

<p>
	 
</p>

<p>
	I have tried adding new modes, tried other resolutions and most of them have led me to the black screen.
</p>

<p>
	 
</p>

<p>
	Brothers, I am confused. Any help is welcome.
</p>
]]></description><guid isPermaLink="false">53380</guid><pubDate>Sun, 29 Jun 2025 17:56:31 +0000</pubDate></item><item><title>Display HDMI 7-inch jRP7007, problems with armbian (1024x768)</title><link>https://forum.armbian.com/topic/55791-display-hdmi-7-inch-jrp7007-problems-with-armbian-1024x768/</link><description><![CDATA[<p>
	I've had an OrangePi4 <abbr title="Long term support">LTS</abbr> with a 7-inch IPS LCD HDMI jRP7007 external display for three years.<br />
	Always used it with the stock OrangePi operating system: Debian Bullseye xfce (2022).<br />
	I had Home Assistant installed and used a desktop client to view cameras and control lights from the touchscreen. Always looked good, and the only problem I had was that Debian didn't have power options, so I couldn't turn off the display; I had to do it manually with a button.
</p>

<p>
	The October Home Assistant update completely broke my H.A., it stopped running completely, and when I tried to reinstall it, it threw up errors due to broken dependencies.<br />
	I tried to repair them, but nothing worked.<br />
	I simply started looking for a newer version, since the current requirements for H.A. are at least Debian 12.
</p>

<p>
	I decided to try Harmony 13 with the XFCE desktop.<br />
	Everything works great. I installed H.A., Plex, Samba, etc.<br />
	It took me three days straight to get my entire home automation system back up and running in H.A.<br />
	H.A.'s encrypted backups took me hours until I found where the key was stored.<br />
	It later turned out that the full backup wasn't much use since all the sensors had a different ID, and 90% of the things were broken, and the add-ons weren't even in the backup.
</p>

<p>
	<br />
	After a week of struggling, I managed to get everything 100% working.<br />
	Debian 13 can turn my screen off and back on by touching it with a finger. This is great for quickly interacting with H.A.
</p>

<p>
	The screen looks terrible and there are no resolution modes.
</p>

<p>
	By default, Debian boots at 1024x768@60Hz.<br />
	On the Orangepi OS, it runs perfectly at this resolution and everything looks great.<br />
	It also has another 16:9 resolution mode at 848x480@60Hz.
</p>

<p>
	But in Armbian, I only have two modes:
</p>

<p>
	1024x768@60<br />
	800x600@60
</p>

<p>
	The first mode, which looks great on OrangePi OS, here has a shaky, blurry image. The second mode, 800x600, looks perfect, but it's too small.
</p>

<p>
	The monitor displays signal information.<br />
	In Armbian, when it boots at 1024x768@60, it appears to be in a different resolution: 987x768@57Hz.
</p>

<p>
	That's why it looks so bad. When running at 57Hz, the image shakes, and when rescaling, the screen loses all detail.
</p>

<p>
	<br />
	I followed many tutorials and none of them worked:
</p>

<p>
	Use cvt to calculate different resolutions and xrandr to create them.<br />
	However, any resolution created results in an error when trying to use it.
</p>

<p>
	<br />
	sudo apt install xrandr
</p>

<p>
	cvt 1024 600 60<br />
	# 1024x600 59.85 Hz (CVT) hsync: 37.35 kHz; pclk: 49.00 MHz<br />
	Modeline "1024x600_60.00"   49.00  1024 1064 1168 1312  600 603 613 624 -hsync +vsync
</p>

<p>
	xrandr --newmode "1024x600_60.00"   49.00  1024 1064 1168 1312  600 603 613 624 -hsync +vsync<br />
	xrandr --addmode HDMI-1 "1024x600_60.00"<br />
	xrandr --output HDMI-1 --mode "1024x600_60.00"
</p>

<p>
	Use CVT and GTF to calculate the resolutions. I've tried countless resolutions, and it always fails and reverts to the previous one.
</p>

<p>
	<br />
	I can't find a way to make the screen look the way it should.
</p>

<p>
	Does anyone have any ideas on how to fix this?<br />
	I suspect this is a kernel-level issue.
</p>

<p>
	Sorry, but I'm using Google Translate.
</p>

<p>
	<br />
	------------------------------------------------------------------------------------
</p>

<p>
	v25.11 rolling for Orange Pi 4 <abbr title="Long term support">LTS</abbr> running Armbian Linux 6.12.53-current-rockchip64
</p>

<p>
	 Packages:     Debian stable (trixie)<br />
	 Support:      for advanced users (rolling release)<br />
	 Containers:   addon_491eb00d_hamh, addon_core_duckdns, addon_core_mosquitto, hassio_multicast, hassio_audio, hassio_dns, hassio_cli, homeassistant, hassio_observer, hassio_supervisor
</p>

<p>
	 Performance:
</p>

<p>
	 Load:         2%                Uptime:       15:06            <br />
	 Memory usage: 56% of 2.90G      Zram usage:   7% of 1.45G<br />
	 CPU temp:     38°C              Usage of /:   23% of 57G<br />
	 RX today:     184 MiB<br />
	-------------------------------------------------------------------------------------<br />
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">55791</guid><pubDate>Sat, 18 Oct 2025 19:52:27 +0000</pubDate></item><item><title>OPi 4 LTS - no HDMI output</title><link>https://forum.armbian.com/topic/26818-opi-4-lts-no-hdmi-output/</link><description><![CDATA[<p>
	Hello,
</p>

<p>
	 
</p>

<p>
	I'm having issues with my Orange Pi 4 <abbr title="Long term support">LTS</abbr>.
</p>

<p>
	I cannot get any HDMI output at the moment. Neither with the Debian flashed on the <abbr title="embedded MultiMediaCard">eMMC</abbr>, or with Armbian running of the SD card.
</p>

<p>
	 
</p>

<p>
	In both cases I can SSH into the Orange and run commands normally.
</p>

<p>
	 
</p>

<p>
	The HDMI worked just a day before, but in the meantime I was flashing different systems and it stopped working.
</p>

<p>
	I tried different monitors and cables.
</p>

<p>
	 
</p>

<p>
	Any ideas what can I do?
</p>
]]></description><guid isPermaLink="false">26818</guid><pubDate>Wed, 22 Feb 2023 15:10:04 +0000</pubDate></item><item><title>PSA regarding Orangepi 4B/LTS and its official mini-PCIe adapter boards</title><link>https://forum.armbian.com/topic/51285-psa-regarding-orangepi-4blts-and-its-official-mini-pcie-adapter-boards/</link><description><![CDATA[<p>
	In our testing, when attempting to use various Wi-Fi mini-PCIe/M.2 adapters from Intel and Realtek, we've encountered problem: oftentimes OS will not see PCIe device with error "PCIe link training gen1 timeout".<br />
	Some days it happens only in 1/10 boots, other days it can stop working completely.
</p>

<p>
	 
</p>

<p>
	After long debugging we've found that 24-pin FPC cable that connects Orangepi and official connector board (PCIE-SOCKET-OPI4-4B) <strong>does not pass PERST signal from Orangepi</strong>. Instead, it is high by default and the only way to temporarily set it to low is by pressing physical button on connector board.<br />
	As far as I understand, PERST signal basically tells the connected device that power and clocks are stable and it can begin link training sequence. Normally, this signal would be controlled from driver code (pcie_rockchip_host.c, rockchip-&gt;perst_gpio field) and is assigned to GPIO2_4 pin. During startup sequence it must first be set to low for some time before being set to high after all PCIe clocks are initialized.<br />
	However, since we don't connect PCI-e directly to rk3399 but through connector cable/board, this code does nothing and instead PERST signal is always high as soon as power is on, leading to link training errors.
</p>

<p>
	 
</p>

<p>
	<strong>Simple method to verify the problem:</strong>
</p>

<ol>
	<li>
		Build custom image (or only kernel) using armbian-build. In kernel configuration, set pcie_rockchip_host module to be compiled as loadable module (&lt;M&gt;) instead of built-in by default.
	</li>
	<li>
		When system fails to see connected PCI-E device at boot, press the reset button on connector board.
	</li>
	<li>
		Execute (you can try this first without pressing button but it will not work):
		<pre class="ipsCode">sudo modprobe -vr pcie_rockchip_host &amp;&amp; sudo modprobe -v pcie_rockchip_host </pre>
	</li>
	<li>
		`lspci` command should now show your device.
	</li>
</ol>

<p>
	 
</p>

<p>
	Thankfully, 24-pin FPC cable does pass GPIO1_A0 signal which we can use as a workaround. By default it is configured as vcc3v3-pcie power regulator, which basically means that it is always on. If we reconfigure it to act as PERST signal, it will become controlled by <em>pcie_rockchip_host</em> Linux driver, which seems to fix the problem.
</p>

<p>
	 
</p>

<p>
	So, the <strong>fix is to build custom image/kernel with <abbr title="Device tree source"><abbr title="Device tree source">dts</abbr></abbr> patch below applied</strong> (it removes vcc3v3-pcie-regulator nodes and modifies ep-gpios in &amp;pcie0 to use GPIO1_A0):
</p>

<pre class="ipsCode">From 8abd7c990fc6f052f335b71df009ec8b88f57a88 Mon Sep 17 00:00:00 2001
From: ArXen42 &lt;arxen42@tutanota.com&gt;
Date: Sun, 13 Apr 2025 19:05:52 +0300
Subject: [PATCH] Changed GPIO1_A0 on Orangepi 4 LTS from static power
 regulator to PCI-E PERST pin

---
 .../dt/rk3399-orangepi-4-lts.dts              | 20 +------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/patch/kernel/archive/rockchip64-6.14/dt/rk3399-orangepi-4-lts.dts b/patch/kernel/archive/rockchip64-6.14/dt/rk3399-orangepi-4-lts.dts
index c79940457..41eece5a4 100644
--- a/patch/kernel/archive/rockchip64-6.14/dt/rk3399-orangepi-4-lts.dts
+++ b/patch/kernel/archive/rockchip64-6.14/dt/rk3399-orangepi-4-lts.dts
@@ -128,17 +128,6 @@
 		};
 	};
 
-	vcc3v3_pcie: vcc3v3-pcie-regulator {
-		compatible = "regulator-fixed";
-		enable-active-high;
-		gpio = &lt;&amp;gpio1 RK_PA0 GPIO_ACTIVE_HIGH&gt;;
-		pinctrl-names = "default";
-		pinctrl-0 = &lt;&amp;pcie_drv&gt;;
-		regulator-always-on;
-		regulator-boot-on;
-		regulator-name = "vcc3v3_pcie";
-	};
-
 	vcc3v3_sys: vcc3v3-sys {
 		compatible = "regulator-fixed";
 		regulator-name = "vcc3v3_sys";
@@ -899,7 +888,7 @@
 
 &amp;pcie0 {
 	status = "okay";
-	ep-gpios = &lt;&amp;gpio2 4 GPIO_ACTIVE_HIGH&gt;;
+	ep-gpios = &lt;&amp;gpio1 0 GPIO_ACTIVE_HIGH&gt;;
 	num-lanes = &lt;4&gt;;
 	max-link-speed = &lt;1&gt;;
 };
@@ -1095,13 +1084,6 @@
 		drive-strength = &lt;12&gt;;
 	};
 
-	pcie {
-		pcie_drv: pcie-drv {
-			rockchip,pins =
-				&lt;1 RK_PA0 RK_FUNC_GPIO &amp;pcfg_pull_none&gt;;
-		};
-	};
-
 	hdmi {
 		/delete-node/ hdmi-i2c-xfer;
 	};
-- 
2.49.0</pre>

<p>
	While this doesn't address schematic problem (we still don't control PERST signal directly), this seems to work nontheless. I think it works because now the following happens:<br />
	1) Driver powers off PCIe device (thinking it set PERST signal to low)<br />
	2) Driver sets clocks and other PCIe machinery necessary<br />
	3) Driver powers on the board, but this time the clock signals are already up and running, so Wi-Fi/SSD/whatever chip initializes propely.
</p>

<p>
	At least, that's how I interpret what's happening in driver code below.
</p>

<pre class="ipsCode prettyprint lang-c prettyprinted"><span class="kwd">static</span><span class="pln"> </span><span class="typ">int</span><span class="pln"> rockchip_pcie_host_init_port</span><span class="pun">(</span><span class="kwd">struct</span><span class="pln"> rockchip_pcie </span><span class="pun">*</span><span class="pln">rockchip</span><span class="pun">)</span><span class="pln">
</span><span class="pun">{</span><span class="pln">
	</span><span class="kwd">struct</span><span class="pln"> device </span><span class="pun">*</span><span class="pln">dev </span><span class="pun">=</span><span class="pln"> rockchip</span><span class="pun">-&gt;</span><span class="pln">dev</span><span class="pun">;</span><span class="pln">
	</span><span class="typ">int</span><span class="pln"> err</span><span class="pun">,</span><span class="pln"> i </span><span class="pun">=</span><span class="pln"> MAX_LANE_NUM</span><span class="pun">;</span><span class="pln">
	u32 status</span><span class="pun">;</span><span class="pln">

	gpiod_set_value_cansleep</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">-&gt;</span><span class="pln">perst_gpio</span><span class="pun">,</span><span class="pln"> </span><span class="lit">0</span><span class="pun">);</span><span class="pln"> </span><span class="com">// &lt;--- this powers off PCIe device</span><span class="pln">

	err </span><span class="pun">=</span><span class="pln"> rockchip_pcie_init_port</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">);</span><span class="pln">
	</span><span class="kwd">if</span><span class="pln"> </span><span class="pun">(</span><span class="pln">err</span><span class="pun">)</span><span class="pln">
		</span><span class="kwd">return</span><span class="pln"> err</span><span class="pun">;</span><span class="pln">

	</span><span class="com">/* Fix the transmitted FTS count desired to exit from L0s. */</span><span class="pln">
	status </span><span class="pun">=</span><span class="pln"> rockchip_pcie_read</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">,</span><span class="pln"> PCIE_CORE_CTRL_PLC1</span><span class="pun">);</span><span class="pln">
	status </span><span class="pun">=</span><span class="pln"> </span><span class="pun">(</span><span class="pln">status </span><span class="pun">&amp;</span><span class="pln"> </span><span class="pun">~</span><span class="pln">PCIE_CORE_CTRL_PLC1_FTS_MASK</span><span class="pun">)</span><span class="pln"> </span><span class="pun">|</span><span class="pln">
		 </span><span class="pun">(</span><span class="pln">PCIE_CORE_CTRL_PLC1_FTS_CNT </span><span class="pun">&lt;&lt;</span><span class="pln"> PCIE_CORE_CTRL_PLC1_FTS_SHIFT</span><span class="pun">);</span><span class="pln">
	rockchip_pcie_write</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">,</span><span class="pln"> status</span><span class="pun">,</span><span class="pln"> PCIE_CORE_CTRL_PLC1</span><span class="pun">);</span><span class="pln">

	rockchip_pcie_set_power_limit</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">);</span><span class="pln">

	</span><span class="com">/* Set RC's clock architecture as common clock */</span><span class="pln">
	status </span><span class="pun">=</span><span class="pln"> rockchip_pcie_read</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">,</span><span class="pln"> PCIE_RC_CONFIG_LCS</span><span class="pun">);</span><span class="pln">
	status </span><span class="pun">|=</span><span class="pln"> PCI_EXP_LNKSTA_SLC </span><span class="pun">&lt;&lt;</span><span class="pln"> </span><span class="lit">16</span><span class="pun">;</span><span class="pln">
	rockchip_pcie_write</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">,</span><span class="pln"> status</span><span class="pun">,</span><span class="pln"> PCIE_RC_CONFIG_LCS</span><span class="pun">);</span><span class="pln">

	</span><span class="com">/* Set RC's RCB to 128 */</span><span class="pln">
	status </span><span class="pun">=</span><span class="pln"> rockchip_pcie_read</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">,</span><span class="pln"> PCIE_RC_CONFIG_LCS</span><span class="pun">);</span><span class="pln">
	status </span><span class="pun">|=</span><span class="pln"> PCI_EXP_LNKCTL_RCB</span><span class="pun">;</span><span class="pln">
	rockchip_pcie_write</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">,</span><span class="pln"> status</span><span class="pun">,</span><span class="pln"> PCIE_RC_CONFIG_LCS</span><span class="pun">);</span><span class="pln">

	</span><span class="com">/* Enable Gen1 training */</span><span class="pln">
	rockchip_pcie_write</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">,</span><span class="pln"> PCIE_CLIENT_LINK_TRAIN_ENABLE</span><span class="pun">,</span><span class="pln">
			    PCIE_CLIENT_CONFIG</span><span class="pun">);</span><span class="pln">

	msleep</span><span class="pun">(</span><span class="pln">PCIE_T_PVPERL_MS</span><span class="pun">);</span><span class="pln">
	gpiod_set_value_cansleep</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">-&gt;</span><span class="pln">perst_gpio</span><span class="pun">,</span><span class="pln"> </span><span class="lit">1</span><span class="pun">);</span><span class="pln"> </span><span class="com">// &lt;--- this powers PCIe device back on after all clocks are set up</span><span class="pln">

	msleep</span><span class="pun">(</span><span class="pln">PCIE_T_RRS_READY_MS</span><span class="pun">);</span><span class="pln">

	</span><span class="com">/* 500ms timeout value should be enough for Gen1/2 training */</span><span class="pln">
	err </span><span class="pun">=</span><span class="pln"> readl_poll_timeout</span><span class="pun">(</span><span class="pln">rockchip</span><span class="pun">-&gt;</span><span class="pln">apb_base </span><span class="pun">+</span><span class="pln"> PCIE_CLIENT_BASIC_STATUS1</span><span class="pun">,</span><span class="pln">
				 status</span><span class="pun">,</span><span class="pln"> PCIE_LINK_UP</span><span class="pun">(</span><span class="pln">status</span><span class="pun">),</span><span class="pln"> </span><span class="lit">20</span><span class="pun">,</span><span class="pln">
				 </span><span class="lit">500</span><span class="pln"> </span><span class="pun">*</span><span class="pln"> USEC_PER_MSEC</span><span class="pun">);</span><span class="pln">
	</span><span class="kwd">if</span><span class="pln"> </span><span class="pun">(</span><span class="pln">err</span><span class="pun">)</span><span class="pln"> </span><span class="pun">{</span><span class="pln">
		dev_err</span><span class="pun">(</span><span class="pln">dev</span><span class="pun">,</span><span class="pln"> </span><span class="str">"PCIe link training gen1 timeout!\n"</span><span class="pun">);</span><span class="pln">
		</span><span class="kwd">goto</span><span class="pln"> err_power_off_phy</span><span class="pun">;</span><span class="pln">
	</span><span class="pun">}</span></pre>

<p>
	 
</p>

<p>
	If you continue to encounter problems with this approach, one other option left is to modify the board itself by rerouting GPIO1_A0 signal to PERST, and leaving 3v power always on, but this will require some soldering work.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="webp" data-fileid="14355" href="https://forum.armbian.com/uploads/monthly_2025_04/24-pin-fpc.webp.a6ac2a2549ca8192e26c6ac180702429.webp" rel=""><img alt="24-pin-fpc.webp" class="ipsImage ipsImage_thumbnailed" data-fileid="14355" data-ratio="89.61" width="837" src="https://forum.armbian.com/uploads/monthly_2025_04/24-pin-fpc.thumb.webp.bd42a5f42f61a105de80f1f11e6abe40.webp" /></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="webp" data-fileid="14356" href="https://forum.armbian.com/uploads/monthly_2025_04/mini-pcie.webp.d02f6fecda805a0776c2c071c47aa667.webp" rel=""><img alt="mini-pcie.webp" class="ipsImage ipsImage_thumbnailed" data-fileid="14356" data-ratio="56.5" width="1000" src="https://forum.armbian.com/uploads/monthly_2025_04/mini-pcie.thumb.webp.36e5887706839fa2f2063399d2ed984f.webp" /></a>
</p>

<p>
	 
</p>
<p>
<a class="ipsAttachLink" href="https://forum.armbian.com/applications/core/interface/file/attachment.php?id=14357&amp;key=6785455b7ab4d2a3e0cf35fe076cbbd0" data-fileExt='patch' data-fileid='14357' data-filekey='6785455b7ab4d2a3e0cf35fe076cbbd0'>Changed-GPIO1_A0-on-Orangepi-4-LTS-from-static-power-to-PERST.patch</a></p>]]></description><guid isPermaLink="false">51285</guid><pubDate>Sat, 19 Apr 2025 14:43:13 +0000</pubDate></item><item><title>Orange Pi 4 LTS does not boot with kernel 6.12.16</title><link>https://forum.armbian.com/topic/50196-orange-pi-4-lts-does-not-boot-with-kernel-61216/</link><description><![CDATA[<p>
	Seems like the kernel 6.12.16 just does not boot - either updated regularly or from "rolling" minimal image.<br />
	Steps to reproduce:<br />
	-<br />
	1 way - just burn and run current "rolling" minimal image (Armbian_25.5.0-trunk.115_Orangepi4-lts_plucky_current_6.12.16_minimal).<br />
	Result: Getting no records on UART after "Starting kernel..." and only red led shining.<br />
	-<br />
	2 way<br />
	Enabling kernel updates from already up to date Armbian v25.2.2 with older 5.15.76-rockchip64 (`# sudo armbian-config` -&gt; System -&gt; Kernel -&gt; SY201 - Install alternative kernels)<br />
	Result: same as above<br />
	-<br />
	3 way<br />
	Enabling kernel updates from older Armbian 22.08.10 without Armbian update itself.<br />
	Result: same as above<br />
	--<br />
	Tested with 2 different Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr>, same behavior on both of them. With two different Samsung A1 cards (with what had no problems before).<br />
	--<br />
	6.6.62 seems to work fine from the snapshot (Armbian_24.11.1_Orangepi4-lts_noble_current_6.6.62-kisak.img.xz).<br />
	--<br />
	Do you guys have some CI tests on the real hardware for rolling kernels? I am sure you do. But...<br />
	--<br />
	Stupid question. Is there a safer way to somehow fix updating to exact kernel, say 6.6.62 and stay there. I would rather do it from `armbian-config`, rather than manually:<br />
	```<br />
	$ sudo apt install linux-image-current-rockchip64=24.11.1 linux-<abbr title="Device tree blob"><abbr title="Device tree blob">dtb</abbr></abbr>-current-rockchip64=24.11.1 linux-headers-current-rockchip64=24.11.1<br />
	$ dpkg -l | grep linux-image<br />
	ii  linux-image-current-rockchip64        24.11.1                                 arm64        Armbian Linux current kernel image 6.6.63-current-rockchip64<br />
	# It actually installed  6.6.63 instead expected 6.6.62, but seems fine<br />
	$ sudo mkimage -C none -A arm -T script -d /boot/boot.cmd /boot/boot.scr<br />
	# After reboot:<br />
	$ uname -a<br />
	Linux mxopi4lts01 6.6.63-current-rockchip64 #2 SMP PREEMPT Fri Nov 22 14:38:37 UTC 2024 aarch64 aarch64 aarch64 GNU/Linux<br />
	``` <br />
	--
</p>
]]></description><guid isPermaLink="false">50196</guid><pubDate>Sun, 02 Mar 2025 13:40:14 +0000</pubDate></item><item><title>HDMI Issues on 6.x kernel?</title><link>https://forum.armbian.com/topic/37166-hdmi-issues-on-6x-kernel/</link><description><![CDATA[<p>
	New 6.x based kernels for <abbr title="Orange Pi">OPI</abbr> 4 <abbr title="Long term support">LTS</abbr> seems to be a hit or miss for HDMI monitors. Some work, and others especially TVs dont output video at all. 
</p>

<p>
	 
</p>

<p>
	Images with 5.15.x kernels dont have this issue. 
</p>
]]></description><guid isPermaLink="false">37166</guid><pubDate>Wed, 03 Apr 2024 22:44:43 +0000</pubDate></item><item><title>How to install openwrt on orange pi 4 lts</title><link>https://forum.armbian.com/topic/47894-how-to-install-openwrt-on-orange-pi-4-lts/</link><description><![CDATA[
<div class="ipsMargin_top">
    
    
    
</div><p>
	Help me out, please. Begginer 
</p>
]]></description><guid isPermaLink="false">47894</guid><pubDate>Wed, 04 Dec 2024 21:39:04 +0000</pubDate></item><item><title>Can't use FFmpeg hardware accelration (v4l2) - Orange Pi 4 LTS</title><link>https://forum.armbian.com/topic/31848-cant-use-ffmpeg-hardware-accelration-v4l2-orange-pi-4-lts/</link><description><![CDATA[<p>
	Hello everyone,
</p>

<p>
	 
</p>

<p>
	Thank you for stopping buy and reading this thread. I have Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> with the latest Armbian Jammy image (Armbian_23.8.1_Orangepi4-lts_jammy_current_6.1.50). But I also want to mention that I've tried the same thing on the "official" Ubuntu image from OrangePi website and it was the same.
</p>

<p>
	I need to decode and show RTSP video stream, h264 encoded. First of all, I've tried gstreamer with v4l2 codecs. I was using v4l2slh264dec from gst_plugins_bad. This is the only hardware codec in gstreamer for my device (at least available by default) and it worked fine until I started encountering a strange bug when my video getting stuck into 0.5-1 second loop forever. Anyway, I thought that I could bypass this issue by building libav/FFmpeg with v4l2 features and using it instead. However, I couldn't, and this is my problem.<br />
	I am building FFmpeg from source like this:<br />
	First of all, I made sure that there is no FFmpeg on my system.
</p>

<p>
	Then:<br />
	 
</p>

<pre class="ipsCode">sudo apt install libv4l-dev libsdl2-dev -y
git clone https://github.com/FFmpeg/FFmpeg.git
cd FFmpeg/
./configure --enable-libv4l2 --enable-libdrm
</pre>

<p>
	<br />
	No errors/warnings. h264_v4l2m2m is in "Enabled decoders".
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">make -j6
sudo make install
sudo ldconfig
ffplay -vcodec h264_v4l2m2m rtsp://192.168.0.125:8554/stream</span></pre>

<p>
	It gives me the following error:<br />
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="11324" href="https://forum.armbian.com/uploads/monthly_2023_11/image.png.ca7b1fb4b5b04b6e0cab4ea7c11ceb85.png" rel=""><img alt="image.thumb.png.42eb8f105e27a2fc1256933b1543b9b0.png" class="ipsImage ipsImage_thumbnailed" data-fileid="11324" data-ratio="32.60" width="1000" src="https://forum.armbian.com/uploads/monthly_2023_11/image.thumb.png.42eb8f105e27a2fc1256933b1543b9b0.png" /></a>
</p>

<p>
	If I do not specify v4l2m2m decoder - it works just fine, but with software decoding.
</p>

<p>
	Drivers are present:<br />
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="11325" href="https://forum.armbian.com/uploads/monthly_2023_11/image.png.874d91c6eb551fb45a32717ea233cb25.png" rel=""><img alt="image.thumb.png.34eddeaa7c51502e6498a1dbae65ba59.png" class="ipsImage ipsImage_thumbnailed" data-fileid="11325" data-ratio="12.40" width="1000" src="https://forum.armbian.com/uploads/monthly_2023_11/image.thumb.png.34eddeaa7c51502e6498a1dbae65ba59.png" /></a>
</p>

<p>
	And I have no idea how to fix this issue <img alt=":(" data-emoticon="" height="20" src="https://forum.armbian.com/uploads/emoticons/default_sad.png" srcset="https://forum.armbian.com/uploads/emoticons/sad@2x.png 2x" title=":(" width="20" /><br />
	I will appreciate a lot any help!
</p>
]]></description><guid isPermaLink="false">31848</guid><pubDate>Tue, 21 Nov 2023 09:16:02 +0000</pubDate></item><item><title>Orange PI 4 lts default thermal trip point issues</title><link>https://forum.armbian.com/topic/27798-orange-pi-4-lts-default-thermal-trip-point-issues/</link><description><![CDATA[<p>
	After booting up armbian 23.02.2 on my orange pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr>, cpu temp goes up to 95 deg celcius when stress testing (no heatsink or fan installed at all) and the device reboots shortly afterwards. I ran `armbianmonitor -m` when stress testing and found out that some of the cores are not throttling.
</p>

<p>
	I examined the default trip point settings coming with the image in the file /boot/<abbr title="Device tree blob"><abbr title="Device tree blob">dtb</abbr></abbr>/rockchip/rk3399-orangepi-4-<abbr title="Long term support"><abbr title="Long term support">lts</abbr></abbr>.<abbr title="Device tree blob"><abbr title="Device tree blob">dtb</abbr></abbr>:
</p>

<pre class="ipsCode">                         trips {

                                cpu_alert0 {
                                        temperature = &lt;0x14c08&gt;;
                                        hysteresis = &lt;0x7d0&gt;;
                                        type = "passive";
                                        phandle = &lt;0x5a&gt;;
                                };

                                cpu_alert1 {
                                        temperature = &lt;0x17318&gt;;
                                        hysteresis = &lt;0x7d0&gt;;
                                        type = "passive";
                                        phandle = &lt;0x5b&gt;;
                                };

                                cpu_crit {
                                        temperature = &lt;0x186a0&gt;;
                                        hysteresis = &lt;0x7d0&gt;;
                                        type = "critical";
                                        phandle = &lt;0xf3&gt;;
                                };
                        };

</pre>

<p>
	<br />
	These temperature settings do not match the vendor images' settings, and I changed them to match the vendor images' settings as follows:<br />
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">                        trips {

                                cpu_alert0 {
                                        temperature = &lt;0x11170&gt;;
                                        hysteresis = &lt;0x7d0&gt;;
                                        type = "passive";
                                        phandle = &lt;0x5a&gt;;
                                };

                                cpu_alert1 {
                                        temperature = &lt;0x14c08&gt;;
                                        hysteresis = &lt;0x7d0&gt;;
                                        type = "passive";
                                        phandle = &lt;0x5b&gt;;
                                };

                                cpu_crit {
                                        temperature = &lt;0x1c138&gt;;
                                        hysteresis = &lt;0x7d0&gt;;
                                        type = "critical";
                                        phandle = &lt;0xf3&gt;;
                                };
                        };</span></pre>

<p>
	After making this change, I no longer have any reboots caused by overheating and `armbianmonitor -m` shows that the cpu is correctly throttled at 85 deg celcius when stressing testing without heatsink or fan.
</p>

<p>
	 
</p>

<p>
	Is this the right way to solve this issue? If so, can someone make a PR for this? Thanks.
</p>
]]></description><guid isPermaLink="false">27798</guid><pubDate>Fri, 07 Apr 2023 17:21:36 +0000</pubDate></item><item><title>Orange Pi 4 LTS does not boot anymore from EMMC or SD card (Red light only during boot)</title><link>https://forum.armbian.com/topic/44708-orange-pi-4-lts-does-not-boot-anymore-from-emmc-or-sd-card-red-light-only-during-boot/</link><description><![CDATA[<p>
	Hello folks!
</p>

<p>
	 
</p>

<p>
	I was experimenting with all ARM images (Manjaro, Fedora, Arch, etc) i could find to test with the Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> <abbr title="Single board computer"><abbr title="Single board computer">SBC</abbr></abbr> board, and when i was about to return to armbian, it didnt boot anymore, not even from the SD card flashed with a proper image. I' currently using UART USB to TTL debug device to see whats happening with the board and it returns this:
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="png" data-fileid="13001" href="https://forum.armbian.com/uploads/monthly_2024_09/image.png.ba489bc1b797b3c39df68b80349910ef.png" rel=""><img alt="image.thumb.png.17e1f491765bf85a3e642f547bbb6040.png" class="ipsImage ipsImage_thumbnailed" data-fileid="13001" data-ratio="56.30" width="1000" src="https://forum.armbian.com/uploads/monthly_2024_09/image.thumb.png.17e1f491765bf85a3e642f547bbb6040.png" /></a>
</p>

<p>
	 
</p>

<p>
	NOTE: [At the moment of this screenshot the board was with a SD card flashed with the default orange pi debian server image]
</p>

<p>
	 
</p>

<p>
	Does anyone know how to reset this board and get it booting again from any ARM images?
</p>

<p>
	 
</p>

<p>
	Would really appreciate any help on this to discover what i did mess up...
</p>

<p>
	 
</p>

<p>
	Thanks in advance
</p>
]]></description><guid isPermaLink="false">44708</guid><pubDate>Sun, 01 Sep 2024 22:50:03 +0000</pubDate></item><item><title>udev rules not create SYMLINK</title><link>https://forum.armbian.com/topic/36724-udev-rules-not-create-symlink/</link><description><![CDATA[<p>
	I create a file 98-use-serial.rules under folder /etc/udev/rules.d . But symlink not created . My purpose is to fix USB port names, As COM1 COM2 COM3
</p>

<p>
	 
</p>

<p>
	This is the content of 98-usb-serial.rules:
</p>

<p>
	SUBSYSTEM=="tty",ATTRS{busnum}=="1",ATTRS{devnum}=="2",SYMLINK+="COM1"
</p>

<p>
	SUBSYSTEM=="tty",ATTRS{busnum}=="4",ATTRS{devnum}=="2",SYMLINK+="COM2"
</p>

<p>
	SUBSYSTEM=="tty",ATTRS{busnum}=="5",ATTRS{devnum}=="2",SYMLINK+="COM3"
</p>

<p>
	 
</p>

<p>
	I used to fix the USB port on Asus Tinker S, Khada_VIM3 , all worked fine. I have no idea why Orange Pi 4 LTD not working.
</p>
]]></description><guid isPermaLink="false">36724</guid><pubDate>Tue, 26 Mar 2024 00:42:42 +0000</pubDate></item><item><title>RK3399: H.264 decoding not exposed in v4l2, only MPEG2 and VP8</title><link>https://forum.armbian.com/topic/38121-rk3399-h264-decoding-not-exposed-in-v4l2-only-mpeg2-and-vp8/</link><description><![CDATA[<p>
	I've compiled mainline kernel 6.6 which runs well on my OrangePi/RK3399. The only problem left is getting H.264 decoding working. Unfortunately, when I query /dev/video1 which is the node created by the hantro-<abbr title="Video processing unit (encoding/decoding)"><abbr title="Video processing unit (encoding/decoding)">vpu</abbr></abbr> driver, only MPEG2 and VP8 are shown as supported codecs for decoding. No H.264, even though I've read many places that the mainline hantro driver supports H.264. Has anyone else had this problem? Is there something else I need to do to get this working?
</p>
]]></description><guid isPermaLink="false">38121</guid><pubDate>Sat, 27 Apr 2024 01:55:45 +0000</pubDate></item><item><title>Any way to switch HDMI from 4:2:2 to 4:4:4?</title><link>https://forum.armbian.com/topic/38267-any-way-to-switch-hdmi-from-422-to-444/</link><description><![CDATA[<p>
	I've noticed that some system images will start the OrangePi with 4:2:2 output on HDMI instead of 4:4:4. This causes artifacts, especially when there's white text on a red background. What's the interface or method to change this? Does this have to be done via U-Boot or can it be done in userspace?
</p>
]]></description><guid isPermaLink="false">38267</guid><pubDate>Mon, 29 Apr 2024 06:56:14 +0000</pubDate></item><item><title>Regression in Armbian 24.2.1 make Orange Pi 4 LTS unusable, downgrade required</title><link>https://forum.armbian.com/topic/37091-regression-in-armbian-2421-make-orange-pi-4-lts-unusable-downgrade-required/</link><description><![CDATA[<p>
	Hi all, reporting a regression in new Armbian 24.2.1 kernel version.
</p>

<p>
	New kernel is causing Orange Pi 4 LPS not to boot most of the time, when it boots, then there is no network. Kernel hangs with oops errors on the screen, and all debugging stuff. Sorry that I did not caught any of them on my phone, but it would have been incomplete anyway.
</p>

<p>
	How to reproduce:
</p>

<p>
	Install any 24.2.1 based system on Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr>
</p>

<p>
	Upon first boot, you will have issues. No Ethernet network.
</p>

<p>
	Second boot will most likely not succeed no matter what you do and system will brick permanently, by not booting at all (no video output), or booting and then showing kernel crash.
</p>

<p>
	 
</p>

<p>
	I've tested:
</p>

<p>
	Armbian_24.2.1_Orangepi4-lts_jammy_current_6.6.16_xfce_desktop.img.xz (system booted into desktop only once, never managed to do it again. No network in first boot)
</p>

<p>
	Armbian_24.2.1_Orangepi4-lts_jammy_current_6.6.16.img.xz (kernel crash in terminal on second boot, no network on first boot)
</p>

<p>
	Armbian_23.8.1_Orangepi4-lts_bookworm_current_6.1.50.img.xz - here I installed older image, all was good, network good, reboots good, so I upgraded all packages, upon restart everything was broken again)
</p>

<p>
	Armbian_23.8.1_Orangepi4-lts_bookworm_current_6.1.50.img.xz - formatted the card again, got it working again, I went to armbian config tool and marked Armbian kernel packages to freeze, not going to upgrade them unless regression is confirmed to be gone.
</p>

<p>
	 
</p>

<p>
	Notes: I've tested this with nothing connected to the board except for HDMI cable and some <abbr title="General purpose input/output"><abbr title="General purpose input/output">GPIO</abbr></abbr> pins. Nothing on USB etc. New kernel 6.6.16. on Armbian 24.2.1 is experiencing this regression.
</p>

<p>
	 
</p>

<p>
	Kind regards
</p>
]]></description><guid isPermaLink="false">37091</guid><pubDate>Mon, 01 Apr 2024 23:08:26 +0000</pubDate></item><item><title>Problem connection rk3399 to 3.5TFT ili9341</title><link>https://forum.armbian.com/topic/23067-problem-connection-rk3399-to-35tft-ili9341/</link><description><![CDATA[<p>
	Hello!
</p>

<p>
	 
</p>

<p>
	I would like to connect orangepi-4-<abbr title="Long term support">lts</abbr> to ili9341. I have new blank Armbian.
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">$ uname -a
Linux orangepi4-lts 5.15.52-rockchip64 #22.05.4 SMP PREEMPT</span></pre>

<p>
	 
</p>

<p>
	I did overlay based on allwinner:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">/dts-v1/;
/plugin/;

/ {
	compatible = "rockchip,rk3399";
	fragment@0 {
		target = &lt;&amp;gpio1&gt;;
		__overlay__ {
			ili9341_pins: ili9341_pins {
				pins = "PC7", "PD0";
				function = "gpio_out", "gpio_out";
			};
		};
	};

	fragment@1 {
		target = &lt;&amp;spi1&gt;;
		__overlay__ {
			status = "okay";
			cs-gpios = &lt;&amp;gpio1 10 1&gt;;

			ili9341: ili9341@0 {
				compatible = "ilitek, ili9341";
				reg = &lt;1&gt;;
				pinctrl-names = "default";
				pinctrl-0 = &lt;&amp;ili9341_pins&gt;;
				spi-max-frequency = &lt;16000000&gt;;
				rotate = &lt;90&gt;;
				bgr;
				fps = &lt;25&gt;;
				buswidth = &lt;8&gt;;
				reset-gpios = &lt;&amp;gpio1 23 1&gt;;
				dc-gpios = &lt;&amp;gpio1 24 0&gt;;
				debug = &lt;0&gt;;
			};
		};
	};
};</span></pre>

<p>
	 
</p>

<p>
	Setting /boot/armbianEnv.txt
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">verbosity=1
bootlogo=true
extraargs=systemd.unified_cgroup_hierarchy=0
overlay_prefix=rockchip
fdtfile=rockchip/rk3399-orangepi-4-lts.dtb
rootdev=UUID=ce86a0ca-f0e5-4dba-af37-15cc3fb2f4e0
rootfstype=ext4
param_spidev_spi_bus=1
param_spidev_spi_cs=0
user_overlays=ili9341
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u</span></pre>

<p>
	 
</p>

<p>
	Restart, TFT not turn on.
</p>

<p>
	 
</p>

<p>
	I watch debugiing uart, no errors:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">## Executing script at 00500000                                                 
Boot script loaded from mmc 1                                                   
320 bytes read in 4 ms (78.1 KiB/s)                                             
16356833 bytes read in 696 ms (22.4 MiB/s)                                      
30540288 bytes read in 1295 ms (22.5 MiB/s)                                     
81458 bytes read in 14 ms (5.5 MiB/s)                                           
1233 bytes read in 7 ms (171.9 KiB/s)                                           
Applying user provided DT overlay ili9341.dtbo                                  
2698 bytes read in 9 ms (292 KiB/s)                                             
Applying kernel provided DT fixup script (rockchip-fixup.scr)                   
## Executing script at 09000000                                                 
Moving Image from 0x2080000 to 0x2200000, end=3fc0000                           
## Loading init Ramdisk from Legacy Image at 06000000 ...                       
   Image Name:   uInitrd                                                        
   Image Type:   AArch64 Linux RAMDisk Image (gzip compressed)                  
   Data Size:    16356769 Bytes = 15.6 MiB                                      
   Load Address: 00000000                                                       
   Entry Point:  00000000                                                       
   Verifying Checksum ... OK                                                    
## Flattened Device Tree blob at 01f00000                                       
   Booting using the fdt blob at 0x1f00000                                      
   Loading Ramdisk to f4f65000, end f5efe5a1 ... OK                             
   Loading Device Tree to 00000000f4ee8000, end 00000000f4f64fff ... OK         
                                                                                
Starting kernel ...                                 </span></pre>

<p>
	 
</p>

<p>
	Watching system boot log:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">grecha@orangepi4-lts:~$ sudo dmesg | grep spi
[    2.053302] rockchip-spi ff1d0000.spi: cs1 &gt;= max 1
[    2.053318] spi_master spi1: spi_device register error /spi@ff1d0000/ili9341@0
[    2.053345] spi_master spi1: Failed to create SPI device for /spi@ff1d0000/ili9341@0
grecha@orangepi4-lts:~$ sudo dmesg | grep ili9341
[    2.053318] spi_master spi1: spi_device register error /spi@ff1d0000/ili9341@0
[    2.053345] spi_master spi1: Failed to create SPI device for /spi@ff1d0000/ili9341@0</span></pre>

<p>
	 
</p>

<p>
	Please, help me. Why is this overlay not working? 
</p>
]]></description><guid isPermaLink="false">23067</guid><pubDate>Mon, 22 Aug 2022 21:40:28 +0000</pubDate></item><item><title>How to unbrick a orangepi4lts</title><link>https://forum.armbian.com/topic/35536-how-to-unbrick-a-orangepi4lts/</link><description><![CDATA[<p>
	Well, I am trying to flash armbian to my board, but after I run 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">upgrade_tool ef</span></pre>

<p>
	in mistake. I can't do anything via maskrom/loader at all wherever Windows or linux. Then I try to unbrick it via flash the "MiniLoaderAll.bin" via "upgrade_tool db" and "ul" but them don't work at all(Timeouted),How can I do with it?
</p>
]]></description><guid isPermaLink="false">35536</guid><pubDate>Sat, 02 Mar 2024 13:31:05 +0000</pubDate></item><item><title>Problems with screen resolution: 1024x600 and 1024x768</title><link>https://forum.armbian.com/topic/24983-problems-with-screen-resolution-1024x600-and-1024x768/</link><description><![CDATA[<p>
	 
</p>

<p>
	Hello community! Orange pi 4 <abbr title="Long term support">LTS</abbr> with Armbian 22.11 Jammy CLI, there is a problem with launching the screen with resolutions:<br />
	1024x600 - there is no image<br />
	1024x768 - the image is there, there are ripples<br />
	1920x1080 - everything is fine
</p>

<p>
	Tell me how to solve this problem.
</p>

<p>
	 
</p>

<p>
	uname -a
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">Linux orangepi4-lts 5.15.80-rockchip64 #22.11.1 SMP PREEMPT Wed Nov 30 11:12:47 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux</span></pre>

<p>
	 
</p>

<p>
	/boot/armbianEnv.txt
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">verbosity=1
bootlogo=false
overlay_prefix=rockchip
fdtfile=rockchip/rk3399-orangepi-4-lts.dtb
rootdev=UUID=72cc3f82-2e76-4495-99fd-8cc46a4a21db
rootfstype=ext4
usbstoragequirks=0x2537:0x1066:u,0x2537:0x1068:u</span></pre>

<p>
	 
</p>

<p>
	Link:
</p>

<p>
	<a href="https://drive.google.com/file/d/1fHGiN9hxoXaJXehPLCmWXr_DEiPSE1q9/view?usp=sharing" rel="external nofollow">armbianmonitor 1024x600</a>
</p>

<p>
	 
</p>

<p>
	Link:
</p>

<p>
	<a href="https://drive.google.com/file/d/1aJeaSzn6jesolm00FxqzWyPLeH8CVnZR/view?usp=sharing" rel="external nofollow">armbianmonitor 1024x768</a>
</p>
]]></description><guid isPermaLink="false">24983</guid><pubDate>Tue, 13 Dec 2022 09:17:26 +0000</pubDate></item><item><title>Orange Pi 4 LTS - audio I2S output on GPIO ( 26 pin header ).</title><link>https://forum.armbian.com/topic/28244-orange-pi-4-lts-audio-i2s-output-on-gpio-26-pin-header/</link><description><![CDATA[<p>
	<img alt="orange-pi-4-lts-pinout.jpg" class="ipsImage" data-ratio="75.08" height="727" width="1000" src="https://cnx-software.ru/wp-content/uploads/2022/03/orange-pi-4-lts-pinout.jpg" />Hi
</p>

<p>
	 
</p>

<p>
	I want to use the I2S <abbr title="General purpose input/output"><abbr title="General purpose input/output">GPIO</abbr></abbr> output pins ( 26 pins ) on Orange Pi4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> to connect multi channel DAC.
</p>

<p>
	Is it possible to overlay some pins?
</p>
]]></description><guid isPermaLink="false">28244</guid><pubDate>Tue, 09 May 2023 13:15:40 +0000</pubDate></item><item><title>media acceleration</title><link>https://forum.armbian.com/topic/23146-media-acceleration/</link><description><![CDATA[<p>
	Hi, does anyone know how to get hardware video acceleration on orange 4 <abbr title="Long term support">lts</abbr>? I've looked around and I saw that rk3399's multimedia support can be enabled using the rk3399 legacy multimedia framework. But that requires a legacy buster image, which doesn't exist for the orange pi. I've tried to compile it myself, but it seems the compile script won't allow it. Is it really impossible to compile a legacy kernel for orange pi 4 <abbr title="Long term support">lts</abbr>?
</p>
<iframe allowfullscreen="" data-controller="core.front.core.autosizeiframe" data-embedauthorid="7899" data-embedcontent="" data-embedid="embed5721348509" src="https://forum.armbian.com/topic/16516-rk3399-legacy-multimedia-framework/?do=embed" style="height:417px;max-width:502px;"></iframe>

<p>
	 
</p>
]]></description><guid isPermaLink="false">23146</guid><pubDate>Sat, 27 Aug 2022 07:18:10 +0000</pubDate></item><item><title>Cannot connect to 5Ghz WIFI Network on the Armbian 23.02 Jammy</title><link>https://forum.armbian.com/topic/28108-cannot-connect-to-5ghz-wifi-network-on-the-armbian-2302-jammy/</link><description><![CDATA[<p>
	I have recently purchased an Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> and attempted to run Armbian 23.02 Cinnamon version on my board. However, I could only able to connect into the network with 2.4Ghz. Everytime when I connect to the 5Ghz Network, it failed with some authentication issues (such as WPA3). I am sorry I am new to Linux.May I ask if anyone now how can I resolve the problem?
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">28108</guid><pubDate>Mon, 01 May 2023 13:23:49 +0000</pubDate></item><item><title>Bug in Armbian script- Unable to login to Armbian after copying image to SSD</title><link>https://forum.armbian.com/topic/28001-bug-in-armbian-script-unable-to-login-to-armbian-after-copying-image-to-ssd/</link><description><![CDATA[<p>
	Hi Team,
</p>

<p>
	Greetings.
</p>

<p>
	I am using OPi4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> <abbr title="embedded MultiMediaCard"><abbr title="embedded MultiMediaCard">Emmc</abbr></abbr> with 16 GB version.
</p>

<p>
	kernel:
</p>

<p>
	Linux orangepi4-<abbr title="Long term support"><abbr title="Long term support">lts</abbr></abbr> 5.15.93-rockchip64 #23.02.2 SMP PREEMPT Fri Feb 17 23:48:36 UTC 2023 aarch64 aarch64 aarch64 GNU/Linux.
</p>

<p>
	 
</p>

<p>
	installed Armbian in <abbr title="embedded MultiMediaCard"><abbr title="embedded MultiMediaCard">Emmc</abbr></abbr> worked like charm.
</p>

<p>
	 
</p>

<p>
	<strong>Issue:</strong>
</p>

<p>
	I connected the SSD WD SN570 and format with <abbr title="A type of flash memory"><abbr title="A type of flash memory">nand</abbr></abbr> -sata-install on Armbian to boot and use SSD boot.
</p>

<p>
	then I got successful msg all done and ready to reboot.
</p>

<p>
	 
</p>

<p>
	once after the reboot I got this msg.
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" data-fileext="jpeg" data-fileid="10211" href="https://forum.armbian.com/uploads/monthly_2023_04/image.jpeg.039f93c11d65e77a0e0e7102445b7a9b.jpeg" rel=""><img alt="image.thumb.jpeg.eee158b72a27f9ddf32a8f11df7dc691.jpeg" class="ipsImage ipsImage_thumbnailed" data-fileid="10211" data-ratio="109.65" width="684" src="https://forum.armbian.com/uploads/monthly_2023_04/image.thumb.jpeg.eee158b72a27f9ddf32a8f11df7dc691.jpeg" /></a>
</p>

<p>
	 
</p>

<p>
	then I tried root it doesn’t work and control-d comes back to same screen.
</p>

<p>
	 
</p>

<p>
	Troubleshooting with a gentleman's assistance:
</p>

<p>
	1. Booted with SD card which has Manjaro.
</p>

<p>
	2. Here are the results of fstab, lsblk, fdisk etc.
</p>

<p>
	 
</p>

<p>
	Suspecting that the <strong>Armbian script is broken</strong>, I purchased the 1 TB SSD for productivity purposes; however, now either the <abbr title="embedded MultiMediaCard">EMMC</abbr> or the SSD are starting up. Any help would be appreciated!!
</p>

<p>
	 
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7342.jpeg.ccb6949708bb1663ebd7a0b198490de6.jpeg" data-fileid="10212" data-fileext="jpeg" rel=""><img alt="IMG_7342.jpeg" class="ipsImage ipsImage_thumbnailed" data-fileid="10212" data-ratio="32.5" width="1000" src="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7342.thumb.jpeg.0477049272d0b0471d88ae17e9665a83.jpeg" /></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7343.jpeg.e65de7fafaa590ebcf626f4ff1d27fc1.jpeg" data-fileid="10213" data-fileext="jpeg" rel=""><img alt="IMG_7343.jpeg" class="ipsImage ipsImage_thumbnailed" data-fileid="10213" data-ratio="45.2" width="1000" src="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7343.thumb.jpeg.215a58b047e18516ce6a63ffd17d9b21.jpeg" /></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7344.jpeg.afd35b4c95460ba1e422fbdac84a6c27.jpeg" data-fileid="10214" data-fileext="jpeg" rel=""><img alt="IMG_7344.jpeg" class="ipsImage ipsImage_thumbnailed" data-fileid="10214" data-ratio="29.8" width="1000" src="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7344.thumb.jpeg.9ca296c9d4badd2c3dc9e9dee403b491.jpeg" /></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7345.jpeg.cb0e6e88ff97d907c444869c8a8cf305.jpeg" data-fileid="10215" data-fileext="jpeg" rel=""><img alt="IMG_7345.jpeg" class="ipsImage ipsImage_thumbnailed" data-fileid="10215" data-ratio="35.39" width="568" src="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7345.jpeg.cb0e6e88ff97d907c444869c8a8cf305.jpeg" /></a>
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7346.jpeg.e8d759f569ead7c38c7c55b595b90697.jpeg" data-fileid="10216" data-fileext="jpeg" rel=""><img alt="IMG_7346.jpeg" class="ipsImage ipsImage_thumbnailed" data-fileid="10216" data-ratio="66.8" width="1000" src="https://forum.armbian.com/uploads/monthly_2023_04/IMG_7346.thumb.jpeg.79b59f419f5090e0c391645f9d0e9611.jpeg" /></a>
</p>
]]></description><guid isPermaLink="false">28001</guid><pubDate>Sun, 23 Apr 2023 09:37:19 +0000</pubDate></item><item><title>Orange Pi 4 regularly loses outbound network after a few days</title><link>https://forum.armbian.com/topic/27937-orange-pi-4-regularly-loses-outbound-network-after-a-few-days/</link><description><![CDATA[<p>
	Hi all,
</p>

<p>
	 
</p>

<p>
	After a restart and after a few days go by my My Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> randomly loses its ability to make outbound network connections.
</p>

<p>
	I can ssh into the box, however for some reason the routing tables are empty:
</p>

<p>
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">&gt; ping 192.168.1.53
ping: connect: Network is unreachable


&gt; netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface</span></pre>

<p>
	 
</p>

<p>
	The box is connected through an ethernet cable, configured to used DHCP, but I see no IPv4 address in the interface configuration:
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">&gt; ifconfig

eth0: flags=4163</span><span class="tag">&lt;UP</span><span class="pln">,</span><span class="atn">BROADCAST</span><span class="pln">,</span><span class="atn">RUNNING</span><span class="pln">,</span><span class="atn">MULTICAST</span><span class="tag">&gt;</span><span class="pln">  mtu 1500
        inet6 2a01:cb15:81c2:e500:6cba:b008:2761:e29a  prefixlen 64  scopeid 0x0</span><span class="tag">&lt;global&gt;</span><span class="pln">
        inet6 2a01:cb15:81c2:e500:e971:fd8d:4d26:e65  prefixlen 64  scopeid 0x0</span><span class="tag">&lt;global&gt;</span><span class="pln">
        inet6 fe80::9935:bbd1:a503:c83a  prefixlen 64  scopeid 0x20</span><span class="tag">&lt;link&gt;</span><span class="pln">
        inet6 2a01:cb15:81c2:e500:681d:5fa0:94fd:9e1a  prefixlen 64  scopeid 0x0</span><span class="tag">&lt;global&gt;</span><span class="pln">
        ether 72:d7:a6:97:4b:cf  txqueuelen 1000  (Ethernet)
        RX packets 195548  bytes 16128189 (16.1 MB)
        RX errors 0  dropped 13442  overruns 0  frame 0
        TX packets 22932  bytes 2779612 (2.7 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 31</span></pre>

<p>
	 
</p>

<p>
	I am new to armbian, and not sure where to go to troubleshoot from there. /etc/networks/interfaces is empty, how is eth0 configured?
</p>

<p>
	 
</p>

<p>
	I can resolve the issue by issuing
</p>

<p>
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">&gt; sudo ip link eth0 down &amp;&amp; sudo ip link eth0 up</span></pre>

<p>
	 
</p>

<p>
	... and I have added a cron entry doing just that, but obviously I would like to understand where the issue is coming from.
</p>

<p>
	 
</p>

<p>
	Here is some system information:
</p>

<p>
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy

Linux orangepi4-lts 5.15.76-rockchip64 #22.08.8 SMP PREEMPT Sun Oct 30 10:57:32 CET 2022 aarch64 aarch64 aarch64 GNU/Linux</span></pre>

<p>
	 
</p>

<p>
	Thanks!
</p>

<p>
	Franck
</p>

<p>
	 
</p>

<p>
	EDIT: here is what I find in journalctl, it looks like the eth0 interface goes down shortly (4mn) after a reboot and never comes back up correctly:
</p>

<p>
	 
</p>

<pre class="ipsCode prettyprint lang-html prettyprinted"><span class="pln">Apr 17 06:17:28 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705048.7753] dhcp4 (eth0): state changed new lease, address=192.168.0.102
</span><span class="tag">&lt;normal</span><span class="pln"> </span><span class="atn">network</span><span class="pln"> </span><span class="atn">manager</span><span class="pln"> </span><span class="atn">startup</span><span class="tag">&gt;</span><span class="pln">
Apr 17 06:17:28 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705048.8306] device (eth0): Activation: successful, device activated.
...
Apr 17 06:17:29 orangepi4-lts nm-dispatcher[2142]: /etc/network/if-up.d/resolved: 12: mystatedir: not found
Apr 17 06:17:32 orangepi4-lts kernel: rk_gmac-dwmac fe300000.ethernet eth0: Link is Down
Apr 17 06:17:32 orangepi4-lts systemd[1]: systemd-fsckd.service: Deactivated successfully.
Apr 17 06:17:36 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705056.3960] device (eth0): carrier: link connected
Apr 17 06:17:36 orangepi4-lts kernel: rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
Apr 17 06:17:36 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705056.3968] device (eth0): ip:dhcp4: restarting
Apr 17 06:17:36 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705056.4136] dhcp4 (eth0): canceled DHCP transaction
Apr 17 06:17:36 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705056.4138] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)
Apr 17 06:17:36 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705056.4139] dhcp4 (eth0): state changed no lease
Apr 17 06:17:36 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705056.4144] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)
Apr 17 06:17:36 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705056.4305] dhcp4 (eth0): state changed new lease, address=192.168.0.102

</span><span class="tag">&lt;from</span><span class="pln"> </span><span class="atn">this</span><span class="pln"> </span><span class="atn">point</span><span class="pln"> </span><span class="atn">on</span><span class="pln">, </span><span class="atn">outbound</span><span class="pln"> </span><span class="atn">connections</span><span class="pln"> </span><span class="atn">are</span><span class="pln"> </span><span class="atn">failing</span><span class="pln">, </span><span class="atn">e</span><span class="pln">.</span><span class="atn">g</span><span class="pln">.
      </span><span class="atn">Apr</span><span class="pln"> 17 06:17:38 </span><span class="atn">orangepi4-lts</span><span class="pln"> </span><span class="atn">telegraf</span><span class="pln">[1790]: 2023-04-17</span><span class="atn">T04:17:38Z</span><span class="pln"> </span><span class="atn">E</span><span class="pln">! [</span><span class="atn">agent</span><span class="pln">] </span><span class="atn">Error</span><span class="pln"> </span><span class="atn">writing</span><span class="pln"> </span><span class="atn">to</span><span class="pln"> </span><span class="atn">outputs</span><span class="pln">.</span><span class="atn">influxdb_v2</span><span class="pln">: </span><span class="atn">failed</span><span class="pln"> </span><span class="atn">to</span><span class="pln"> </span><span class="atn">send</span><span class="pln"> </span><span class="atn">metrics</span><span class="pln"> </span><span class="atn">to</span><span class="pln"> </span><span class="atn">any</span><span class="pln"> </span><span class="atn">configured</span><span class="pln"> </span><span class="atn">server</span><span class="pln">(</span><span class="atn">s</span><span class="pln">)
</span><span class="tag">&gt;</span><span class="pln">
  
Apr 17 06:17:42 orangepi4-lts systemd[1]: systemd-hostnamed.service: Deactivated successfully.
Apr 17 06:17:46 orangepi4-lts systemd[1]: NetworkManager-dispatcher.service: Deactivated successfully.
Apr 17 06:18:28 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705108.9445] dhcp4 (eth0): activation: beginning transaction (timeout in 45 seconds)
Apr 17 06:18:28 orangepi4-lts NetworkManager[1626]: </span><span class="tag">&lt;info&gt;</span><span class="pln">  [1681705108.9446] dhcp4 (eth0): state changed no lease
Apr 17 06:18:58 orangepi4-lts systemd-resolved[794]: eth0: Bus client set search domain list to: home
Apr 17 06:18:58 orangepi4-lts systemd-resolved[794]: eth0: Bus client set DNS server list to: 192.168.0.254, 2a01:cb15:81c2:e500:7ec1:77ff:fe90:48f0
Apr 17 06:18:58 orangepi4-lts systemd[1]: Starting resolvconf-pull-resolved.service...
Apr 17 06:18:58 orangepi4-lts sh[2217]: /etc/resolvconf/update.d/libc: Warning: /etc/resolv.conf is not a symbolic link to /run/resolvconf/resolv.conf
Apr 17 06:19:14 orangepi4-lts systemd-resolved[794]: eth0: Bus client set DNS server list to: 2a01:cb15:81c2:e500:7ec1:77ff:fe90:48f0
</span></pre>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">27937</guid><pubDate>Wed, 19 Apr 2023 06:01:59 +0000</pubDate></item><item><title><![CDATA[Orange Pi RK3399 10.1inch LCD Touch Screen & Display Panel screen - OP1102 DTS on OPI4 LTS]]></title><link>https://forum.armbian.com/topic/27495-orange-pi-rk3399-101inch-lcd-touch-screen-display-panel-screen-op1102-dts-on-opi4-lts/</link><description><![CDATA[<p>
	Hello, 
</p>

<p>
	i just bought new display from orangepi. But i have problem get it work with armbian 23 jally with kernel 5.15. I try get files from orange pi os with no success. 
</p>

<p>
	Does somebody have working <abbr title="Device tree source">dts</abbr> for this type of display ?
</p>

<p>
	Orange Pi RK3399 10.1inch LCD Touch Screen &amp; Display Panel screen - OP1102 <abbr title="Device tree source">DTS</abbr>
</p>
]]></description><guid isPermaLink="false">27495</guid><pubDate>Wed, 22 Mar 2023 19:30:37 +0000</pubDate></item><item><title>Orange Pi 4 LTS with mini PCIe SATA adapter?</title><link>https://forum.armbian.com/topic/27027-orange-pi-4-lts-with-mini-pcie-sata-adapter/</link><description><![CDATA[<p>
	Hi
</p>

<p>
	I am wondering if anyone has had any luck using a mini PCIe to SATA adapter with an Orange Pi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> to attach a SATA hardrive?
</p>

<p>
	If yes, which adapter did you use?
</p>

<p>
	I would like to throw the <abbr title="Orange Pi"><abbr title="Orange Pi">OPi</abbr></abbr> 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> and a hard drive in a box and make a mini fanless NAS box.
</p>

<p>
	thanks
</p>
]]></description><guid isPermaLink="false">27027</guid><pubDate>Mon, 06 Mar 2023 09:04:49 +0000</pubDate></item><item><title>wifi stops working after some time</title><link>https://forum.armbian.com/topic/25870-wifi-stops-working-after-some-time/</link><description><![CDATA[<p>
	Hi,
</p>

<p>
	Wifi stops working after some time.
</p>

<p>
	Output from armbianmonitor -u <span>:</span> <a href="https://paste.armbian.com/iqukawifes" rel="external nofollow">https://paste.armbian.com/iqukawifes</a>
</p>

<p>
	Only reboot help.
</p>

<p>
	In dmesg I see:
</p>

<pre class="ipsCode">[ 6793.969484] WCN: stop_loopcheck
[ 6806.513278] sprdwl:[WIFI_CMD_TX_DATA]timeout
[ 6806.514120] sprdwl:ctx_id:0 cmd: WIFI_CMD_TX_DATA[72] rsp timeout (mstime = 6802912), num=3304
[ 6809.589395] sprdwl:[WIFI_CMD_TX_DATA]timeout
[ 6809.589823] sprdwl:ctx_id:0 cmd: WIFI_CMD_TX_DATA[72] rsp timeout (mstime = 6805981), num=3305
[ 6812.661554] sprdwl:[WIFI_CMD_TX_DATA]timeout
[ 6812.661979] sprdwl:ctx_id:0 cmd: WIFI_CMD_TX_DATA[72] rsp timeout (mstime = 6809057), num=3306
[ 6812.662786] sprdwl:sprdwl_atcmd_assert ctx_id:0, cmd_id:72, reason:3, cp_asserted:0
[ 6812.663492] WCN: mdbg_assert_interface:[CMD] WIFI_CMD_TX_DATA, [REASON] CMD_RSP_TIMEOUT_ERROR
[ 6812.663505] sdiohal:carddump flag set[1]
[ 6812.663931] sdiohal:disable rx int for dump
[ 6812.663956] sdiohal:chn8 tx push old, cmdid=72, mstime=6805981, record_time=6805982
[ 6812.663984] chn8 tx push old: 00 00 00 00 10 48 46 00 dd d9 67 00 00 00 00 00  .....HF...g.....
[ 6812.663995] sdiohal:chn8 tx denq old, cmdid=72, mstime=6805981, record_time=6805982
[ 6812.664012] chn8 tx denq old: 00 23 00 08 10 48 46 00 dd d9 67 00 00 00 00 00  .#...HF...g.....
[ 6812.664022] sdiohal:chn22 rx dispatch old, cmdid=5, mstime=6788866, record_time=6788867
[ 6812.664038] chn22 rx dispatch old: 3f 06 00 0a 00 05 0c 00 02 97 67 00 00 24 00 00  ?.........g..$..
[ 6812.664048] sdiohal:chn8 tx push new, cmdid=72, mstime=6809057, record_time=6809057
[ 6812.664064] chn8 tx push new: 00 00 00 00 10 48 46 00 e1 e5 67 00 00 00 00 00  .....HF...g.....
[ 6812.664074] sdiohal:chn8 tx denq new, cmdid=72, mstime=6809057, record_time=6809057
[ 6812.664090] chn8 tx denq new: 00 23 00 08 10 48 46 00 e1 e5 67 00 00 00 00 00  .#...HF...g.....
[ 6812.664100] sdiohal:chn22 rx dispatch new, cmdid=5, mstime=6788901, record_time=6788906
[ 6812.664116] chn22 rx dispatch new: bf 06 00 0a 00 05 0d 00 25 97 67 00 00 26 00 00  ........%.g..&amp;..
[ 6812.664384] WCN: dap_sel_btwf_lite DJTAG_DAP_SEL:0x0
[ 6812.664592] WCN: dap_sel_btwf_lite DJTAG_DAP_SEL:0x2
[ 6812.664793] WCN: dap_sel_btwf_lite 2:DJTAG_DAP_SEL:0x2
[ 6812.664991] WCN: apb_eb_lite APB_EB:0x463
[ 6812.665193] WCN: apb_eb_lite APB_EB:0x463
[ 6812.665393] WCN: apb_eb_lite 2:APB_EB:0x463
[ 6812.665689] WCN: check_dap_is_ok :0x24770011
[ 6812.665704] WCN: btwf dap is ready
[ 6812.667995] WCN: read_core_reg ****R[0]: 0x0****
[ 6812.669144] WCN: read_core_reg ****R[1]: 0x0****
[ 6812.670487] WCN: read_core_reg ****R[2]: 0x8001000c****
[ 6812.671644] WCN: read_core_reg ****R[3]: 0x0****
[ 6812.672794] WCN: read_core_reg ****R[4]: 0x4083c000****
[ 6812.674078] WCN: read_core_reg ****R[5]: 0x1e694c****
[ 6812.675222] WCN: read_core_reg ****R[6]: 0x3****
[ 6812.676359] WCN: read_core_reg ****R[7]: 0x0****
[ 6812.677545] WCN: read_core_reg ****R[8]: 0x40130000****
[ 6812.678703] WCN: read_core_reg ****R[9]: 0x10d69c****
[ 6812.679842] WCN: read_core_reg ****R[10]: 0x40088000****
[ 6812.680985] WCN: read_core_reg ****R[11]: 0x1e6954****
[ 6812.682309] WCN: read_core_reg ****R[12]: 0x11fc64****
[ 6812.683457] WCN: read_core_reg ****R[13]: 0x1a0ef8****
[ 6812.684605] WCN: read_core_reg ****R[14]: 0x1e605b****
[ 6812.685831] WCN: read_core_reg ****R[15]: 0x1e67ee****
[ 6812.686971] WCN: read_core_reg ****R[16]: 0x6100000b****
[ 6812.688108] WCN: read_core_reg ****R[17]: 0x1a0ef8****
[ 6812.689248] WCN: read_core_reg ****R[18]: 0x117bd8****
[ 6812.689262] WCN: ------------[ ARM REG ]------------
[ 6812.689269] WCN: [R0 ] =     0x00000000
[ 6812.689278] WCN: [R1 ] =     0x00000000
[ 6812.689287] WCN: [R2 ] =     0x8001000c
[ 6812.689295] WCN: [R3 ] =     0x00000000
[ 6812.689303] WCN: [R4 ] =     0x4083c000
[ 6812.689312] WCN: [R5 ] =     0x001e694c
[ 6812.689320] WCN: [R6 ] =     0x00000003
[ 6812.689329] WCN: [R7 ] =     0x00000000
[ 6812.689337] WCN: [R8 ] =     0x40130000
[ 6812.689345] WCN: [R9 ] =     0x0010d69c
[ 6812.689353] WCN: [R10] =     0x40088000
[ 6812.689362] WCN: [R11] =     0x001e6954
[ 6812.689371] WCN: [R12] =     0x0011fc64
[ 6812.689379] WCN: [R13] =     0x001a0ef8
[ 6812.689387] WCN: [R14] =     0x001e605b
[ 6812.689395] WCN: [R15] =     0x001e67ee
[ 6812.689403] WCN: [PSR] =     0x6100000b
[ 6812.689412] WCN: [MSP] =     0x001a0ef8
[ 6812.689420] WCN: [PSP] =     0x00117bd8
[ 6812.689428] WCN: ------------[ ARM END ]------------
[ 6812.689874] WCN: marlin_hold_cpu reset reg val:0x0
[ 6812.690269] WCN: CP DCACHE ENABLE
[ 6812.718084] WCN: section[0] [0x100000 0x1e73ff 0x240]
[ 6812.718121] WCN: section[1] [0x40880000 0x40880053 0xe7640]
[ 6812.718133] WCN: section[2] [0x4083c000 0x4083c353 0xe7694]
[ 6812.718146] WCN: section[3] [0x40130000 0x401303ff 0xe79e8]
[ 6812.718157] WCN: section[4] [0x40088000 0x4008828b 0xe7de8]
[ 6812.718169] WCN: section[5] [0x40844200 0x40844343 0xe8074]
[ 6812.718180] WCN: section[6] [0x40844000 0x40844047 0xe81b8]
[ 6812.718192] WCN: section[7] [0x40140000 0x4014ffff 0xe8200]
[ 6812.718203] WCN: section[8] [0x400f0000 0x400f011f 0xf8200]
[ 6812.718214] WCN: section[9] [0x400f1000 0x400fe0ff 0xf8320]
[ 6812.718226] WCN: section[10] [0x40300000 0x4034a7ff 0x105420]
[ 6812.718238] WCN: section[11] [0x400a0000 0x400a0057 0x14fc20]
[ 6812.718250] WCN: section[12] [0x400b0000 0x400b0387 0x14fc78]
[ 6812.718261] WCN: section[13] [0x400b1000 0x400b1153 0x150000]
[ 6812.718273] WCN: section[14] [0x400b2000 0x400b2a8b 0x150154]
[ 6812.718284] WCN: section[15] [0x400b3000 0x400b30af 0x150be0]
[ 6812.718295] WCN: section[16] [0x400b4000 0x400b4a6f 0x150c90]
[ 6812.718307] WCN: section[17] [0x400b7000 0x400b7617 0x151700]
[ 6812.718318] WCN: section[18] [0x40240000 0x402408f3 0x151d18]
[ 6812.718329] WCN: section[19] [0x40246000 0x40246737 0x15260c]
[ 6812.718341] WCN: section[20] [0x40248000 0x4024809f 0x152d44]
[ 6812.718352] WCN: section[21] [0x4024a000 0x4024a21b 0x152de4]
[ 6812.718364] WCN: section[22] [0x4024f000 0x4024f30f 0x153000]
[ 6812.718375] WCN: section[23] [0x40200000 0x402001ff 0x153310]
[ 6812.718386] WCN: section[24] [0x40204000 0x402041ff 0x153510]
[ 6812.718398] WCN: section[25] [0x40208000 0x402092a3 0x153710]
[ 6812.718409] WCN: section[26] [0x40200c00 0x4020c343 0x1549b4]
[ 6812.718420] WCN: section[27] [0x40210000 0x40212fff 0x1600f8]
[ 6812.718432] WCN: section[28] [0x40214000 0x40216fff 0x1630f8]
[ 6812.718443] WCN: section[29] [0x40218000 0x402182cf 0x1660f8]
[ 6812.718454] WCN: section[30] [0x4021c000 0x4021c5bf 0x1663c8]
[ 6812.718466] WCN: section[31] [0x40241000 0x402413ff 0x166988]
[ 6812.718478] WCN: section[32] [0x40242000 0x402423ff 0x166d88]
[ 6812.718489] WCN: dumpmem_rx_callback
[ 6812.722261] WCN: dumpmem_rx_callback
[ 6812.722298] WCN_ERR: dumpmem_rx_callback open  error no.-21 retry:1
[ 6812.726612] WCN: dumpmem_rx_callback
[ 6812.730406] WCN: dumpmem_rx_callback
[ 6812.734087] WCN: dumpmem_rx_callback
[ 6812.737727] WCN: dumpmem_rx_callback
[ 6812.741301] WCN: dumpmem_rx_callback
[ 6812.745201] WCN: dumpmem_rx_callback
[ 6812.749095] WCN: dumpmem_rx_callback
[ 6812.752831] WCN: dumpmem_rx_callback
[ 6812.756544] WCN: dumpmem_rx_callback
[ 6812.760444] WCN: dumpmem_rx_callback
[ 6812.764345] WCN: dumpmem_rx_callback
[ 6812.767988] WCN: dumpmem_rx_callback
[ 6812.771603] WCN: dumpmem_rx_callback
[ 6812.775420] WCN: dumpmem_rx_callback
[ 6812.779174] WCN: dumpmem_rx_callback
[ 6812.782903] WCN: dumpmem_rx_callback
[ 6812.786607] WCN: dumpmem_rx_callback
[ 6812.790268] WCN: dumpmem_rx_callback
[ 6812.793926] WCN: dumpmem_rx_callback
[ 6812.797536] WCN: dumpmem_rx_callback
[ 6812.801115] WCN: dumpmem_rx_callback
[ 6812.805021] WCN: dumpmem_rx_callback
[ 6812.808953] WCN: dumpmem_rx_callback
[ 6812.834246] WCN: dumpmem_rx_callback
[ 6812.838115] WCN: dumpmem_rx_callback
[ 6812.919411] WCN: dumpmem_rx_callback
[ 6812.923281] WCN: dumpmem_rx_callback
[ 6812.951213] WCN: dumpmem_rx_callback
[ 6812.951259] WCN: mdbg dump ram 947200 ok!
[ 6812.951523] WCN: dumpmem_rx_callback
[ 6812.951538] WCN: mdbg dump aon ahb 84 ok!
[ 6812.951878] WCN: dumpmem_rx_callback
[ 6812.951892] WCN: mdbg dump aon_apb 852 ok!
[ 6812.952176] WCN: dumpmem_rx_callback
[ 6812.952191] WCN: mdbg dump btwfahb 1024 ok!
[ 6812.952497] WCN: dumpmem_rx_callback
[ 6812.952511] WCN: mdbg dump btwfapb 652 ok!
[ 6812.952768] WCN: dumpmem_rx_callback
[ 6812.952781] WCN: mdbg dump aonclk 324 ok!
[ 6812.953006] WCN: dumpmem_rx_callback
[ 6812.953020] WCN: mdbg dump predivclk 72 ok!
[ 6812.962557] WCN: dumpmem_rx_callback
[ 6812.968142] WCN: dumpmem_rx_callback
[ 6812.968189] WCN: mdbg dump sdio 65536 ok!
[ 6812.968421] WCN: enable_cp_pll rd CLK_CTRL0 reg val:0x2fdf
[ 6812.968839] WCN: enable_cp_pll enable CLK_CTRL0 val:0x2fdf
[ 6812.969464] WCN: check_wifi_power_domain_ison CHIP_SLP reg val:0xc430
[ 6812.969488] WCN: WIFI MAC have power down
[ 6812.971279] WCN: check_wifi_power_domain_ison WIFI_ENABLE reg val:0xa023
[ 6812.971315] WCN: WIFI_en and wifi_mac_en is disable
[ 6812.972007] WCN: dumpmem_rx_callback
[ 6812.976547] WCN: dumpmem_rx_callback
[ 6812.979493] WCN: dumpmem_rx_callback
[ 6812.983143] WCN: dumpmem_rx_callback
[ 6812.986775] WCN: dumpmem_rx_callback
[ 6812.991332] WCN: dumpmem_rx_callback
[ 6812.994996] WCN: dumpmem_rx_callback
[ 6812.998628] WCN: dumpmem_rx_callback
[ 6813.002260] WCN: dumpmem_rx_callback
[ 6813.005868] WCN: dumpmem_rx_callback
[ 6813.009414] WCN: dumpmem_rx_callback
[ 6813.014692] WCN: dumpmem_rx_callback
[ 6813.018279] WCN: dumpmem_rx_callback
[ 6813.021871] WCN: dumpmem_rx_callback
[ 6813.021895] WCN: mdbg dump wifi 360448 ok!
[ 6813.022129] WCN: dumpmem_rx_callback
[ 6813.022143] WCN: dump cp reg section[11] ok!
[ 6813.022490] WCN: dumpmem_rx_callback
[ 6813.022508] WCN: dump cp reg section[12] ok!
[ 6813.022824] WCN: dumpmem_rx_callback
[ 6813.022839] WCN: dump cp reg section[13] ok!
[ 6813.023408] WCN: dumpmem_rx_callback
[ 6813.023422] WCN: dump cp reg section[14] ok!
[ 6813.023641] WCN: dumpmem_rx_callback
[ 6813.023655] WCN: dump cp reg section[15] ok!
[ 6813.024195] WCN: dumpmem_rx_callback
[ 6813.024209] WCN: dump cp reg section[16] ok!
[ 6813.024623] WCN: dumpmem_rx_callback
[ 6813.024636] WCN: dump cp reg section[17] ok!
[ 6813.025234] WCN: dumpmem_rx_callback
[ 6813.025247] WCN: mdbg dump fm 2748 ok!
[ 6813.025791] WCN: dumpmem_rx_callback
[ 6813.025806] WCN: mdbg dump btacc 2292 ok!
[ 6813.026218] WCN: dumpmem_rx_callback
[ 6813.026232] WCN: mdbg dump btjal 1848 ok!
[ 6813.026448] WCN: dumpmem_rx_callback
[ 6813.026462] WCN: mdbg dump bthab 160 ok!
[ 6813.026733] WCN: dumpmem_rx_callback
[ 6813.026746] WCN: mdbg dump btlejal 540 ok!
[ 6813.140006] sdiohal err:dt read fail ret:-110, system_addr=0x4024f000
[ 6813.140636] sdiohal:sdio dump_aon_reg entry
[ 6813.140738] sdiohal:pmu sdio status:[0x140]:0x6b
[ 6813.140807] sdiohal:pmu sdio status:[0x141]:0x3c
[ 6813.140871] sdiohal:pmu sdio status:[0x142]:0xe1
[ 6813.140936] sdiohal:pmu sdio status:[0x143]:0x0
[ 6813.141000] sdiohal:pmu sdio status:[0x144]:0x0
[ 6813.141065] sdiohal:pmu sdio status:[0x145]:0x0
[ 6813.141115] sdiohal:pmu sdio status:[0x146]:0x0
[ 6813.141165] sdiohal:pmu sdio status:[0x147]:0x0
[ 6813.141215] sdiohal:pmu sdio status:[0x148]:0x60
[ 6813.141266] sdiohal:pmu sdio status:[0x149]:0x0
[ 6813.141317] sdiohal:pmu sdio status:[0x14a]:0x0
[ 6813.141366] sdiohal:pmu sdio status:[0x14b]:0x0
[ 6813.141414] sdiohal:pmu sdio status:[0x14c]:0x0
[ 6813.141463] sdiohal:pmu sdio status:[0x14d]:0x0
[ 6813.141513] sdiohal:pmu sdio status:[0x14e]:0x0
[ 6813.141623] sdiohal:pmu sdio status:[0x14f]:0x0
[ 6813.141830] sdiohal:cm4d haddr 0:[0x144]:0x0
[ 6813.141885] sdiohal:cm4d haddr 0:[0x145]:0x60
[ 6813.141938] sdiohal:cm4d haddr 0:[0x146]:0x19
[ 6813.141990] sdiohal:cm4d haddr 0:[0x147]:0x0
[ 6813.142198] sdiohal:cm4i haddr 1:[0x144]:0xf8
[ 6813.142251] sdiohal:cm4i haddr 1:[0x145]:0x67
[ 6813.142302] sdiohal:cm4i haddr 1:[0x146]:0x1e
[ 6813.142355] sdiohal:cm4i haddr 1:[0x147]:0x0
[ 6813.142556] sdiohal:cm4s haddr 2:[0x144]:0x4c
[ 6813.142608] sdiohal:cm4s haddr 2:[0x145]:0x0
[ 6813.142660] sdiohal:cm4s haddr 2:[0x146]:0x1e
[ 6813.142712] sdiohal:cm4s haddr 2:[0x147]:0x40
[ 6813.142913] sdiohal:dmaw haddr 3:[0x144]:0x0
[ 6813.142964] sdiohal:dmaw haddr 3:[0x145]:0x0
[ 6813.143016] sdiohal:dmaw haddr 3:[0x146]:0x0
[ 6813.143067] sdiohal:dmaw haddr 3:[0x147]:0x0
[ 6813.143270] sdiohal:dmar haddr 4:[0x144]:0x0
[ 6813.143323] sdiohal:dmar haddr 4:[0x145]:0x0
[ 6813.143376] sdiohal:dmar haddr 4:[0x146]:0x0
[ 6813.143427] sdiohal:dmar haddr 4:[0x147]:0x0
[ 6813.143640] sdiohal:aon_to_ahb haddr 5:[0x144]:0x0
[ 6813.143692] sdiohal:aon_to_ahb haddr 5:[0x145]:0x0
[ 6813.143743] sdiohal:aon_to_ahb haddr 5:[0x146]:0x0
[ 6813.143795] sdiohal:aon_to_ahb haddr 5:[0x147]:0x0
[ 6813.143998] sdiohal:axi_to_ahb haddr 6:[0x144]:0x4
[ 6813.144050] sdiohal:axi_to_ahb haddr 6:[0x145]:0xf0
[ 6813.144102] sdiohal:axi_to_ahb haddr 6:[0x146]:0x24
[ 6813.144153] sdiohal:axi_to_ahb haddr 6:[0x147]:0x40
[ 6813.144361] sdiohal:hready_status haddr 7:[0x144]:0xcf
[ 6813.144415] sdiohal:hready_status haddr 7:[0x145]:0xff
[ 6813.144467] sdiohal:hready_status haddr 7:[0x146]:0xf9
[ 6813.144519] sdiohal:hready_status haddr 7:[0x147]:0x50
[ 6813.144532] sdiohal:val:0xc
[ 6813.144653] sdiohal:after reset hready status:[0x144]:0xcf
[ 6813.144704] sdiohal:after reset hready status:[0x145]:0xff
[ 6813.144752] sdiohal:after reset hready status:[0x146]:0xf9
[ 6813.144803] sdiohal:after reset hready status:[0x147]:0x50
[ 6813.144814] sdiohal:sdio dump_aon_reg end

[ 6813.144821] sdiohal:sdiohal_abort
[ 6813.144829] sdiohal:carddump flag set[1]
[ 6813.144905] sdiohal:disable rx int for dump
[ 6813.144914] sdiohal:chn8 tx push old, cmdid=72, mstime=6805981, record_time=6805982
[ 6813.144935] chn8 tx push old: 00 00 00 00 10 48 46 00 dd d9 67 00 00 00 00 00  .....HF...g.....
[ 6813.144945] sdiohal:chn8 tx denq old, cmdid=72, mstime=6805981, record_time=6805982
[ 6813.144961] chn8 tx denq old: 00 23 00 08 10 48 46 00 dd d9 67 00 00 00 00 00  .#...HF...g.....
[ 6813.144972] sdiohal:chn22 rx dispatch old, cmdid=5, mstime=6788866, record_time=6788867
[ 6813.144989] chn22 rx dispatch old: 3f 06 00 0a 00 05 0c 00 02 97 67 00 00 24 00 00  ?.........g..$..
[ 6813.144999] sdiohal:chn8 tx push new, cmdid=72, mstime=6809057, record_time=6809057
[ 6813.145015] chn8 tx push new: 00 00 00 00 10 48 46 00 e1 e5 67 00 00 00 00 00  .....HF...g.....
[ 6813.145024] sdiohal:chn8 tx denq new, cmdid=72, mstime=6809057, record_time=6809057
[ 6813.145040] chn8 tx denq new: 00 23 00 08 10 48 46 00 e1 e5 67 00 00 00 00 00  .#...HF...g.....
[ 6813.145049] sdiohal:chn22 rx dispatch new, cmdid=5, mstime=6788901, record_time=6788906
[ 6813.145066] chn22 rx dispatch new: bf 06 00 0a 00 05 0d 00 25 97 67 00 00 26 00 00  ........%.g..&amp;..
[ 6813.145077] WCN_ERR: mdbg_dump_data dump memory error:-110
[ 6813.145652] WCN: mdbg dump bt modem 0 ok!
[ 6813.145664] WCN_ERR: read HCI_ARM_WR_RD_MODE reg error:-1
[ 6813.146184] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.146674] WCN: mdbg dump bt_cmd buf 0 ok!
[ 6813.146696] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.150664] WCN: mdbg dump btevent buf 0 ok!
[ 6813.150702] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.151207] WCN: mdbg dump bt_lmp_tx_buf 0 ok!
[ 6813.151229] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.151717] WCN: mdbg dump bt_lmp_rx_buf 0 ok!
[ 6813.151739] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.152227] WCN: mdbg dump bt_acl_tx_buf0 ok!
[ 6813.152249] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.152736] WCN: mdbg dump bt_acl_rx_buf 0 ok!
[ 6813.152757] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.153244] WCN: mdbg dump bt_sco_tx_buf 0 ok!
[ 6813.153265] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.153790] WCN: mdbg dump bt_sco_rx_buf 0 ok!
[ 6813.153817] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.154309] WCN: mdbg dump bt_bb_tx_buf 0 ok!
[ 6813.154330] WCN_ERR: mdbg_dump_data dump memory error:-1
[ 6813.154818] WCN: mdbg dump bt_bb_rx_buf 0 ok!
[ 6813.201603] WCN: dumpmem_rx_callback
[ 6813.201629] WCN: dump str finish!
[ 6813.201637] WCN: mdbg dump memory finish
[ 6813.201733] sprdwl:sprdwl_atcmd_assert ctx_id:0, cmd_id:72, reason:3, cp_asserted:1
[ 6813.202462] sprdwl:sprdwl_atcmd_assert ctx_id:0, cmd_id:72, reason:3, cp_asserted:1
[ 6814.325605] ------------[ cut here ]------------
[ 6814.325632] NETDEV WATCHDOG: wlan0 (unisoc_wifi): transmit queue 0 timed out
[ 6814.325759] WARNING: CPU: 3 PID: 0 at net/sched/sch_generic.c:478 dev_watchdog+0x390/0x398
[ 6814.325798] Modules linked in: tls tcp_diag inet_diag xt_nat xt_tcpudp veth wireguard libchacha20poly1305 poly1305_neon libcurve25519_generic ip6_udp_tunnel udp_tunnel xt_conntrack nft_chain_nat xt_MASQUERADE nf_nat nf_conntrack_netlink nf_conntrack nf_defrag_ipv6 nf_defrag_ipv4 xfrm_user xfrm_algo nft_counter xt_addrtype nft_compat nf_tables nfnetlink br_netfilter bridge aufs algif_hash algif_skcipher af_alg bnep hci_uart btqca btrtl btbcm btintel bluetooth dw_hdmi_i2s_audio dw_hdmi_cec snd_soc_hdmi_codec hantro_vpu(C) rockchip_vdec(C) rockchip_iep v4l2_h264 rockchip_rga videobuf2_dma_contig v4l2_mem2mem videobuf2_dma_sg videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 snd_soc_simple_card snd_soc_rockchip_i2s fusb302 videobuf2_common snd_soc_es8316 snd_soc_rockchip_pcm snd_soc_simple_card_utils tcpm snd_soc_core typec snd_pcm_dmaengine snd_pcm videodev snd_timer mc snd soundcore cpufreq_dt lz4hc lz4 sch_fq_codel zram sprdwl_ng cfg80211 sprdbt_tty rfkill ramoops pstore_blk reed_solomon
[ 6814.326338]  pstore_zone ip_tables x_tables autofs4 panfrost motorcomm gpu_sched dwmac_rk stmmac_platform stmmac pwm_bl pcs_xpcs adc_keys
[ 6814.326430] CPU: 3 PID: 0 Comm: swapper/3 Tainted: G         C        5.15.80-rockchip64 #22.11.1
[ 6814.326448] Hardware name: OrangePi 4 LTS (DT)
[ 6814.326458] pstate: 80000005 (Nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 6814.326475] pc : dev_watchdog+0x390/0x398
[ 6814.326493] lr : dev_watchdog+0x390/0x398
[ 6814.326509] sp : ffff800009de3d60
[ 6814.326516] x29: ffff800009de3d60 x28: ffff000008c4dc80 x27: 0000000000000004
[ 6814.326545] x26: 0000000000000140 x25: 00000000ffffffff x24: 0000000000000003
[ 6814.326573] x23: ffff800009a97000 x22: ffff000008d6141c x21: ffff000008d61000
[ 6814.326601] x20: ffff000008d614c0 x19: 0000000000000000 x18: 0000000000000000
[ 6814.326629] x17: ffff8000ee035000 x16: ffff800009de4000 x15: 000000000000096d
[ 6814.326656] x14: ffff800009de3a70 x13: 00000000ffffffea x12: ffff800009b2fd10
[ 6814.326685] x11: 0000000000000003 x10: ffff800009b17cd0 x9 : ffff800009b17d28
[ 6814.326713] x8 : 0000000000017fe8 x7 : c0000000ffffefff x6 : 0000000000000001
[ 6814.326740] x5 : ffff8000ee035000 x4 : 0000000000000000 x3 : 0000000000000103
[ 6814.326767] x2 : 0000000000000102 x1 : 01cf58aa292ccd00 x0 : 0000000000000000
[ 6814.326795] Call trace:
[ 6814.326803]  dev_watchdog+0x390/0x398
[ 6814.326821]  call_timer_fn+0x30/0x1d0
[ 6814.326840]  run_timer_softirq+0x27c/0x518
[ 6814.326855]  _stext+0x160/0x3f8
[ 6814.326870]  irq_exit+0xc8/0x100
[ 6814.326890]  handle_domain_irq+0x94/0xd8
[ 6814.326909]  gic_handle_irq+0xb8/0x134
[ 6814.326925]  call_on_irq_stack+0x28/0x54
[ 6814.326942]  do_interrupt_handler+0x58/0x68
[ 6814.326958]  el1_interrupt+0x30/0x78
[ 6814.326974]  el1h_64_irq_handler+0x18/0x28
[ 6814.326988]  el1h_64_irq+0x74/0x78
[ 6814.327001]  arch_cpu_idle+0x18/0x28
[ 6814.327016]  default_idle_call+0x40/0x184
[ 6814.327037]  do_idle+0x1fc/0x270
[ 6814.327054]  cpu_startup_entry+0x24/0x68
[ 6814.327070]  secondary_start_kernel+0x154/0x168
[ 6814.327089]  __secondary_switched+0x90/0x94
[ 6814.327105] ---[ end trace acf1365498026f79 ]---
</pre>

<p>
	 
</p>

<p>
	My wife use 2.4 and 5 GHz.
</p>

<p>
	Please help me to fix this problem.
</p>

<p>
	Thank you!
</p>
]]></description><guid isPermaLink="false">25870</guid><pubDate>Mon, 16 Jan 2023 12:56:47 +0000</pubDate></item><item><title>how to find SSD attached to USB-C port?</title><link>https://forum.armbian.com/topic/26476-how-to-find-ssd-attached-to-usb-c-port/</link><description><![CDATA[<p>
	I was happy to find the Orange pi 4 armbian; it ignores raspbian an ubuntu images on sd and boots into android from its <abbr title="embedded MultiMediaCard"><abbr title="embedded MultiMediaCard">EMMC</abbr></abbr> instead.
</p>

<p>
	 
</p>

<p>
	The pi is an orange 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> with 3gb RAM and 16gb <abbr title="embedded MultiMediaCard"><abbr title="embedded MultiMediaCard">EMMC</abbr></abbr>.
</p>

<p>
	 
</p>

<p>
	I have a 2tb crucial SSD attached through the usbc port.
</p>

<p>
	 
</p>

<p>
	It is powered by a 4A supply through the DC port.
</p>

<p>
	 
</p>

<p>
	it's purpose is to be a dedicated mythtv back end; it is wired by ethernet but also has wifi active.
</p>

<p>
	 
</p>

<p>
	armbian-hardware-monitor.log is at <a href="https://paste.armbian.com/axayequliz" rel="external nofollow">https://paste.armbian.com/axayequliz</a> 
</p>

<p>
	 
</p>

<p>
	it isn't showing up as a disk, as near as I can tell:
</p>

<blockquote class="ipsQuote" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents">
		<p>
			 
		</p>

		<p>
			mythbackend:~:% ls /dev/disk/by-id   
		</p>

		<p>
			mmc-AJTD4R_0x81704fbd  mmc-SC16G_0x9345afab  mmc-SC16G_0x9345afab-part1
		</p>

		<p>
			 
		</p>
	</div>
</blockquote>

<p>
	 
</p>

<p>
	 
</p>

<p>
	the first is the <abbr title="embedded MultiMediaCard"><abbr title="embedded MultiMediaCard">EMMC</abbr></abbr>, I believe, and the second my sandisk card.
</p>

<p>
	 
</p>

<p>
	I haven't used linux since the late 90s when I switched to FreeBSD, and so much has changed . . .
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">26476</guid><pubDate>Mon, 06 Feb 2023 02:15:00 +0000</pubDate></item><item><title>Zram usage 100%</title><link>https://forum.armbian.com/topic/25675-zram-usage-100/</link><description><![CDATA[<p>
	After some days of uptime Zram usage is 100%
</p>

<p>
	<a href="https://paste.armbian.com/fecegemiwe" rel="external nofollow">https://paste.armbian.com/fecegemiwe</a>
</p>

<p>
	 
</p>

<p>
	What can I do with it?
</p>

<p>
	<a class="ipsAttachLink ipsAttachLink_image" href="https://forum.armbian.com/uploads/monthly_2023_01/zram.png.cd0d3bbe81aabc4a0efb3fa7ce7762ea.png" data-fileid="9828" data-fileext="png" rel=""><img alt="zram.png" class="ipsImage ipsImage_thumbnailed" data-fileid="9828" data-ratio="63.24" width="661" src="https://forum.armbian.com/uploads/monthly_2023_01/zram.png.cd0d3bbe81aabc4a0efb3fa7ce7762ea.png" /></a>
</p>
]]></description><guid isPermaLink="false">25675</guid><pubDate>Sun, 08 Jan 2023 19:45:22 +0000</pubDate></item><item><title>Orange Pi 4 LTS not booting when USB port(s) are used</title><link>https://forum.armbian.com/topic/24330-orange-pi-4-lts-not-booting-when-usb-ports-are-used/</link><description><![CDATA[<p>
	Hi ChecMate,
</p>

<p>
	 
</p>

<p>
	Just FYI I am seeing the same thing on an Orange Pi 4 <abbr title="Long term support">LTS</abbr> that I am setting up, what worked for me was to unplug the keyboard to let the boot start, then plug it in later.
</p>

<p>
	I tried 2 keyboards and both USB 2 &amp; 3 ports, and the problem is consistent, if I boot with the kb plugged in the HDMI remains dead.
</p>

<p>
	 
</p>

<p>
	Franck
</p>
]]></description><guid isPermaLink="false">24330</guid><pubDate>Tue, 08 Nov 2022 06:53:40 +0000</pubDate></item><item><title>[RK3399 OPI4-LTS, 5.15-6.0] A NVME drive has a 50% chance of causing a kernel panic on boot</title><link>https://forum.armbian.com/topic/24672-rk3399-opi4-lts-515-60-a-nvme-drive-has-a-50-chance-of-causing-a-kernel-panic-on-boot/</link><description><![CDATA[<p>
	I'm using a kernel built from sources as there's another bug which the github sources resolve.
</p>

<p>
	The bundled kernel with the OS image does not kernel panic. (However this image only has around a 5% chance of mounting any nvme drive)
</p>

<p>
	Output:<br />
	 
</p>

<blockquote class="ipsQuote" data-ipsquote="">
	<div class="ipsQuote_citation">
		Quote
	</div>

	<div class="ipsQuote_contents">
		<p>
			[   22.057154] Kernel Offset: disabled<br />
			[   22.057155] CPU features: 0x800820f1,20000846<br />
			[   22.057159] Memory Limit: none<br />
			[   22.081651] ---[ end K panic - not syncing: Asynchronous SError Interrupt ]---<br />
			[   22.521737] ------------[ cut here ]------------<br />
			[   22.5217] WARNING: CPU: 4 PID: 1559 at kernel/sched/core.c:3027 set_task_cpu+0x168/0x230<br />
			[   22.521748] Modules linked in: hci_uart btqbtrtl btbcm btintel bluetooth dw_hdmi_i2s_audio dw_hdmi_cec snd_soc_hdmi_codec snd_soc_rockchip_2s snd_soc_rockchip_pcm hantro_v rockchip_vdec(C) rockchip_iep v4l2_h264 rockchip_rga videobuf2_dma_contig snd_soc_simple_card snd_soc_es8316 snd_soc_simple_card_utils videobuf2_vmalloc v4l2_mem2mem videobuf2_dma_sg videobufemops fusb302 tcpm typec videobuv4l2 snd_soc_core videobuf2_commdeodev snd_pcm_dmaengine snd_pcm mc cpufreq_dt snd_timer snd soundcore tcp_bbr binfmt_misc sch_fq ads7846 fbtft(C) sprdwl_ng nfs80211 auth_rpcgss nfs_acl lockd sprdbt_tty grace rfkill sunrpc ramoops ree   22.521832] CPU: 4 PID: 1559 Csmartd Tainted: G         C        5.15.79-rockchip64 #trunkac_rk spidev stmmac_platfostmmac pcs_xpcs adc_keys pwm_bl<br />
			[   22.521836] Hardware name: OrangePi 4 <abbr title="Long term support"><abbr title="Long term support">LTS</abbr></abbr> (DT)<br />
			[   22.521841] pc : set_task_cpux168/0x230 -PAN -UAO -TCO -DIT -SSBS BTYPE=--)<br />
			[   22.521845] lr : try_to_wake_up+0x1a4/0x584<br />
			[   22.521849] sp : ffff800009dfbd80[   22.521850] x29: ffff800009df80 x28: ffff0000f77832c0 x27: ff00bb3b7e0<br />
			[   22.521855] x26: ffff80000973d008 x25: ffff800009aadbf0 x24: 0000000000000005<br />
			[   22.521859] x23: ffff0000061c24a22: 00000000000000c0 x21: 0000000000000020<br />
			[   22.521864] x20: 0000000000000005 x19: ffff0000061c1d80 x18: fffffffffffee708<br />
			[   22.521868] x17: ffff8000ee041000 x16: ffff800009dfc000 x15: 00000000004000<br />
			[   22.521872] x14797341203a676e69 x13: 2d2d2d5d20747075 x12: 727265746e492072<br />
			[   22.521876] x11: 000000000000000 x10: ffff8000ee041000 x9 : 0000000000000004<br />
			[   22.521881] x8 : 0000000000000020 x7 : ffffffffffffe0 x6 : 0000000000000005<br />
			[   22.521885] x5 : 00000000000004 : 0000000000000001 x3 : 000000000000003f<br />
			[   22.521889] x2 : ffff0000061c1d80 x1 : ffff80000999e8 x0 : 0000000000000000<br />
			[   .521893] Call trace:<br />
			[   22.521894]  set_task_cpu+0x168/0x230<br />
			[   22.521899]  try_to_wake_up+01a4/0x584<br />
			[   22.521902]  wake_up_process+0x18/0x2c<br />
			[   22.521rtimer_wakeup+0x20/0x40<br />
			[   22.521913]  __hrtimer_run_queues+0x17c/0x340<br />
			[   22.521915]  hrtimer_interrupt+0xf4/0x250<br />
			[   22.918]  arch_timer_handler_phys+0x34/0x44<br />
			[   22.521923]  handle_percpu_devid_irq+0xa4/0x240<br />
			[   22.521929]  handle_domain_irq+0x98/0xe4<br />
			[   22.521932]  gic_handle_irq+0x54/0x130<br />
			[   22.521936]  call_on_irq_stack+0x28/0x5c<br />
			[   22.521940]  do_interrupt_hx54/0x60<br />
			[   22.521943]  el1_interrupt+0x30/0x80<br />
			[   22.521947]  el1h_64_irq_handler+0x18/0x24<br />
			[   22.521951]  el1h_64_irq+0x0x7c<br />
			[   22.521953]  __delay+0x90/0xb0<br />
			[   22.521958]  __const_udelay+0x2c/0x40<br />
			[   22.521961]  panic+0x324/0x35c<br />
			[   22.521]  nmi_panic+0x8c/0x90<br />
			[   22.521966]  arm64_serror_panic+0x64/0x74<br />
			[   22.521969]  do_serror+0x58/0x60<br />
			[   22.521971]  el1h_64_error_handler+0x30/0x50<br />
			[   22.521976]  el1h_64_error+0x78/0x7c<br />
			[   22.521978]  preempt_count_sub+0x44/0xdc<br />
			[   22.521981]spin_unlock+0x1c/0x44<br />
			[   22.521984]  nvme_submit_cmd+0xf0/0x110<br />
			[   22.521987]  nvme_queue_rq+0x380/0x8f0<br />
			[   22.521990]  blq_dispatch_rq_list+0x124/0x7ec<br />
			[   22.521992]  __blk_mq_sched_dispatch_requests+0xb4/0x154<br />
			[   22.521995]  blk_mq_sched_dispatch_requests+0x38/0x74<br />
			[   22.521998]  __blk_mq_run_hw_queue+0x5/0x90<br />
			[   22.522003]  __blk_mq_delay_run_hw_queue+0x1bc/0x1e0<br />
			522007]  blk_mq_run_hw_queue+0x94/0xfc<br />
			[   22.522011]  blk_mq_sched_insert_request+0xf4/0x120<br />
			[   22.522014]  blk_execute_rq_nowait+0x5c/0x90<br />
			[   22.522018]  blk_execute_rq+0x48/0xf0<br />
			[   22.522021]  nvme_execute_passthru_rq+0x6c/0x2e0<br />
			[   22.522025]  bmit_user_cmd+0x23c/0x3d0<br />
			[   22.522029]  nvme_user_cmd+0x13c/0x240<br />
			[   22.522032]  nvme_dev_ioctl+0xf0/0x260<br />
			[   22.522036] rm64_sys_ioctl+0xac/0xf0<br />
			[   22.522041]  invoke_syscall+0x48/0x114<br />
			[   22.522044]  el0_svc_common.constprop.0+0x44/0xec<br />
			[   222048]  do_el0_svc+0x24/0x90<br />
			[   22.522052]  el0_svc+0x20/0x60<br />
			[   22.522055]  el0t_64_sync_handler+0xe8/0x114<br />
			[   22.522060]  el0t_64_sync+0x1a0/0x1a4<br />
			[   22.522062] ---[ end trace 66009970b353284 ]---
		</p>
	</div>
</blockquote>

<p>
	<br />
	 
</p>

<p>
	Dump from 'armbianmonitor -U'
</p>

<p>
	<a href="https://tmpfiles.org/dl/314994/dump.txt.tar" rel="external nofollow">https://tmpfiles.org/dl/314994/dump.txt.tar</a>
</p>

<p>
	 
</p>

<p>
	(The Armbian self-hosted system seems to be a bit moody when it wants to work)
</p>
]]></description><guid isPermaLink="false">24672</guid><pubDate>Fri, 25 Nov 2022 09:47:14 +0000</pubDate></item><item><title>Alternative way to update the kernel</title><link>https://forum.armbian.com/topic/24409-alternative-way-to-update-the-kernel/</link><description><![CDATA[<p>
	Hi, I'm someone who's suffering with an unreliable pcie nvme upon booting. Apparently there was a patch for this issue.
</p>

<p>
	 
</p>

<p>
	Unfortunately the whole time I've owned this device - doing a kernel update via armbian-config will just stop your device from booting and even outputting to the display.
</p>

<p>
	 
</p>

<p>
	 
</p>

<p>
	Is there a repo just with the precompiled kernels in .deb form?
</p>

<p>
	 
</p>
]]></description><guid isPermaLink="false">24409</guid><pubDate>Mon, 14 Nov 2022 10:07:33 +0000</pubDate></item><item><title>Orangepi 4 lts not sound in games</title><link>https://forum.armbian.com/topic/23933-orangepi-4-lts-not-sound-in-games/</link><description><![CDATA[<p>
	I installed the image on the SD card put the games in the roms folder correctly. I don't know why I have no sound in games. put it on two different smart tv's and both are without audio in games. Has anyone here experienced this and know how to solve it?
</p>
]]></description><guid isPermaLink="false">23933</guid><pubDate>Wed, 12 Oct 2022 18:49:40 +0000</pubDate></item><item><title>Display + Wi-Fi 5G</title><link>https://forum.armbian.com/topic/22727-display-wi-fi-5g/</link><description><![CDATA[<p>
	Hello.
</p>

<p>
	 
</p>

<p>
	I downloaded Armbian 22.05 Jammy XFCE for Desktop.
</p>

<p>
	When I boot up my Orange Pi 4 <abbr title="Long term support">LTS</abbr> everything looks good.
</p>

<p>
	The first problem was a Wi-Fi 5G password (system dont recognize my password), only 2.4G works.
</p>

<p>
	The second problem (and the main problem) was a display - when X start, my display turn off (I have HDMI-connection).
</p>

<p>
	What I am doing wrong?
</p>
]]></description><guid isPermaLink="false">22727</guid><pubDate>Tue, 02 Aug 2022 21:03:44 +0000</pubDate></item><item><title>opi 4 lts wifi?</title><link>https://forum.armbian.com/topic/20973-opi-4-lts-wifi/</link><description><![CDATA[<p>
	anyone has it working???
</p>
]]></description><guid isPermaLink="false">20973</guid><pubDate>Tue, 17 May 2022 16:26:33 +0000</pubDate></item></channel></rss>
