<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[PINE64 - General Discussion on Pinebook Pro]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Thu, 23 Jul 2026 10:41:09 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[PineNote v1.2 - Charges Never Enter "Charging" State (Factory OS, RK817 Below Minimum]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20311</link>
			<pubDate>Thu, 02 Jul 2026 08:52:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=30109">ttsp</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20311</guid>
			<description><![CDATA[I'm looking for help determining whether this is a software issue (kernel/device tree/RK817 driver) or a hardware failure before pursuing an RMA.<br />
Hardware<ul class="mycode_list"><li>PineNote v1.2 (Community Edition)<br />
</li>
<li>Original factory-installed OS (never replaced or reinstalled)<br />
</li>
<li>Current kernel:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>6.12.11-pinenote-202501281646-00249-g211ba27556cc</code></div></div></li>
<li>Installed kernel package:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>linux-image-pinenote-stable 1.7</code></div></div></li>
</ul>
Timeline<br />
The device arrived with approximately 40% battery.<br />
I never installed an alternate operating system. The charging problem occurred on the factory-installed OS within the first day after unboxing.<br />
The device operated normally from its initial battery charge but never successfully charged from any charger.<br />
Eventually the battery discharged to 0%.<br />
The interesting part is that the PineNote still boots and runs normally when external USB power is connected. I can SSH into it and run diagnostics. The only failure appears to be that the battery never actually charges.<br />
Chargers Tested<br />
I tested all of the following:<ul class="mycode_list"><li>OEM USB-A ↔ USB-C cable<br />
</li>
<li>USB-A wall charger<br />
</li>
<li>USB-A laptop port<br />
</li>
<li>65 W USB-C PD laptop charger<br />
</li>
</ul>
Behavior is identical with every charger.<br />
When powered off and connected to power, the charging animation appears on the display.<br />
I also left it connected overnight while powered off.<br />
Battery level remained at 0%.<br />
USB Issue<br />
Initially the device was affected by the USB issue described in PNDeb Issue #106.<br />
After applying the recommended fix:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>lsusb</code></div></div>works normally.<br />
USB connectivity appears completely functional now.<br />
Charging behavior did not change.<br />
This makes me think the USB problem and the charging problem are unrelated.<br />
Diagnostics<br />
Battery state:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cat /sys/class/power_supply/rk-bat/uevent</code></div></div>Relevant output:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POWER_SUPPLY_STATUS=Discharging<br />
POWER_SUPPLY_CAPACITY=0<br />
POWER_SUPPLY_CURRENT_AVG=-168560<br />
POWER_SUPPLY_VOLTAGE_AVG=346xxxx</code></div></div>The important point is that the battery never transitions to:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POWER_SUPPLY_STATUS=Charging</code></div></div>even while external power is connected.<br />
<hr class="mycode_hr" />
Charger state:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cat /sys/class/power_supply/usb/uevent</code></div></div>Relevant output:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POWER_SUPPLY_ONLINE=1<br />
POWER_SUPPLY_USB_TYPE=Unknown [DCP]<br />
POWER_SUPPLY_VOLTAGE_AVG=452xxxx</code></div></div>So Linux clearly detects external power.<br />
<hr class="mycode_hr" />
Kernel messages:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>dmesg | grep -i rk817</code></div></div>produces repeated messages similar to:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>rk817-charger: Battery voltage 3465880 below minimum voltage 3500000<br />
rk817-charger: Battery voltage 3477640 below minimum voltage 3500000<br />
rk817-charger: Battery voltage 3483240 below minimum voltage 3500000</code></div></div>I do not see any other charger-related or battery-related errors.<br />
Package Status<br />
Kernel package is already current:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>apt update<br />
apt list --upgradable<br />
apt policy linux-image-pinenote-stable</code></div></div>No newer PineNote kernel is available.<br />
What Seems to Be Happening<br />
From everything I've observed:<ul class="mycode_list"><li>USB is functioning.<br />
</li>
<li>External power is detected.<br />
</li>
<li>Charger is detected (<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ONLINE=1</code></div></div>).<br />
</li>
<li>Battery is detected.<br />
</li>
<li>The device boots and runs on external power.<br />
</li>
<li>The battery never enters the <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Charging</code></div></div> state.<br />
</li>
<li>Battery voltage remains below the RK817 minimum threshold (~3.5 V).<br />
</li>
<li>The battery never recovers, even after being connected overnight.<br />
</li>
</ul>
Questions<br />
<ol type="1" class="mycode_list"><li>Has anyone seen the RK817 refuse to perform pre-charge when the battery falls below approximately 3.5 V?<br />
</li>
<li>Is there a known device-tree or kernel configuration issue that could prevent pre-charging?<br />
</li>
<li>Is there a way to determine from software whether the battery protection circuit has tripped?<br />
</li>
<li>Are there any additional diagnostics I should collect (debugfs, I2C register dumps, RK817 register reads, etc.)?<br />
</li>
<li>Does this behavior point more toward a failed battery or charging hardware than a software problem?<br />
</li>
</ol>
Any guidance from people familiar with the RK817 charger implementation or PineNote power management would be greatly appreciated.<br />
<br />
<br />
Here are various diagnostic commands and their return values:<br />
<br />
===== DATE =====<br />
&#36; date<br />
Thu Jul  2 08:50:52 UTC 2026<br />
<br />
===== KERNEL =====<br />
&#36; uname -a<br />
Linux pinenote 6.12.11-pinenote-202501281646-00249-g211ba27556cc #1 SMP Tue Jan 28 17:04:28 CST 2025 aarch64 GNU/Linux<br />
<br />
===== OS RELEASE =====<br />
&#36; cat /etc/os-release<br />
PRETTY_NAME="Debian GNU/Linux trixie/sid"<br />
NAME="Debian GNU/Linux"<br />
VERSION_CODENAME=trixie<br />
ID=debian<br />
HOME_URL="https://www.debian.org/"<br />
SUPPORT_URL="https://www.debian.org/support"<br />
BUG_REPORT_URL="https://bugs.debian.org/"<br />
<br />
===== KERNEL PACKAGE =====<br />
&#36; dpkg -l | grep linux-image-pinenote || true<br />
ii  linux-image-pinenote-stable                                    1.7                            all          Linux for the PineNote (meta-package)<br />
<br />
===== POWER SUPPLY DEVICES =====<br />
&#36; ls -l /sys/class/power_supply/<br />
total 0<br />
lrwxrwxrwx 1 root root 0 Jul 12  2026 rk817-battery -&gt; ../../devices/platform/fdd40000.i2c/i2c-0/0-0020/rk817-charger.7.auto/power_supply/rk817-battery<br />
lrwxrwxrwx 1 root root 0 Jul 12  2026 rk817-charger -&gt; ../../devices/platform/fdd40000.i2c/i2c-0/0-0020/rk817-charger.7.auto/power_supply/rk817-charger<br />
<br />
===== BATTERY SUMMARY =====<br />
&#36; grep -E 'POWER_SUPPLY_(PRESENT|STATUS|CAPACITY|VOLTAGE_AVG|CURRENT_AVG|VOLTAGE_MIN_DESIGN|VOLTAGE_MAX_DESIGN|CHARGE_NOW|CHARGE_FULL|CHARGE_TYPE)' /sys/class/power_supply/rk817-battery/uevent<br />
POWER_SUPPLY_PRESENT=1<br />
POWER_SUPPLY_STATUS=Discharging<br />
POWER_SUPPLY_CHARGE_TYPE=Standard<br />
POWER_SUPPLY_CHARGE_FULL=4000000<br />
POWER_SUPPLY_CHARGE_FULL_DESIGN=4000000<br />
POWER_SUPPLY_CHARGE_NOW=1237024<br />
POWER_SUPPLY_VOLTAGE_AVG=3750360<br />
POWER_SUPPLY_CURRENT_AVG=-179912<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3500000<br />
POWER_SUPPLY_CAPACITY=31<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=4200000<br />
<br />
===== CHARGER SUMMARY =====<br />
&#36; grep -E 'POWER_SUPPLY_(ONLINE|USB_TYPE|VOLTAGE_AVG|VOLTAGE_MIN_DESIGN|VOLTAGE_MAX_DESIGN)' /sys/class/power_supply/rk817-charger/uevent<br />
POWER_SUPPLY_ONLINE=1<br />
POWER_SUPPLY_USB_TYPE=Unknown [DCP]<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=5500000<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3800000<br />
POWER_SUPPLY_VOLTAGE_AVG=4516000<br />
<br />
===== FULL BATTERY UEVENT =====<br />
&#36; cat /sys/class/power_supply/rk817-battery/uevent<br />
DEVTYPE=power_supply<br />
OF_NAME=charger<br />
OF_FULLNAME=/i2c@fdd40000/pmic@20/charger<br />
OF_COMPATIBLE_N=0<br />
POWER_SUPPLY_NAME=rk817-battery<br />
POWER_SUPPLY_TYPE=Battery<br />
POWER_SUPPLY_PRESENT=1<br />
POWER_SUPPLY_STATUS=Discharging<br />
POWER_SUPPLY_CHARGE_TYPE=Standard<br />
POWER_SUPPLY_CHARGE_FULL=4000000<br />
POWER_SUPPLY_CHARGE_FULL_DESIGN=4000000<br />
POWER_SUPPLY_CHARGE_EMPTY_DESIGN=0<br />
POWER_SUPPLY_CHARGE_NOW=1237024<br />
POWER_SUPPLY_CONSTANT_CHARGE_VOLTAGE_MAX=4200000<br />
POWER_SUPPLY_VOLTAGE_AVG=3750360<br />
POWER_SUPPLY_CONSTANT_CHARGE_CURRENT_MAX=2000000<br />
POWER_SUPPLY_CURRENT_AVG=-179912<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3500000<br />
POWER_SUPPLY_CAPACITY=31<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=4200000<br />
POWER_SUPPLY_CHARGE_TERM_CURRENT=300000<br />
<br />
===== FULL CHARGER UEVENT =====<br />
&#36; cat /sys/class/power_supply/rk817-charger/uevent<br />
DEVTYPE=power_supply<br />
OF_NAME=charger<br />
OF_FULLNAME=/i2c@fdd40000/pmic@20/charger<br />
OF_COMPATIBLE_N=0<br />
POWER_SUPPLY_NAME=rk817-charger<br />
POWER_SUPPLY_TYPE=USB<br />
POWER_SUPPLY_ONLINE=1<br />
POWER_SUPPLY_USB_TYPE=Unknown [DCP]<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=5500000<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3800000<br />
POWER_SUPPLY_VOLTAGE_AVG=4516000<br />
<br />
===== POWER-RELATED DMESG =====<br />
&#36; dmesg | grep -Ei 'rk817|battery|charger|charge|power_supply' || true]]></description>
			<content:encoded><![CDATA[I'm looking for help determining whether this is a software issue (kernel/device tree/RK817 driver) or a hardware failure before pursuing an RMA.<br />
Hardware<ul class="mycode_list"><li>PineNote v1.2 (Community Edition)<br />
</li>
<li>Original factory-installed OS (never replaced or reinstalled)<br />
</li>
<li>Current kernel:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>6.12.11-pinenote-202501281646-00249-g211ba27556cc</code></div></div></li>
<li>Installed kernel package:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>linux-image-pinenote-stable 1.7</code></div></div></li>
</ul>
Timeline<br />
The device arrived with approximately 40% battery.<br />
I never installed an alternate operating system. The charging problem occurred on the factory-installed OS within the first day after unboxing.<br />
The device operated normally from its initial battery charge but never successfully charged from any charger.<br />
Eventually the battery discharged to 0%.<br />
The interesting part is that the PineNote still boots and runs normally when external USB power is connected. I can SSH into it and run diagnostics. The only failure appears to be that the battery never actually charges.<br />
Chargers Tested<br />
I tested all of the following:<ul class="mycode_list"><li>OEM USB-A ↔ USB-C cable<br />
</li>
<li>USB-A wall charger<br />
</li>
<li>USB-A laptop port<br />
</li>
<li>65 W USB-C PD laptop charger<br />
</li>
</ul>
Behavior is identical with every charger.<br />
When powered off and connected to power, the charging animation appears on the display.<br />
I also left it connected overnight while powered off.<br />
Battery level remained at 0%.<br />
USB Issue<br />
Initially the device was affected by the USB issue described in PNDeb Issue #106.<br />
After applying the recommended fix:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>lsusb</code></div></div>works normally.<br />
USB connectivity appears completely functional now.<br />
Charging behavior did not change.<br />
This makes me think the USB problem and the charging problem are unrelated.<br />
Diagnostics<br />
Battery state:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cat /sys/class/power_supply/rk-bat/uevent</code></div></div>Relevant output:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POWER_SUPPLY_STATUS=Discharging<br />
POWER_SUPPLY_CAPACITY=0<br />
POWER_SUPPLY_CURRENT_AVG=-168560<br />
POWER_SUPPLY_VOLTAGE_AVG=346xxxx</code></div></div>The important point is that the battery never transitions to:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POWER_SUPPLY_STATUS=Charging</code></div></div>even while external power is connected.<br />
<hr class="mycode_hr" />
Charger state:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>cat /sys/class/power_supply/usb/uevent</code></div></div>Relevant output:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>POWER_SUPPLY_ONLINE=1<br />
POWER_SUPPLY_USB_TYPE=Unknown [DCP]<br />
POWER_SUPPLY_VOLTAGE_AVG=452xxxx</code></div></div>So Linux clearly detects external power.<br />
<hr class="mycode_hr" />
Kernel messages:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>dmesg | grep -i rk817</code></div></div>produces repeated messages similar to:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>rk817-charger: Battery voltage 3465880 below minimum voltage 3500000<br />
rk817-charger: Battery voltage 3477640 below minimum voltage 3500000<br />
rk817-charger: Battery voltage 3483240 below minimum voltage 3500000</code></div></div>I do not see any other charger-related or battery-related errors.<br />
Package Status<br />
Kernel package is already current:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>apt update<br />
apt list --upgradable<br />
apt policy linux-image-pinenote-stable</code></div></div>No newer PineNote kernel is available.<br />
What Seems to Be Happening<br />
From everything I've observed:<ul class="mycode_list"><li>USB is functioning.<br />
</li>
<li>External power is detected.<br />
</li>
<li>Charger is detected (<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ONLINE=1</code></div></div>).<br />
</li>
<li>Battery is detected.<br />
</li>
<li>The device boots and runs on external power.<br />
</li>
<li>The battery never enters the <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>Charging</code></div></div> state.<br />
</li>
<li>Battery voltage remains below the RK817 minimum threshold (~3.5 V).<br />
</li>
<li>The battery never recovers, even after being connected overnight.<br />
</li>
</ul>
Questions<br />
<ol type="1" class="mycode_list"><li>Has anyone seen the RK817 refuse to perform pre-charge when the battery falls below approximately 3.5 V?<br />
</li>
<li>Is there a known device-tree or kernel configuration issue that could prevent pre-charging?<br />
</li>
<li>Is there a way to determine from software whether the battery protection circuit has tripped?<br />
</li>
<li>Are there any additional diagnostics I should collect (debugfs, I2C register dumps, RK817 register reads, etc.)?<br />
</li>
<li>Does this behavior point more toward a failed battery or charging hardware than a software problem?<br />
</li>
</ol>
Any guidance from people familiar with the RK817 charger implementation or PineNote power management would be greatly appreciated.<br />
<br />
<br />
Here are various diagnostic commands and their return values:<br />
<br />
===== DATE =====<br />
&#36; date<br />
Thu Jul  2 08:50:52 UTC 2026<br />
<br />
===== KERNEL =====<br />
&#36; uname -a<br />
Linux pinenote 6.12.11-pinenote-202501281646-00249-g211ba27556cc #1 SMP Tue Jan 28 17:04:28 CST 2025 aarch64 GNU/Linux<br />
<br />
===== OS RELEASE =====<br />
&#36; cat /etc/os-release<br />
PRETTY_NAME="Debian GNU/Linux trixie/sid"<br />
NAME="Debian GNU/Linux"<br />
VERSION_CODENAME=trixie<br />
ID=debian<br />
HOME_URL="https://www.debian.org/"<br />
SUPPORT_URL="https://www.debian.org/support"<br />
BUG_REPORT_URL="https://bugs.debian.org/"<br />
<br />
===== KERNEL PACKAGE =====<br />
&#36; dpkg -l | grep linux-image-pinenote || true<br />
ii  linux-image-pinenote-stable                                    1.7                            all          Linux for the PineNote (meta-package)<br />
<br />
===== POWER SUPPLY DEVICES =====<br />
&#36; ls -l /sys/class/power_supply/<br />
total 0<br />
lrwxrwxrwx 1 root root 0 Jul 12  2026 rk817-battery -&gt; ../../devices/platform/fdd40000.i2c/i2c-0/0-0020/rk817-charger.7.auto/power_supply/rk817-battery<br />
lrwxrwxrwx 1 root root 0 Jul 12  2026 rk817-charger -&gt; ../../devices/platform/fdd40000.i2c/i2c-0/0-0020/rk817-charger.7.auto/power_supply/rk817-charger<br />
<br />
===== BATTERY SUMMARY =====<br />
&#36; grep -E 'POWER_SUPPLY_(PRESENT|STATUS|CAPACITY|VOLTAGE_AVG|CURRENT_AVG|VOLTAGE_MIN_DESIGN|VOLTAGE_MAX_DESIGN|CHARGE_NOW|CHARGE_FULL|CHARGE_TYPE)' /sys/class/power_supply/rk817-battery/uevent<br />
POWER_SUPPLY_PRESENT=1<br />
POWER_SUPPLY_STATUS=Discharging<br />
POWER_SUPPLY_CHARGE_TYPE=Standard<br />
POWER_SUPPLY_CHARGE_FULL=4000000<br />
POWER_SUPPLY_CHARGE_FULL_DESIGN=4000000<br />
POWER_SUPPLY_CHARGE_NOW=1237024<br />
POWER_SUPPLY_VOLTAGE_AVG=3750360<br />
POWER_SUPPLY_CURRENT_AVG=-179912<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3500000<br />
POWER_SUPPLY_CAPACITY=31<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=4200000<br />
<br />
===== CHARGER SUMMARY =====<br />
&#36; grep -E 'POWER_SUPPLY_(ONLINE|USB_TYPE|VOLTAGE_AVG|VOLTAGE_MIN_DESIGN|VOLTAGE_MAX_DESIGN)' /sys/class/power_supply/rk817-charger/uevent<br />
POWER_SUPPLY_ONLINE=1<br />
POWER_SUPPLY_USB_TYPE=Unknown [DCP]<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=5500000<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3800000<br />
POWER_SUPPLY_VOLTAGE_AVG=4516000<br />
<br />
===== FULL BATTERY UEVENT =====<br />
&#36; cat /sys/class/power_supply/rk817-battery/uevent<br />
DEVTYPE=power_supply<br />
OF_NAME=charger<br />
OF_FULLNAME=/i2c@fdd40000/pmic@20/charger<br />
OF_COMPATIBLE_N=0<br />
POWER_SUPPLY_NAME=rk817-battery<br />
POWER_SUPPLY_TYPE=Battery<br />
POWER_SUPPLY_PRESENT=1<br />
POWER_SUPPLY_STATUS=Discharging<br />
POWER_SUPPLY_CHARGE_TYPE=Standard<br />
POWER_SUPPLY_CHARGE_FULL=4000000<br />
POWER_SUPPLY_CHARGE_FULL_DESIGN=4000000<br />
POWER_SUPPLY_CHARGE_EMPTY_DESIGN=0<br />
POWER_SUPPLY_CHARGE_NOW=1237024<br />
POWER_SUPPLY_CONSTANT_CHARGE_VOLTAGE_MAX=4200000<br />
POWER_SUPPLY_VOLTAGE_AVG=3750360<br />
POWER_SUPPLY_CONSTANT_CHARGE_CURRENT_MAX=2000000<br />
POWER_SUPPLY_CURRENT_AVG=-179912<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3500000<br />
POWER_SUPPLY_CAPACITY=31<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=4200000<br />
POWER_SUPPLY_CHARGE_TERM_CURRENT=300000<br />
<br />
===== FULL CHARGER UEVENT =====<br />
&#36; cat /sys/class/power_supply/rk817-charger/uevent<br />
DEVTYPE=power_supply<br />
OF_NAME=charger<br />
OF_FULLNAME=/i2c@fdd40000/pmic@20/charger<br />
OF_COMPATIBLE_N=0<br />
POWER_SUPPLY_NAME=rk817-charger<br />
POWER_SUPPLY_TYPE=USB<br />
POWER_SUPPLY_ONLINE=1<br />
POWER_SUPPLY_USB_TYPE=Unknown [DCP]<br />
POWER_SUPPLY_VOLTAGE_MAX_DESIGN=5500000<br />
POWER_SUPPLY_VOLTAGE_MIN_DESIGN=3800000<br />
POWER_SUPPLY_VOLTAGE_AVG=4516000<br />
<br />
===== POWER-RELATED DMESG =====<br />
&#36; dmesg | grep -Ei 'rk817|battery|charger|charge|power_supply' || true]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Big thanks for the documentation!]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20304</link>
			<pubDate>Thu, 25 Jun 2026 18:58:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=22340">alchemist</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20304</guid>
			<description><![CDATA[Hi,<br />
<br />
I am a happy and daily Pinebook Pro user since may 2021. The last years, I broke the USB-C port, then the keyboard panel at the left hinge.<br />
I decided to replace the motherboard and keyboard panel, ordered the pieces and received them3 days after.<br />
<br />
Then I had some free hours yesterday to fix my loved laptop. And I was really pleased by the well written documentation. I followed the section describing the different steps with very clear illustrations.<br />
And in some minutes, I have a almost new shiny laptop.<br />
<br />
Everything was immediately working except wifi and bluetooth, because the chips changed (BCM43456 to BCm43455) the new chip is supported by official linux firnware and same for bluetooth.<br />
<br />
Very happy user  <img src="https://forum.pine64.org/images/smilies/cool.png" alt="Cool" title="Cool" class="smilie smilie_3" />]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I am a happy and daily Pinebook Pro user since may 2021. The last years, I broke the USB-C port, then the keyboard panel at the left hinge.<br />
I decided to replace the motherboard and keyboard panel, ordered the pieces and received them3 days after.<br />
<br />
Then I had some free hours yesterday to fix my loved laptop. And I was really pleased by the well written documentation. I followed the section describing the different steps with very clear illustrations.<br />
And in some minutes, I have a almost new shiny laptop.<br />
<br />
Everything was immediately working except wifi and bluetooth, because the chips changed (BCM43456 to BCm43455) the new chip is supported by official linux firnware and same for bluetooth.<br />
<br />
Very happy user  <img src="https://forum.pine64.org/images/smilies/cool.png" alt="Cool" title="Cool" class="smilie smilie_3" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Updated Pinebook Pro?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20266</link>
			<pubDate>Thu, 07 May 2026 14:51:18 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26551">tantamount</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20266</guid>
			<description><![CDATA[Hi,<br />
I know there's a RAM crisis ongoing but is there ever going to be a new Pinebook Pro2 with more RAM?<br />
Some chips are easier to get than others, for instance the 1.5GB chips are easier to get than 1/2/4 GB.<br />
Therefore maybe a Pinebook with 6GB or 12GB RAM would be doable.<br />
Cheers.]]></description>
			<content:encoded><![CDATA[Hi,<br />
I know there's a RAM crisis ongoing but is there ever going to be a new Pinebook Pro2 with more RAM?<br />
Some chips are easier to get than others, for instance the 1.5GB chips are easier to get than 1/2/4 GB.<br />
Therefore maybe a Pinebook with 6GB or 12GB RAM would be doable.<br />
Cheers.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Finally got Kali working on my Pinebook Pro!]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20244</link>
			<pubDate>Sat, 04 Apr 2026 14:00:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29762">qingss0</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20244</guid>
			<description><![CDATA[<span style="font-size: medium;" class="mycode_size"><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">        <span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">I bought a crashed second-hand Pinebook Pro for a rock-bottom price</span><span style="font-size: medium;" class="mycode_size">.</span></span></span>After some thinking and several attempts, I finally managed to get Kali Linux up and running properly on my Pinebook Pro.</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">What worked for me:<br />
</span></span></span></span><ul class="mycode_list"><li><span style="color: #0f1115;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Switched to USTC (University of Science and Technology of China) mirrors</span></span></span><br />
</li>
<li><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">Used a command to bypass the<span style="font-style: italic;" class="mycode_i"> command-not-found</span> hook error.</span></span></span><br />
</li>
</ul>
<span style="font-size: medium;" class="mycode_size"><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">        Feels great to see  <span style="font-style: italic;" class="mycode_i">apt-update</span> </span></span><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"> complete without segmentation faults or decompression errors. The Pinebook Pro is finally usable with Kali!</span></span></span>]]></description>
			<content:encoded><![CDATA[<span style="font-size: medium;" class="mycode_size"><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">        <span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">I bought a crashed second-hand Pinebook Pro for a rock-bottom price</span><span style="font-size: medium;" class="mycode_size">.</span></span></span>After some thinking and several attempts, I finally managed to get Kali Linux up and running properly on my Pinebook Pro.</span></span><br />
<br />
<span style="font-weight: bold;" class="mycode_b"><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">What worked for me:<br />
</span></span></span></span><ul class="mycode_list"><li><span style="color: #0f1115;" class="mycode_color"><span style="font-size: medium;" class="mycode_size"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">Switched to USTC (University of Science and Technology of China) mirrors</span></span></span><br />
</li>
<li><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"><span style="font-size: medium;" class="mycode_size">Used a command to bypass the<span style="font-style: italic;" class="mycode_i"> command-not-found</span> hook error.</span></span></span><br />
</li>
</ul>
<span style="font-size: medium;" class="mycode_size"><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font">        Feels great to see  <span style="font-style: italic;" class="mycode_i">apt-update</span> </span></span><span style="color: #0f1115;" class="mycode_color"><span style="font-family: quote-cjk-patch, Inter, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;" class="mycode_font"> complete without segmentation faults or decompression errors. The Pinebook Pro is finally usable with Kali!</span></span></span>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Charging problem]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20243</link>
			<pubDate>Sat, 04 Apr 2026 13:30:31 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29864">RicTor</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20243</guid>
			<description><![CDATA[Occasionally when booting up the PBP, charging does not start up. The PBP can then totally discharge its battery. This happens when the battery is full, having been on charge all night. It is not predictable!<br />
<br />
I have been investigating and think I have found what  is happening - hence how to trigger charging. But I don't know why! <br />
<br />
Anyone else have the problem?<br />
<br />
Are there any experts here who know the power / charging system? I can use help understanding the  schematic...]]></description>
			<content:encoded><![CDATA[Occasionally when booting up the PBP, charging does not start up. The PBP can then totally discharge its battery. This happens when the battery is full, having been on charge all night. It is not predictable!<br />
<br />
I have been investigating and think I have found what  is happening - hence how to trigger charging. But I don't know why! <br />
<br />
Anyone else have the problem?<br />
<br />
Are there any experts here who know the power / charging system? I can use help understanding the  schematic...]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[dead Pinebook - help please]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20201</link>
			<pubDate>Wed, 25 Feb 2026 14:49:09 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29864">RicTor</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20201</guid>
			<description><![CDATA[My PBP broke due to stiff hinges. I have replaced the Palm case, released the stiff hinge and transplanted all contents.<br />
<br />
But the PBP now will not switch on. I have checked all connections, ribbons etc. All look OK.<br />
<br />
Can anyone help me with tests to find the problem? Email would be very useful.]]></description>
			<content:encoded><![CDATA[My PBP broke due to stiff hinges. I have replaced the Palm case, released the stiff hinge and transplanted all contents.<br />
<br />
But the PBP now will not switch on. I have checked all connections, ribbons etc. All look OK.<br />
<br />
Can anyone help me with tests to find the problem? Email would be very useful.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What to can't boot from TF card, EMMC system broken - any advice?do guys?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20124</link>
			<pubDate>Thu, 18 Dec 2025 05:55:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29762">qingss0</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20124</guid>
			<description><![CDATA[Hey guys, <br />
I’ve been having a bit of a struggle with my Pinebook Pro and could really use some advice. Here’s what happened:<br />
<br />
When I got the device here in China, the previous owner had already messed up the system on the EMMC. I downloaded a Kali image, booted from the TF card, and tried to write it to the EMMC—but the process kept freezing with a blinking red light.<br />
<br />
A friend here suggested ditching Kali for Debian, so I DD’d Armbian straight to the EMMC. That didn’t boot either, and later even my TF card with Kali wouldn’t boot. I realized I was locked out.<br />
<br />
After some searching, I tried DietPi. It actually worked! I got in that night. But the next day, while trying to install xfce4, a package failed and broke apt. I managed a rough fix with some help (thanks DeepSeek), but on the next try, another package failed.<br />
<br />
With no spare TF card around, I tried to manually fix apt… and ended up breaking glibc. Now the screen stays blank on boot.<br />
<br />
I thought making a new TF card would save me, but the Pinebook won’t boot from it anymore—it just goes to the broken EMMC. I’m pretty stuck at this point.<br />
<br />
Has anyone dealt with something like this? Any way to force TF card boot or recover the EMMC? I’d really appreciate any tips!]]></description>
			<content:encoded><![CDATA[Hey guys, <br />
I’ve been having a bit of a struggle with my Pinebook Pro and could really use some advice. Here’s what happened:<br />
<br />
When I got the device here in China, the previous owner had already messed up the system on the EMMC. I downloaded a Kali image, booted from the TF card, and tried to write it to the EMMC—but the process kept freezing with a blinking red light.<br />
<br />
A friend here suggested ditching Kali for Debian, so I DD’d Armbian straight to the EMMC. That didn’t boot either, and later even my TF card with Kali wouldn’t boot. I realized I was locked out.<br />
<br />
After some searching, I tried DietPi. It actually worked! I got in that night. But the next day, while trying to install xfce4, a package failed and broke apt. I managed a rough fix with some help (thanks DeepSeek), but on the next try, another package failed.<br />
<br />
With no spare TF card around, I tried to manually fix apt… and ended up breaking glibc. Now the screen stays blank on boot.<br />
<br />
I thought making a new TF card would save me, but the Pinebook won’t boot from it anymore—it just goes to the broken EMMC. I’m pretty stuck at this point.<br />
<br />
Has anyone dealt with something like this? Any way to force TF card boot or recover the EMMC? I’d really appreciate any tips!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pinebook Pro for sale]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20071</link>
			<pubDate>Sat, 08 Nov 2025 15:22:19 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=17818">rfm83</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20071</guid>
			<description><![CDATA[I'm selling my 2020 model ANSI(US keyboard) Pinebook Pro. No issues and everything works as expected. Very low usage.<br />
For anybody in Southern California, local pick up in Thousand Oaks, CA.<br />
Send me a direct message if you are interested.<br />
Thanks.]]></description>
			<content:encoded><![CDATA[I'm selling my 2020 model ANSI(US keyboard) Pinebook Pro. No issues and everything works as expected. Very low usage.<br />
For anybody in Southern California, local pick up in Thousand Oaks, CA.<br />
Send me a direct message if you are interested.<br />
Thanks.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[I think you can try compiling the PC version image of OpenHarmonyOS 5 or 5.1]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20064</link>
			<pubDate>Wed, 05 Nov 2025 08:25:14 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23486">wangyukunshan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20064</guid>
			<description><![CDATA[This newly released operating system outperforms FydeOS's ecosystem with broader support and is specifically designed for low-power PCs.]]></description>
			<content:encoded><![CDATA[This newly released operating system outperforms FydeOS's ecosystem with broader support and is specifically designed for low-power PCs.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[swap eMMC advice]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20055</link>
			<pubDate>Thu, 23 Oct 2025 15:42:53 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=18284">jceaser</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20055</guid>
			<description><![CDATA[I have a 64 G eMMC that came with my Pinebook pro and I decided to upgrade to 128. I got a new one here from pine64 and also the USB adapter. My plan was to use the USB adapter with the 128 G drive and do a dd copy from the existing drive to the new one, then swap them out. I understand that there may be some UUIDs or some other values I will need to change, but before I start messing around and killing a weekend I thought I would ask around and see if my general plan is sound.<br />
<br />
Any problems I should look out for or other friendly advice anyone wants to give?<br />
<br />
(I also got the audio-serial adapter to debug things when it DOES go wrong)]]></description>
			<content:encoded><![CDATA[I have a 64 G eMMC that came with my Pinebook pro and I decided to upgrade to 128. I got a new one here from pine64 and also the USB adapter. My plan was to use the USB adapter with the 128 G drive and do a dd copy from the existing drive to the new one, then swap them out. I understand that there may be some UUIDs or some other values I will need to change, but before I start messing around and killing a weekend I thought I would ask around and see if my general plan is sound.<br />
<br />
Any problems I should look out for or other friendly advice anyone wants to give?<br />
<br />
(I also got the audio-serial adapter to debug things when it DOES go wrong)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bonk to boot]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20023</link>
			<pubDate>Wed, 01 Oct 2025 08:17:51 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=19319">biketool</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20023</guid>
			<description><![CDATA[So my year and a half old PPp has started to have an issue where it wont come out of sleep, this has happened before it is related to the power/wake button not showing up in the system a reboot or two has always fixed this issue.<br />
Now though the regular from fully off boot activators (USB power or power button) but a good smack on my hand and the boot process starts.  I have to guess there is a loose ribbon cable somewhere, any ideas what the issue is?]]></description>
			<content:encoded><![CDATA[So my year and a half old PPp has started to have an issue where it wont come out of sleep, this has happened before it is related to the power/wake button not showing up in the system a reboot or two has always fixed this issue.<br />
Now though the regular from fully off boot activators (USB power or power button) but a good smack on my hand and the boot process starts.  I have to guess there is a loose ribbon cable somewhere, any ideas what the issue is?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pinebook problem]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19921</link>
			<pubDate>Thu, 24 Jul 2025 09:37:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29422">meghancordo</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19921</guid>
			<description><![CDATA[Hello,<br />
I bought the new Pinebook Pro back in August. A few days ago, while browsing the internet with Firefox on the standard Manjaro installation (no recent updates), I closed the lid to say goodbye to someone and forgot to charge it.<br />
<br />
The next day, it wouldn’t turn on at all. I tried various key combinations in case it was a screen brightness issue, but I figured the battery must be drained. I charged it with the supplied charger all day, and the blinking red light indicated it was charging, but it never turned steady. Still, the laptop wouldn’t power on.<br />
<br />
The following day, I charged it all day using USB-C, thinking the charger might not be working properly, but the same blinking red light persisted. The laptop remains unresponsive. I even tried USB booting with Tails, but nothing happened.<br />
<br />
Today, I'm planning to open it up to check if anything has come loose.<br />
<br />
Any suggestion is appreciated!]]></description>
			<content:encoded><![CDATA[Hello,<br />
I bought the new Pinebook Pro back in August. A few days ago, while browsing the internet with Firefox on the standard Manjaro installation (no recent updates), I closed the lid to say goodbye to someone and forgot to charge it.<br />
<br />
The next day, it wouldn’t turn on at all. I tried various key combinations in case it was a screen brightness issue, but I figured the battery must be drained. I charged it with the supplied charger all day, and the blinking red light indicated it was charging, but it never turned steady. Still, the laptop wouldn’t power on.<br />
<br />
The following day, I charged it all day using USB-C, thinking the charger might not be working properly, but the same blinking red light persisted. The laptop remains unresponsive. I even tried USB booting with Tails, but nothing happened.<br />
<br />
Today, I'm planning to open it up to check if anything has come loose.<br />
<br />
Any suggestion is appreciated!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need new eMMC]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19916</link>
			<pubDate>Tue, 22 Jul 2025 11:27:25 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29414">Karsten1</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19916</guid>
			<description><![CDATA[Hi guys,<br />
I got my Pinebook Pro out of the cupboard again after a few years. Since the updates didn't go through, I decided to update it with a current Manjaro via the SSD card and then wanted to write the system to the eMMC.<br />
It seemed as if everything had been transferred cleanly to the eMMC. Finally I entered "sync" and wanted to reboot.<br />
<br />
Since then nothing works anymore. Pressing the start button shows no reaction. Even flipping the internal switch to start manually via the SD card was unsuccessful.<br />
<br />
The system is completely dead.<br />
<br />
A question for you: Is there anyone here who can reflash the eMMC for me? Or can I order an eMMC including operating system somewhere?<br />
<br />
best regards<br />
Karsten]]></description>
			<content:encoded><![CDATA[Hi guys,<br />
I got my Pinebook Pro out of the cupboard again after a few years. Since the updates didn't go through, I decided to update it with a current Manjaro via the SSD card and then wanted to write the system to the eMMC.<br />
It seemed as if everything had been transferred cleanly to the eMMC. Finally I entered "sync" and wanted to reboot.<br />
<br />
Since then nothing works anymore. Pressing the start button shows no reaction. Even flipping the internal switch to start manually via the SD card was unsuccessful.<br />
<br />
The system is completely dead.<br />
<br />
A question for you: Is there anyone here who can reflash the eMMC for me? Or can I order an eMMC including operating system somewhere?<br />
<br />
best regards<br />
Karsten]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Older Versions of the PBP]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19901</link>
			<pubDate>Sun, 13 Jul 2025 09:23:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=12018">Atton</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19901</guid>
			<description><![CDATA[I have recently rediscovered my older PBP I think its number 328, hence I am curious what if any preemptive fixes would be advised for such a system and can be done regarding the broken plastic around the ports?]]></description>
			<content:encoded><![CDATA[I have recently rediscovered my older PBP I think its number 328, hence I am curious what if any preemptive fixes would be advised for such a system and can be done regarding the broken plastic around the ports?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Printing and scanning documents with pinebook?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19877</link>
			<pubDate>Sat, 28 Jun 2025 07:25:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=25330">Www</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19877</guid>
			<description><![CDATA[Printing and scanning documents with pinebook?<br />
<br />
I want to use the pinebook or tab to print to printer, but also looking at bulk scanning with features like paperport.  I know they are linux machines, but can they handel this? I have epson and brother gear.<br />
<br />
I don't want to connect through the network and Internet, but through usb or wifi direct.<br />
<br />
Thanks.]]></description>
			<content:encoded><![CDATA[Printing and scanning documents with pinebook?<br />
<br />
I want to use the pinebook or tab to print to printer, but also looking at bulk scanning with features like paperport.  I know they are linux machines, but can they handel this? I have epson and brother gear.<br />
<br />
I don't want to connect through the network and Internet, but through usb or wifi direct.<br />
<br />
Thanks.]]></content:encoded>
		</item>
	</channel>
</rss>