<?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 - PineTab Hardware]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Thu, 14 May 2026 12:15:20 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[PineTab2 spec for ddr and]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20114</link>
			<pubDate>Wed, 10 Dec 2025 02:28:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29710">rth</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20114</guid>
			<description><![CDATA[I'm trying to build a U-Boot loader for PineTab2 (don't ask me why, I have no answer to this question).<br />
<div style="text-align: left;" class="mycode_align">I use this guide  <a href="https://forum.pine64.org/showthread.php?tid=7992" target="_blank" rel="noopener" class="mycode_url">https://forum.pine64.org/showthread.php?tid=7992</a> with some modifications.</div>
<div style="text-align: left;" class="mycode_align">However, it fails on step 2 - building atf. Without it, U-Boot returns an error</div>
<div style="text-align: left;" class="mycode_align"><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[alarm@danctnix u-boot]&#36; make pinetab2-rk3566_defconfig   <br />
#<br />
# configuration written to .config<br />
#<br />
[alarm@danctnix u-boot]&#36; make -j 4<br />
scripts/kconfig/conf  --syncconfig Kconfig<br />
 CFG     u-boot.cfg<br />
 GEN     include/autoconf.mk.dep<br />
 CFG     spl/u-boot.cfg<br />
 GEN     include/autoconf.mk<br />
 GEN     spl/include/autoconf.mk<br />
 UPD     include/generated/timestamp_autogenerated.h<br />
 ENVC    include/generated/env.txt<br />
 ENVP    include/generated/env.in<br />
 ENVT    include/generated/environment.h<br />
 LDS     u-boot.lds<br />
 CC      common/version.o<br />
 AR      common/built-in.a<br />
 CC      env/common.o<br />
 AR      env/built-in.a<br />
 LD      u-boot<br />
 OBJCOPY u-boot.srec<br />
 OBJCOPY u-boot-nodtb.bin<br />
 RELOC   u-boot-nodtb.bin<br />
 SYM     u-boot.sym<br />
 CAT     u-boot-dtb.bin<br />
 MKIMAGE u-boot.img<br />
 MKIMAGE u-boot-dtb.img<br />
 COPY    u-boot.bin<br />
 CC      spl/common/spl/spl.o<br />
 AR      spl/common/spl/built-in.a<br />
 LD      spl/u-boot-spl<br />
 OBJCOPY spl/u-boot-spl-nodtb.bin<br />
 SYM     spl/u-boot-spl.sym<br />
 CAT     spl/u-boot-spl-dtb.bin<br />
 COPY    spl/u-boot-spl.bin<br />
 BINMAN  .binman_stamp<br />
[b]Image 'simple-bin' is missing external blobs and is non-functional: rockchip-tpl atf-bl31[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin/mkimage/rockchip-tpl (rockchip-tpl):<br />
  An external TPL is required to initialize DRAM. Get the external TPL<br />
  binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source<br />
  for the external TPL binary is https://github.com/rockchip-linux/rkbin.<br />
<br />
/binman/simple-bin/fit/images/@atf-SEQ/atf-bl31 (atf-bl31):<br />
  See the documentation for your board. You may need to build ARM Trusted<br />
  Firmware and build with BL31=/path/to/bl31.bin<br />
<br />
[b]Image 'simple-bin' has faked external blobs and is non-functional: rockchip-tpl[/b]<br />
                                                                                                                                                                                                                              <br />
[b]Image 'simple-bin' is missing optional external blobs but is still functional: tee-os[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin/fit/images/@tee-SEQ/tee-os (tee-os):<br />
  See the documentation for your board. You may need to build Open Portable<br />
  Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin<br />
<br />
[b]Image 'simple-bin-spi' is missing external blobs and is non-functional: rockchip-tpl atf-bl31[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin-spi/mkimage/rockchip-tpl (rockchip-tpl):<br />
  An external TPL is required to initialize DRAM. Get the external TPL<br />
  binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source<br />
  for the external TPL binary is https://github.com/rockchip-linux/rkbin.<br />
<br />
/binman/simple-bin-spi/fit/images/@atf-SEQ/atf-bl31 (atf-bl31):<br />
  See the documentation for your board. You may need to build ARM Trusted<br />
  Firmware and build with BL31=/path/to/bl31.bin<br />
<br />
[b]Image 'simple-bin-spi' has faked external blobs and is non-functional: rockchip-tpl[/b]<br />
                                                                                                                                                                                                                              <br />
[b]Image 'simple-bin-spi' is missing optional external blobs but is still functional: tee-os[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin-spi/fit/images/@tee-SEQ/tee-os (tee-os):<br />
  See the documentation for your board. You may need to build Open Portable<br />
  Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin<br />
<br />
[b]Some images are invalid[/b]<br />
make: *** [Makefile:1339: .binman_stamp] Error 103</code></div></div></div>
<div style="text-align: left;" class="mycode_align">Well, now I'm looking at <a href="https://github.com/rockchip-linux/rkbin" target="_blank" rel="noopener" class="mycode_url">https://github.com/rockchip-linux/rkbin</a> repository, and there are lots of options there for the TPL</div>
<div style="text-align: left;" class="mycode_align">
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ls rkbin/bin/rk35/rk3566*<br />
rkbin/bin/rk35/rk3566_ddr_1056MHz_D3_LP3_eyescan_v1.23.bin   rkbin/bin/rk35/rk3566_ddr_1056MHz_ultra_v1.20.bin rkbin/bin/rk35/rk3566_ddr_528MHz_ultra_v1.10.bin rkbin/bin/rk35/rk3566_ddr_920MHz_ultra_v1.10.bin<br />
rkbin/bin/rk35/rk3566_ddr_1056MHz_D4_LP4_4x_eyescan_v1.23.bin rkbin/bin/rk35/rk3566_ddr_1056MHz_v1.23.bin<br />
rkbin/bin/rk35/rk3566_ddr_780MHz_ultra_v1.10.bin<br />
rkbin/bin/rk35/rk3566_ddr_920MHz_v1.23.bin</code></div></div></div>
<div style="text-align: left;" class="mycode_align">Does anyone know what the DDR frequency is on the PineTab2?</div>
<hr class="mycode_hr" />
<div style="text-align: left;" class="mycode_align">Another question.</div>
<div style="text-align: left;" class="mycode_align">There is no bl31 for rk3566 in <a href="https://github.com/rockchip-linux/rkbin" target="_blank" rel="noopener" class="mycode_url">https://github.com/rockchip-linux/rkbin</a>. However, according to <a href="https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/plat/rockchip.rst?plain=1" target="_blank" rel="noopener" class="mycode_url">https://github.com/ARM-software/arm-trus...st?plain=1</a> rk3566 and rk3568 are the same for bl31. Is that right?</div>
<div style="text-align: left;" class="mycode_align">Can I use rk3568_bl31_v1.45.elf to build u-boot for rk3566?</div>
<br />
Don't laugh too hard, I'm new on that   <img src="https://forum.pine64.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></description>
			<content:encoded><![CDATA[I'm trying to build a U-Boot loader for PineTab2 (don't ask me why, I have no answer to this question).<br />
<div style="text-align: left;" class="mycode_align">I use this guide  <a href="https://forum.pine64.org/showthread.php?tid=7992" target="_blank" rel="noopener" class="mycode_url">https://forum.pine64.org/showthread.php?tid=7992</a> with some modifications.</div>
<div style="text-align: left;" class="mycode_align">However, it fails on step 2 - building atf. Without it, U-Boot returns an error</div>
<div style="text-align: left;" class="mycode_align"><div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[alarm@danctnix u-boot]&#36; make pinetab2-rk3566_defconfig   <br />
#<br />
# configuration written to .config<br />
#<br />
[alarm@danctnix u-boot]&#36; make -j 4<br />
scripts/kconfig/conf  --syncconfig Kconfig<br />
 CFG     u-boot.cfg<br />
 GEN     include/autoconf.mk.dep<br />
 CFG     spl/u-boot.cfg<br />
 GEN     include/autoconf.mk<br />
 GEN     spl/include/autoconf.mk<br />
 UPD     include/generated/timestamp_autogenerated.h<br />
 ENVC    include/generated/env.txt<br />
 ENVP    include/generated/env.in<br />
 ENVT    include/generated/environment.h<br />
 LDS     u-boot.lds<br />
 CC      common/version.o<br />
 AR      common/built-in.a<br />
 CC      env/common.o<br />
 AR      env/built-in.a<br />
 LD      u-boot<br />
 OBJCOPY u-boot.srec<br />
 OBJCOPY u-boot-nodtb.bin<br />
 RELOC   u-boot-nodtb.bin<br />
 SYM     u-boot.sym<br />
 CAT     u-boot-dtb.bin<br />
 MKIMAGE u-boot.img<br />
 MKIMAGE u-boot-dtb.img<br />
 COPY    u-boot.bin<br />
 CC      spl/common/spl/spl.o<br />
 AR      spl/common/spl/built-in.a<br />
 LD      spl/u-boot-spl<br />
 OBJCOPY spl/u-boot-spl-nodtb.bin<br />
 SYM     spl/u-boot-spl.sym<br />
 CAT     spl/u-boot-spl-dtb.bin<br />
 COPY    spl/u-boot-spl.bin<br />
 BINMAN  .binman_stamp<br />
[b]Image 'simple-bin' is missing external blobs and is non-functional: rockchip-tpl atf-bl31[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin/mkimage/rockchip-tpl (rockchip-tpl):<br />
  An external TPL is required to initialize DRAM. Get the external TPL<br />
  binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source<br />
  for the external TPL binary is https://github.com/rockchip-linux/rkbin.<br />
<br />
/binman/simple-bin/fit/images/@atf-SEQ/atf-bl31 (atf-bl31):<br />
  See the documentation for your board. You may need to build ARM Trusted<br />
  Firmware and build with BL31=/path/to/bl31.bin<br />
<br />
[b]Image 'simple-bin' has faked external blobs and is non-functional: rockchip-tpl[/b]<br />
                                                                                                                                                                                                                              <br />
[b]Image 'simple-bin' is missing optional external blobs but is still functional: tee-os[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin/fit/images/@tee-SEQ/tee-os (tee-os):<br />
  See the documentation for your board. You may need to build Open Portable<br />
  Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin<br />
<br />
[b]Image 'simple-bin-spi' is missing external blobs and is non-functional: rockchip-tpl atf-bl31[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin-spi/mkimage/rockchip-tpl (rockchip-tpl):<br />
  An external TPL is required to initialize DRAM. Get the external TPL<br />
  binary and build with ROCKCHIP_TPL=/path/to/ddr.bin. One possible source<br />
  for the external TPL binary is https://github.com/rockchip-linux/rkbin.<br />
<br />
/binman/simple-bin-spi/fit/images/@atf-SEQ/atf-bl31 (atf-bl31):<br />
  See the documentation for your board. You may need to build ARM Trusted<br />
  Firmware and build with BL31=/path/to/bl31.bin<br />
<br />
[b]Image 'simple-bin-spi' has faked external blobs and is non-functional: rockchip-tpl[/b]<br />
                                                                                                                                                                                                                              <br />
[b]Image 'simple-bin-spi' is missing optional external blobs but is still functional: tee-os[/b]<br />
                                                                                                                                                                                                                              <br />
/binman/simple-bin-spi/fit/images/@tee-SEQ/tee-os (tee-os):<br />
  See the documentation for your board. You may need to build Open Portable<br />
  Trusted Execution Environment (OP-TEE) and build with TEE=/path/to/tee.bin<br />
<br />
[b]Some images are invalid[/b]<br />
make: *** [Makefile:1339: .binman_stamp] Error 103</code></div></div></div>
<div style="text-align: left;" class="mycode_align">Well, now I'm looking at <a href="https://github.com/rockchip-linux/rkbin" target="_blank" rel="noopener" class="mycode_url">https://github.com/rockchip-linux/rkbin</a> repository, and there are lots of options there for the TPL</div>
<div style="text-align: left;" class="mycode_align">
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>ls rkbin/bin/rk35/rk3566*<br />
rkbin/bin/rk35/rk3566_ddr_1056MHz_D3_LP3_eyescan_v1.23.bin   rkbin/bin/rk35/rk3566_ddr_1056MHz_ultra_v1.20.bin rkbin/bin/rk35/rk3566_ddr_528MHz_ultra_v1.10.bin rkbin/bin/rk35/rk3566_ddr_920MHz_ultra_v1.10.bin<br />
rkbin/bin/rk35/rk3566_ddr_1056MHz_D4_LP4_4x_eyescan_v1.23.bin rkbin/bin/rk35/rk3566_ddr_1056MHz_v1.23.bin<br />
rkbin/bin/rk35/rk3566_ddr_780MHz_ultra_v1.10.bin<br />
rkbin/bin/rk35/rk3566_ddr_920MHz_v1.23.bin</code></div></div></div>
<div style="text-align: left;" class="mycode_align">Does anyone know what the DDR frequency is on the PineTab2?</div>
<hr class="mycode_hr" />
<div style="text-align: left;" class="mycode_align">Another question.</div>
<div style="text-align: left;" class="mycode_align">There is no bl31 for rk3566 in <a href="https://github.com/rockchip-linux/rkbin" target="_blank" rel="noopener" class="mycode_url">https://github.com/rockchip-linux/rkbin</a>. However, according to <a href="https://github.com/ARM-software/arm-trusted-firmware/blob/master/docs/plat/rockchip.rst?plain=1" target="_blank" rel="noopener" class="mycode_url">https://github.com/ARM-software/arm-trus...st?plain=1</a> rk3566 and rk3568 are the same for bl31. Is that right?</div>
<div style="text-align: left;" class="mycode_align">Can I use rk3568_bl31_v1.45.elf to build u-boot for rk3566?</div>
<br />
Don't laugh too hard, I'm new on that   <img src="https://forum.pine64.org/images/smilies/smile.png" alt="Smile" title="Smile" class="smilie smilie_1" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[cracked screen and repair]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19724</link>
			<pubDate>Fri, 07 Mar 2025 19:40:38 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26920">elix</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19724</guid>
			<description><![CDATA[hey all. <br />
<br />
i have a crack in my pinetab2 (thanks cat) and I am admittedly horrible at hardware.<br />
can i purchase a replacement screen and is there anyone in the DC area who would be able to help me replace it?<br />
<br />
if not, is there somewhere i can send it to be repaired?<br />
<br />
gonna send an email to support but wanted to reach out here too.<br />
<br />
thanks!]]></description>
			<content:encoded><![CDATA[hey all. <br />
<br />
i have a crack in my pinetab2 (thanks cat) and I am admittedly horrible at hardware.<br />
can i purchase a replacement screen and is there anyone in the DC area who would be able to help me replace it?<br />
<br />
if not, is there somewhere i can send it to be repaired?<br />
<br />
gonna send an email to support but wanted to reach out here too.<br />
<br />
thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[What is the state of the PineTab2 today?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19538</link>
			<pubDate>Sun, 01 Dec 2024 20:04:01 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28712">Arcikks</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19538</guid>
			<description><![CDATA[I am wondering about buying one for xmas lol. I'm seeing very mixed opinions on here many problems. Is it even worth it to buy?]]></description>
			<content:encoded><![CDATA[I am wondering about buying one for xmas lol. I'm seeing very mixed opinions on here many problems. Is it even worth it to buy?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[A big Incentive to choose RISC-V, when Dinosaurs Die Mammals Emerge]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19474</link>
			<pubDate>Wed, 23 Oct 2024 09:49:18 +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=19474</guid>
			<description><![CDATA[<a href="https://www.windowscentral.com/microsoft/report-arm-is-sensationally-canceling-qualcomms-chip-license-oct-2024" target="_blank" rel="noopener" class="mycode_url">https://www.windowscentral.com/microsoft...e-oct-2024</a><br />
"A new report suggests that Arm Holdings PLC is ending its contract with Qualcomm Inc. which allows the firm to build chip designs based on Arm technology."<br />
While Qualcom and ARM fight will we see an opening forRISC-V emerge as a safer option for large businesses?<br />
Can RISC-V and open source hardware became the low risk option like Linux and other FOSS has?<br />
The Qualcom vs ARM dispute will end up settled in court, this is a legal chess manuver between ARM and it's largest customer who in an IP license 'legal hack' attempt acquired another company to use a more favorable license, but this is an opportunity in a time of instability for CPU hardware alternatives to be discussed not unlike how Crowdstrike outage darkened the reputation of Microsoft windows vs FOSS alternatives as platforms for business.]]></description>
			<content:encoded><![CDATA[<a href="https://www.windowscentral.com/microsoft/report-arm-is-sensationally-canceling-qualcomms-chip-license-oct-2024" target="_blank" rel="noopener" class="mycode_url">https://www.windowscentral.com/microsoft...e-oct-2024</a><br />
"A new report suggests that Arm Holdings PLC is ending its contract with Qualcomm Inc. which allows the firm to build chip designs based on Arm technology."<br />
While Qualcom and ARM fight will we see an opening forRISC-V emerge as a safer option for large businesses?<br />
Can RISC-V and open source hardware became the low risk option like Linux and other FOSS has?<br />
The Qualcom vs ARM dispute will end up settled in court, this is a legal chess manuver between ARM and it's largest customer who in an IP license 'legal hack' attempt acquired another company to use a more favorable license, but this is an opportunity in a time of instability for CPU hardware alternatives to be discussed not unlike how Crowdstrike outage darkened the reputation of Microsoft windows vs FOSS alternatives as platforms for business.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[The built-in camera cannot be found.]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19344</link>
			<pubDate>Sun, 14 Jul 2024 08:44:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28342">dl8aax</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19344</guid>
			<description><![CDATA[Hello,<br />
I bought the Pinetab2 to manage my bees at the apiary. For this I need the built-in camera.<br />
<br />
Unfortunately the built-in camera cannot be found.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[alarm@danctnix ~]&#36; mpv av://v4l2:/dev/video0<br />
[ffmpeg/demuxer] video4linux2,v4l2: Not a video capture device.<br />
[lavf] avformat_open_input() failed<br />
Failed to recognize file format.<br />
Exiting... (Errors when loading file)<br />
[alarm@danctnix ~]&#36;</code></div></div><br />
(sorry for my English, I'm translating with Google)<br />
<br />
<br />
greetings, Dirk]]></description>
			<content:encoded><![CDATA[Hello,<br />
I bought the Pinetab2 to manage my bees at the apiary. For this I need the built-in camera.<br />
<br />
Unfortunately the built-in camera cannot be found.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[alarm@danctnix ~]&#36; mpv av://v4l2:/dev/video0<br />
[ffmpeg/demuxer] video4linux2,v4l2: Not a video capture device.<br />
[lavf] avformat_open_input() failed<br />
Failed to recognize file format.<br />
Exiting... (Errors when loading file)<br />
[alarm@danctnix ~]&#36;</code></div></div><br />
(sorry for my English, I'm translating with Google)<br />
<br />
<br />
greetings, Dirk]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Accidentally Erased internal SD memory]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19275</link>
			<pubDate>Sun, 09 Jun 2024 18:24:13 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28256">Bandschaaf</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19275</guid>
			<description><![CDATA[Dear Pine64 Community,<br />
<br />
Unfortunately, I made a mistake while trying to install a new operating system on my PineTab and accidentally erased the BIOS (UEFI). Here are the details of what happened:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What Happened:</span><ul class="mycode_list"><li>I was in the process of installing a new operating system on my PineTab and inadvertently followed the wrong steps, resulting in the internal drive, including the BIOS, being completely wiped.<br />
</li>
<li>The device now fails to boot, and I have no access to the BIOS to attempt to troubleshoot the issue.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">What I've Tried:</span><ul class="mycode_list"><li>I attempted to boot the device from a bootable SD card, but without success.<br />
</li>
<li>I also tried starting into MASKROM mode, to no avail. (the adapter shows lights, so it is active)<br />
</li>
</ul>
<br />
<br />
Any suggestions, tips, or guidance would be greatly appreciated. Thank you in advance for your assistance!]]></description>
			<content:encoded><![CDATA[Dear Pine64 Community,<br />
<br />
Unfortunately, I made a mistake while trying to install a new operating system on my PineTab and accidentally erased the BIOS (UEFI). Here are the details of what happened:<br />
<br />
<span style="font-weight: bold;" class="mycode_b">What Happened:</span><ul class="mycode_list"><li>I was in the process of installing a new operating system on my PineTab and inadvertently followed the wrong steps, resulting in the internal drive, including the BIOS, being completely wiped.<br />
</li>
<li>The device now fails to boot, and I have no access to the BIOS to attempt to troubleshoot the issue.<br />
</li>
</ul>
<span style="font-weight: bold;" class="mycode_b">What I've Tried:</span><ul class="mycode_list"><li>I attempted to boot the device from a bootable SD card, but without success.<br />
</li>
<li>I also tried starting into MASKROM mode, to no avail. (the adapter shows lights, so it is active)<br />
</li>
</ul>
<br />
<br />
Any suggestions, tips, or guidance would be greatly appreciated. Thank you in advance for your assistance!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Progress on Wifi Chip]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19204</link>
			<pubDate>Wed, 01 May 2024 16:25:08 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26941">frtodd</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19204</guid>
			<description><![CDATA[New post today: <a href="https://fosstodon.org/@danctnix/112366650102862145" target="_blank" rel="noopener" class="mycode_url">https://fosstodon.org/@danctnix/112366650102862145</a><br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Greetings, <dvz_me_placeholder id="0" /> #PineTab2 users!<br />
<br />
We have pushed a new kernel (v6.8.6-danctnix2) to the repository.<br />
<br />
The new kernel introduces the new #BES2600 community driver which works with suspend.<br />
<br />
Power consumption is not tested.<br />
<br />
#DanctNIX #ArchLinuxARM</blockquote>
<br />
I've not tried it yet, but looking forward to updating my tablet!]]></description>
			<content:encoded><![CDATA[New post today: <a href="https://fosstodon.org/@danctnix/112366650102862145" target="_blank" rel="noopener" class="mycode_url">https://fosstodon.org/@danctnix/112366650102862145</a><br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Greetings, <dvz_me_placeholder id="0" /> #PineTab2 users!<br />
<br />
We have pushed a new kernel (v6.8.6-danctnix2) to the repository.<br />
<br />
The new kernel introduces the new #BES2600 community driver which works with suspend.<br />
<br />
Power consumption is not tested.<br />
<br />
#DanctNIX #ArchLinuxARM</blockquote>
<br />
I've not tried it yet, but looking forward to updating my tablet!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[wifi with caveats]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19027</link>
			<pubDate>Tue, 30 Jan 2024 22:49:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26941">frtodd</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19027</guid>
			<description><![CDATA[I thought this might have been what took the forums down! :-) But it seems no one had posted yet:<br />
<br />
This Mastodon post tells how to activate wifi with the updated driver:<br />
<a href="https://fosstodon.org/@phundrak@emacs.ch/111820369643222233" target="_blank" rel="noopener" class="mycode_url">https://fosstodon.org/@phundrak@emacs.ch...9643222233</a><br />
<br />
WARNING: This activates the testing repo which means you get bleeding-edge updates.<br />
<br />
In this case, the only bleeding edge I have found is that sleep mode just hangs. I have to power off the device and back on if I accidentally try to let it sleep (by, for example, closing the cover). <br />
<br />
So it's definitely not perfect. But it works, and works quite well in my few days of playing with it.<br />
<br />
It makes the Pinetab a whole new device for me!]]></description>
			<content:encoded><![CDATA[I thought this might have been what took the forums down! :-) But it seems no one had posted yet:<br />
<br />
This Mastodon post tells how to activate wifi with the updated driver:<br />
<a href="https://fosstodon.org/@phundrak@emacs.ch/111820369643222233" target="_blank" rel="noopener" class="mycode_url">https://fosstodon.org/@phundrak@emacs.ch...9643222233</a><br />
<br />
WARNING: This activates the testing repo which means you get bleeding-edge updates.<br />
<br />
In this case, the only bleeding edge I have found is that sleep mode just hangs. I have to power off the device and back on if I accidentally try to let it sleep (by, for example, closing the cover). <br />
<br />
So it's definitely not perfect. But it works, and works quite well in my few days of playing with it.<br />
<br />
It makes the Pinetab a whole new device for me!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[USB hubs that work?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18988</link>
			<pubDate>Wed, 03 Jan 2024 13:19:30 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27762">draco_mike</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18988</guid>
			<description><![CDATA[I asked in pine64 support and they said everything is fine and to ask here. Basically I have two different usb hubs one is an anker and one is a kind of no-name brand one. Neither work with the pinetab2. I plug them in and they make a concerning humming sound and no device actually works on them. Are there certain hubs that are known to work? The issue is that with using an wifi dongle it monopolizes my USBs and then I can't use a keyboard and mouse so I was hoping to use a hub to give me more ports. <br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[I asked in pine64 support and they said everything is fine and to ask here. Basically I have two different usb hubs one is an anker and one is a kind of no-name brand one. Neither work with the pinetab2. I plug them in and they make a concerning humming sound and no device actually works on them. Are there certain hubs that are known to work? The issue is that with using an wifi dongle it monopolizes my USBs and then I can't use a keyboard and mouse so I was hoping to use a hub to give me more ports. <br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PineTab2, Ubuntu Touch and WiFI]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18984</link>
			<pubDate>Sun, 31 Dec 2023 02:52:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=17777">JMoore</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18984</guid>
			<description><![CDATA[Sorry if this has already been asked. I put Ubuntu Touch on an SD card and booted successfully. I enabled WiFi but it did not see my network. I manually added hidden network info with no luck. I am using the same wifi adapter setup I use with the stock OS which works well. If I need to direct this to UB Ports I will.<br />
<br />
Oddly enough if boots from the SD card without using the UART adapter I purchased because my PT2 did not come with one. Purchased off eBay so original owner may have not seen it and accidentally discarded it.]]></description>
			<content:encoded><![CDATA[Sorry if this has already been asked. I put Ubuntu Touch on an SD card and booted successfully. I enabled WiFi but it did not see my network. I manually added hidden network info with no luck. I am using the same wifi adapter setup I use with the stock OS which works well. If I need to direct this to UB Ports I will.<br />
<br />
Oddly enough if boots from the SD card without using the UART adapter I purchased because my PT2 did not come with one. Purchased off eBay so original owner may have not seen it and accidentally discarded it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pinetab2 Audio Hiss/Static from speakers]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18981</link>
			<pubDate>Fri, 29 Dec 2023 15:32:36 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27748">scottgr</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18981</guid>
			<description><![CDATA[I searched through the forum but could not find my issue. Anytime audio is called for, my Pinetab2 produces what sounds like static on the AM band from the speakers.  The speakers do play sound, but below 25% audio all you hear is the static. If you turn the volume above 25% then you can begin to hear the audio over the static noise. The Pinetab2 also makes the static noise while booting but I assume that there must be some kind of a boot chime or sound that is calling for audio and it just plays the static. If you dont have any system calling for audio the static noise will stop after about 20 seconds until the next time there is an audio event. I can insert a 3.5 mm headphone and turn off the speakers and the audio through the headphone is clear.I have also loaded Ubuntu and Rhino linux onto an SD card and booted them with the same issue. <br />
<br />
Anyone else had this issue and resolved it?]]></description>
			<content:encoded><![CDATA[I searched through the forum but could not find my issue. Anytime audio is called for, my Pinetab2 produces what sounds like static on the AM band from the speakers.  The speakers do play sound, but below 25% audio all you hear is the static. If you turn the volume above 25% then you can begin to hear the audio over the static noise. The Pinetab2 also makes the static noise while booting but I assume that there must be some kind of a boot chime or sound that is calling for audio and it just plays the static. If you dont have any system calling for audio the static noise will stop after about 20 seconds until the next time there is an audio event. I can insert a 3.5 mm headphone and turn off the speakers and the audio through the headphone is clear.I have also loaded Ubuntu and Rhino linux onto an SD card and booted them with the same issue. <br />
<br />
Anyone else had this issue and resolved it?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Not able to power on PineTab anymore]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18970</link>
			<pubDate>Mon, 25 Dec 2023 20:31:48 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23439">zkajdan</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18970</guid>
			<description><![CDATA[Hi, hoping that maybe someone has advice on this...<br />
<br />
After finally getting my pinetab connected to wifi, I ran<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo pacman -Syu</code></div></div><br />
<br />
for the first time, and suddenly during the update I got a big message<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>This screen locker is broken and unlocking it is not possible...</code></div></div><br />
<br />
and from there on, the pinetab did not react to anything anymore...<br />
I tried to restart it, but after it had successfully been powered off, I've not been able to power it on anymore... It just stays dark.<br />
I've also tried connecting to the laptop via the UART console, to see if it's just the display - but I don't see anything in a screen terminal either.<br />
<br />
I have no idea what to do, since I can't re-install without somehow switching it on...<br />
<br />
Would anyone have an idea what to do? Many thanks!!]]></description>
			<content:encoded><![CDATA[Hi, hoping that maybe someone has advice on this...<br />
<br />
After finally getting my pinetab connected to wifi, I ran<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo pacman -Syu</code></div></div><br />
<br />
for the first time, and suddenly during the update I got a big message<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>This screen locker is broken and unlocking it is not possible...</code></div></div><br />
<br />
and from there on, the pinetab did not react to anything anymore...<br />
I tried to restart it, but after it had successfully been powered off, I've not been able to power it on anymore... It just stays dark.<br />
I've also tried connecting to the laptop via the UART console, to see if it's just the display - but I don't see anything in a screen terminal either.<br />
<br />
I have no idea what to do, since I can't re-install without somehow switching it on...<br />
<br />
Would anyone have an idea what to do? Many thanks!!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Using the Pinetab2's PCIe slot]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18961</link>
			<pubDate>Fri, 22 Dec 2023 19:23:45 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27274">FortunateFowl</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18961</guid>
			<description><![CDATA[I am interested in using the PCIe connector in the pinetab2, however I can't seem to find a suitable ribbon cable for connecting to it.<br />
<br />
The connection appears to be the the part labeled U7001 in the <a href="https://files.pine64.org/doc/PineTab/PineTab2_V2_comp_ref_top-20230417.pdf" target="_blank" rel="noopener" class="mycode_url">component</a> sheet and it confirmed looking at the <a href="https://files.pine64.org/doc/PineTab/PineTab2_V2_schematic-20230417.pdf" target="_blank" rel="noopener" class="mycode_url">schematic</a> (page 36) where the pinout of U7001 connector is given and it is referred to as NVMe PCIE 2.0.<br />
<br />
The only connector I was able to find was the connector for the <a href="https://pine64.com/product/pinebook-pro-m-2-ngff-nvme-ssd-interface-adapter/" target="_blank" rel="noopener" class="mycode_url">pinebook pro</a>. The problem however is that this connector would place the card exactly on top of the battery where there is no room for a card.<br />
<br />
Here I show the outline (white outline) of where the pinebook 2 adapter would be in the pinetab, and the ideal position where an expansion card would fit (green rectangle).<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.pine64.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2870" target="_blank" title="">pinetab2_PCIe.jpg</a> (Size: 242.84 KB / Downloads: 477)
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
The idea is that there are several wifi/bluetooth cards that work with PCIe, with various different physical formats, and most of them are small enough to fit above or below the battery in the pinetab2. The only problem is just getting a cable that will allow it to fit in the right spot.<br />
<br />
<br />
My two questions are whether anyone knows whether there is another source of the ribbon cable that is needed for this connector? If I could just find the ribbon cable with approximately the right shape, then I could use the adapter from the pinebook pro and move the battery slightly in the pinetab2 to get it to fit.<br />
<br />
Alternatively, it could be possible to cut the ribbon cable and solder it again to give it a different shape, however for this I don't know what the tolerance would be for the change in impedence and possible capacitance (perhaps leading to cross-talk) between the wires in such a pcie connection. Does anyone know how carefully engineered a PCIe connection must be for something like a wifi card?]]></description>
			<content:encoded><![CDATA[I am interested in using the PCIe connector in the pinetab2, however I can't seem to find a suitable ribbon cable for connecting to it.<br />
<br />
The connection appears to be the the part labeled U7001 in the <a href="https://files.pine64.org/doc/PineTab/PineTab2_V2_comp_ref_top-20230417.pdf" target="_blank" rel="noopener" class="mycode_url">component</a> sheet and it confirmed looking at the <a href="https://files.pine64.org/doc/PineTab/PineTab2_V2_schematic-20230417.pdf" target="_blank" rel="noopener" class="mycode_url">schematic</a> (page 36) where the pinout of U7001 connector is given and it is referred to as NVMe PCIE 2.0.<br />
<br />
The only connector I was able to find was the connector for the <a href="https://pine64.com/product/pinebook-pro-m-2-ngff-nvme-ssd-interface-adapter/" target="_blank" rel="noopener" class="mycode_url">pinebook pro</a>. The problem however is that this connector would place the card exactly on top of the battery where there is no room for a card.<br />
<br />
Here I show the outline (white outline) of where the pinebook 2 adapter would be in the pinetab, and the ideal position where an expansion card would fit (green rectangle).<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><!-- start: attachment_icon -->
<img src="https://forum.pine64.org/images/attachtypes/image.png" title="JPG Image" border="0" alt=".jpg" />
<!-- end: attachment_icon -->&nbsp;&nbsp;<a href="attachment.php?aid=2870" target="_blank" title="">pinetab2_PCIe.jpg</a> (Size: 242.84 KB / Downloads: 477)
<!-- end: postbit_attachments_attachment --><br />
<br />
<br />
The idea is that there are several wifi/bluetooth cards that work with PCIe, with various different physical formats, and most of them are small enough to fit above or below the battery in the pinetab2. The only problem is just getting a cable that will allow it to fit in the right spot.<br />
<br />
<br />
My two questions are whether anyone knows whether there is another source of the ribbon cable that is needed for this connector? If I could just find the ribbon cable with approximately the right shape, then I could use the adapter from the pinebook pro and move the battery slightly in the pinetab2 to get it to fit.<br />
<br />
Alternatively, it could be possible to cut the ribbon cable and solder it again to give it a different shape, however for this I don't know what the tolerance would be for the change in impedence and possible capacitance (perhaps leading to cross-talk) between the wires in such a pcie connection. Does anyone know how carefully engineered a PCIe connection must be for something like a wifi card?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Battery discharges completely while the Tab2 is powered off between less than 24hs]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18900</link>
			<pubDate>Fri, 24 Nov 2023 13:46:28 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26017">nonic</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18900</guid>
			<description><![CDATA[Hi,<br />
<br />
I got a PineTab2 some days ago. It still runs with the presinstalled OS.<br />
Does anyone know the problem described in the title and how to solve it?<br />
<br />
And another question I have about the battey ist how to improve the charging-speed. I use a powerfull charger from my Laptop which charges the battery of it in less than 2.5 hours. But to charge the battery of the PinteTab ist takes more than 5 hours. Is there a way to optimize this.<br />
<br />
Greetings]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I got a PineTab2 some days ago. It still runs with the presinstalled OS.<br />
Does anyone know the problem described in the title and how to solve it?<br />
<br />
And another question I have about the battey ist how to improve the charging-speed. I use a powerfull charger from my Laptop which charges the battery of it in less than 2.5 hours. But to charge the battery of the PinteTab ist takes more than 5 hours. Is there a way to optimize this.<br />
<br />
Greetings]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Keyboard issue]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=18862</link>
			<pubDate>Mon, 13 Nov 2023 17:00:26 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27157">mshelby</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=18862</guid>
			<description><![CDATA[I succesfully opened the pinetab2 very carfully and replaced a front screen. Put it all back together and...... Everything works, except the keyboard. I was really carful with the ribbon cables. The keyboard cable doesnt appear missalined or broken anywhere.<br />
<br />
i'm assuming the cable must be broken internally.<br />
i thought maybe i put the docking connector back in, reversed, so maybe the pins are in reversed order? It looks like theres only one way to screw down the ribbon cable end with the connector pins into the casing.<br />
<br />
so im assumin i need a new ribbon cable. Can i buy one specifically sized for that keyboard? Is that kind of ribbon cable a standardized thing?<br />
<br />
short of that, does anyone have a suggestion on why the keyboard may not be responding?<br />
<br />
is there a way via command line or by kde info center where i could see if the keyboard hardware is present or not?<br />
<br />
thanks in advance,]]></description>
			<content:encoded><![CDATA[I succesfully opened the pinetab2 very carfully and replaced a front screen. Put it all back together and...... Everything works, except the keyboard. I was really carful with the ribbon cables. The keyboard cable doesnt appear missalined or broken anywhere.<br />
<br />
i'm assuming the cable must be broken internally.<br />
i thought maybe i put the docking connector back in, reversed, so maybe the pins are in reversed order? It looks like theres only one way to screw down the ribbon cable end with the connector pins into the casing.<br />
<br />
so im assumin i need a new ribbon cable. Can i buy one specifically sized for that keyboard? Is that kind of ribbon cable a standardized thing?<br />
<br />
short of that, does anyone have a suggestion on why the keyboard may not be responding?<br />
<br />
is there a way via command line or by kde info center where i could see if the keyboard hardware is present or not?<br />
<br />
thanks in advance,]]></content:encoded>
		</item>
	</channel>
</rss>