<?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 PineTab]]></title>
		<link>https://forum.pine64.org/</link>
		<description><![CDATA[PINE64 - https://forum.pine64.org]]></description>
		<pubDate>Fri, 15 May 2026 03:35:07 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Voidlinux working on eMMC]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20234</link>
			<pubDate>Mon, 30 Mar 2026 23:07:35 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29545">cheepeero</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20234</guid>
			<description><![CDATA[Hi!<br />
<br />
I have decided to try out Voidlinux on my Pinetab2, replacing the factory Archlinux I had installed until now. When I finished, I found that the same Plasma 6 desktop is much more responsive, with a significantly lower memory footprint. Maybe this is due to musl vs glibc, but it also might be that I have missed some memory-intensive services. Also note that I am using my old Archlinux home folder on the new Voidlinux system, and everything works.<br />
<br />
<br />
So, here is my experience with this migration. I hope it will help others that want to migrate or try Voidlinux, so you can avoid bricking the Pinetab2 in the process, like I did.<br />
<br />
<br />
First, I followed the installation instructions on the Pinetab2 releases page, which wrongly state that the Voidlinux image there is suitable both for the SD card and for the eMMC. The SD card worked, but flashing the eMMC bricked the device, so I had to revive it using the UART debugger. Do not do that!<br />
<br />
The resources I needed are as follows:<br />
<ul class="mycode_list"><li>Pinetab2 Software Installation instructions: <a href="https://pine64.org/documentation/PineTab2/Software/Installation_instructions/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab...tructions/</a><br />
</li>
<li>Pinetab2 Software Releases: <a href="https://pine64.org/documentation/PineTab2/Software/Releases/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab.../Releases/</a><br />
</li>
<li>Voidlinux-pinetab2 readme: <a href="https://github.com/sini6a/voidlinux-pinetab2" target="_blank" rel="noopener" class="mycode_url">https://github.com/sini6a/voidlinux-pinetab2</a><br />
</li>
<li>Voidlinux handbook: <a href="https://docs.voidlinux.org/about/index.html" target="_blank" rel="noopener" class="mycode_url">https://docs.voidlinux.org/about/index.html</a><br />
</li>
</ul>
<br />
If you follow my steps, and skip step 2, you won't need this, but it was handy for me:<br />
<ul class="mycode_list"><li>Pinetab2 Tutorials and FAQ: <a href="https://pine64.org/documentation/PineTab2/Software/Tutorials_and_FAQ/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab...s_and_FAQ/</a>  (mistakes)<br />
</li>
</ul>
<br />
Below are the steps I took. If you follow this, SKIP STEP 2!<br />
<br />
0. On the Pinetab2 I had the danctnix preinstalled factory image, which I used productively since I first received the device. At this step, I backed up my files using dd, and migrated my LVM home onto a separate HDD via USB.<br />
1. I flashed Voidlinux as instructed in the Pinetab Software Releases page onto an SD card, and it booted just fine. I did not require the UART device.<br />
2. DO NOT DO THIS STEP! It is here for informative purposes only: I flashed the same Voidlinux SD card image onto eMMC, as instructed by the Wiki page, which bricked the pinetab. So, again, DO NOT DO THIS.<br />
    - I recovered with the UART (<a href="https://pine64.org/documentation/PineTab2/Software/Tutorials_and_FAQ/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab...s_and_FAQ/</a> - Recovery from non-booting device) and installed a fresh danctnix Archlinux factory image.<br />
    - Note to maintainers: please remove the faulty instruction from the Wiki page, or, alternatively, clarify how to flash Voidlinux to the eMMC.<br />
3. After the blunder above, I rebooted into the Voidlinux SD card install, and I left the eMMC mmcblk0p1 unchanged (the boot partition, with danctnix u-boot and the kernel), but recreated and formatted the root partition, mmcblk0p2, with an empty ext4 filesystem.<br />
4. From the SD card I followed the instructions on chroot install from Voidlinux handbook (<a href="https://docs.voidlinux.org/installation/guides/chroot.html" target="_blank" rel="noopener" class="mycode_url">https://docs.voidlinux.org/installation/...hroot.html</a>), with the following notes:<br />
    - mounted /dev/mmcblk0p2 as /mnt, next /dev/mmcblk0p1 as /mnt/boot. There is no need for an EFI partition.<br />
    - I used `ARCH=aarch64-musl` and the repo URL `REPO=https://repo-default.voidlinux.org/current/aarch64/`<br />
    - after copying the xbps keys and running the chroot install, remember to skip the rootfs tarball method, but continue with generating fstab and setting a root password<br />
    - also skip stuff related to GRUB and EFI<br />
    - as a side note, the section about Pinebook Pro does not apply at all to Pinetab2<br />
5. I jumped to the Voidlinux-pinetab2 readme on github, and installed all the packages mentioned there. I did not have the files downloaded on SD card, so had to configure the network at this step, but one can prepare the files beforehand, after flashing the Voidlinux SD card.<br />
    - the imageramfs step did not work - out of disk space on boot partition, but the system boots and works fine without it<br />
    - the u-boot boot.scr needed to be regenerated. The xbps-install output provides necessary instructions on-screen<br />
6. Unmounted /mnt/boot and /mnt, sync and next poweroff, remove SD card, power on from button, and Voidlinux booted from eMMC successfully into the text console.<br />
7. As root, started following the Voidlinux handbook guide on how to configure the system (lvm, sddm, wayland, xdg portals, cron etc). Finally, I configured my non-root user, after installing and testing SDDM and KDE, I moved back the LVM home volume from the external HDD, and all worked out well. (Note that I still had the dd backup of the LVM volume, just in case)<br />
<br />
At this stage I still have Voidlinux-related stuff to fix, but the base system and KDE/Plasma works.]]></description>
			<content:encoded><![CDATA[Hi!<br />
<br />
I have decided to try out Voidlinux on my Pinetab2, replacing the factory Archlinux I had installed until now. When I finished, I found that the same Plasma 6 desktop is much more responsive, with a significantly lower memory footprint. Maybe this is due to musl vs glibc, but it also might be that I have missed some memory-intensive services. Also note that I am using my old Archlinux home folder on the new Voidlinux system, and everything works.<br />
<br />
<br />
So, here is my experience with this migration. I hope it will help others that want to migrate or try Voidlinux, so you can avoid bricking the Pinetab2 in the process, like I did.<br />
<br />
<br />
First, I followed the installation instructions on the Pinetab2 releases page, which wrongly state that the Voidlinux image there is suitable both for the SD card and for the eMMC. The SD card worked, but flashing the eMMC bricked the device, so I had to revive it using the UART debugger. Do not do that!<br />
<br />
The resources I needed are as follows:<br />
<ul class="mycode_list"><li>Pinetab2 Software Installation instructions: <a href="https://pine64.org/documentation/PineTab2/Software/Installation_instructions/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab...tructions/</a><br />
</li>
<li>Pinetab2 Software Releases: <a href="https://pine64.org/documentation/PineTab2/Software/Releases/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab.../Releases/</a><br />
</li>
<li>Voidlinux-pinetab2 readme: <a href="https://github.com/sini6a/voidlinux-pinetab2" target="_blank" rel="noopener" class="mycode_url">https://github.com/sini6a/voidlinux-pinetab2</a><br />
</li>
<li>Voidlinux handbook: <a href="https://docs.voidlinux.org/about/index.html" target="_blank" rel="noopener" class="mycode_url">https://docs.voidlinux.org/about/index.html</a><br />
</li>
</ul>
<br />
If you follow my steps, and skip step 2, you won't need this, but it was handy for me:<br />
<ul class="mycode_list"><li>Pinetab2 Tutorials and FAQ: <a href="https://pine64.org/documentation/PineTab2/Software/Tutorials_and_FAQ/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab...s_and_FAQ/</a>  (mistakes)<br />
</li>
</ul>
<br />
Below are the steps I took. If you follow this, SKIP STEP 2!<br />
<br />
0. On the Pinetab2 I had the danctnix preinstalled factory image, which I used productively since I first received the device. At this step, I backed up my files using dd, and migrated my LVM home onto a separate HDD via USB.<br />
1. I flashed Voidlinux as instructed in the Pinetab Software Releases page onto an SD card, and it booted just fine. I did not require the UART device.<br />
2. DO NOT DO THIS STEP! It is here for informative purposes only: I flashed the same Voidlinux SD card image onto eMMC, as instructed by the Wiki page, which bricked the pinetab. So, again, DO NOT DO THIS.<br />
    - I recovered with the UART (<a href="https://pine64.org/documentation/PineTab2/Software/Tutorials_and_FAQ/" target="_blank" rel="noopener" class="mycode_url">https://pine64.org/documentation/PineTab...s_and_FAQ/</a> - Recovery from non-booting device) and installed a fresh danctnix Archlinux factory image.<br />
    - Note to maintainers: please remove the faulty instruction from the Wiki page, or, alternatively, clarify how to flash Voidlinux to the eMMC.<br />
3. After the blunder above, I rebooted into the Voidlinux SD card install, and I left the eMMC mmcblk0p1 unchanged (the boot partition, with danctnix u-boot and the kernel), but recreated and formatted the root partition, mmcblk0p2, with an empty ext4 filesystem.<br />
4. From the SD card I followed the instructions on chroot install from Voidlinux handbook (<a href="https://docs.voidlinux.org/installation/guides/chroot.html" target="_blank" rel="noopener" class="mycode_url">https://docs.voidlinux.org/installation/...hroot.html</a>), with the following notes:<br />
    - mounted /dev/mmcblk0p2 as /mnt, next /dev/mmcblk0p1 as /mnt/boot. There is no need for an EFI partition.<br />
    - I used `ARCH=aarch64-musl` and the repo URL `REPO=https://repo-default.voidlinux.org/current/aarch64/`<br />
    - after copying the xbps keys and running the chroot install, remember to skip the rootfs tarball method, but continue with generating fstab and setting a root password<br />
    - also skip stuff related to GRUB and EFI<br />
    - as a side note, the section about Pinebook Pro does not apply at all to Pinetab2<br />
5. I jumped to the Voidlinux-pinetab2 readme on github, and installed all the packages mentioned there. I did not have the files downloaded on SD card, so had to configure the network at this step, but one can prepare the files beforehand, after flashing the Voidlinux SD card.<br />
    - the imageramfs step did not work - out of disk space on boot partition, but the system boots and works fine without it<br />
    - the u-boot boot.scr needed to be regenerated. The xbps-install output provides necessary instructions on-screen<br />
6. Unmounted /mnt/boot and /mnt, sync and next poweroff, remove SD card, power on from button, and Voidlinux booted from eMMC successfully into the text console.<br />
7. As root, started following the Voidlinux handbook guide on how to configure the system (lvm, sddm, wayland, xdg portals, cron etc). Finally, I configured my non-root user, after installing and testing SDDM and KDE, I moved back the LVM home volume from the external HDD, and all worked out well. (Note that I still had the dd backup of the LVM volume, just in case)<br />
<br />
At this stage I still have Voidlinux-related stuff to fix, but the base system and KDE/Plasma works.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Waypipe amazingly fast X11 replacement]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20191</link>
			<pubDate>Thu, 12 Feb 2026 21:14:10 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=27458">459below</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20191</guid>
			<description><![CDATA[Using PineTab2 is great. On Gnome everything feels snappy enough. Only using a full scale browser like Brave needs way too much resources. It is very slow and some sites do not work at all.<br />
<br />
Anyway waypipe solved that for me by being able to stream Brave from my main powerful computer. Having installed waypipe on both client and server using just this.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>waypipe ssh myfedora-desktop-pc flatpak run com.brave.Browser --ozone-platform=wayland</code></div></div><br />
<br />
If one is bothered by the performance of the browser or other apps. It feels so much snappier, native and stable. Even touch inputs work - pinch to zoom, scrolling, swiping. I did not see a lot of talk about waypipe on the PineTab2.]]></description>
			<content:encoded><![CDATA[Using PineTab2 is great. On Gnome everything feels snappy enough. Only using a full scale browser like Brave needs way too much resources. It is very slow and some sites do not work at all.<br />
<br />
Anyway waypipe solved that for me by being able to stream Brave from my main powerful computer. Having installed waypipe on both client and server using just this.<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>waypipe ssh myfedora-desktop-pc flatpak run com.brave.Browser --ozone-platform=wayland</code></div></div><br />
<br />
If one is bothered by the performance of the browser or other apps. It feels so much snappier, native and stable. Even touch inputs work - pinch to zoom, scrolling, swiping. I did not see a lot of talk about waypipe on the PineTab2.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[wifi password wont save]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20142</link>
			<pubDate>Mon, 29 Dec 2025 21:54:42 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23625">WEF</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20142</guid>
			<description><![CDATA[Every time my pinetab2 is booted it needs to have the wifi password manually entered and connected. Is there a way to get the pinetab2 to remember the wifi and automatically connect?<br />
<br />
Info on my setup:<br />
Operating System: Arch Linux ARM <br />
KDE Plasma Version: 6.1.3<br />
KDE Frameworks Version: 6.4.0<br />
Qt Version: 6.7.2<br />
Kernel Version: 6.9.9-danctnix1-1-pinetab2 (64-bit)<br />
Graphics Platform: Wayland]]></description>
			<content:encoded><![CDATA[Every time my pinetab2 is booted it needs to have the wifi password manually entered and connected. Is there a way to get the pinetab2 to remember the wifi and automatically connect?<br />
<br />
Info on my setup:<br />
Operating System: Arch Linux ARM <br />
KDE Plasma Version: 6.1.3<br />
KDE Frameworks Version: 6.4.0<br />
Qt Version: 6.7.2<br />
Kernel Version: 6.9.9-danctnix1-1-pinetab2 (64-bit)<br />
Graphics Platform: Wayland]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Customize virtual keyboard?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20123</link>
			<pubDate>Tue, 16 Dec 2025 23:12:20 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=23625">WEF</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20123</guid>
			<description><![CDATA[Trying to use the Pinetab2 as my daily tablet, but the pop up keyboard does not contain all the characters i would like such as Home, End, L Tab, R Tab, F5, would be nice to be able to have these basic functions available from the virtual keypad. Anyone know is there some conf file or something that can be edited to add/change keys to the virtual keyboard? I am running the shipped Arch linux.<br />
<br />
Thanks for your suggestions.]]></description>
			<content:encoded><![CDATA[Trying to use the Pinetab2 as my daily tablet, but the pop up keyboard does not contain all the characters i would like such as Home, End, L Tab, R Tab, F5, would be nice to be able to have these basic functions available from the virtual keypad. Anyone know is there some conf file or something that can be edited to add/change keys to the virtual keyboard? I am running the shipped Arch linux.<br />
<br />
Thanks for your suggestions.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[black cursos background]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20078</link>
			<pubDate>Tue, 11 Nov 2025 22:07:39 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=19058">polrus</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20078</guid>
			<description><![CDATA[Hi<br />
in Gnome all works fine<br />
<br />
But in SDDM and Plasma i get black rectangle behind mouse indicator/cursor?<br />
Any hints?]]></description>
			<content:encoded><![CDATA[Hi<br />
in Gnome all works fine<br />
<br />
But in SDDM and Plasma i get black rectangle behind mouse indicator/cursor?<br />
Any hints?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Reinstallation Arch Linux ARM from scratch]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20068</link>
			<pubDate>Thu, 06 Nov 2025 05:17:37 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29681">victor_yeh</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20068</guid>
			<description><![CDATA[I have a Pine64 PineTab2 device. I have accidentally destroyed the Linux kernel on it, and there is no way to boot into Linux. However, I can access U-Boot. What should I do to install Arch Linux ARM with U-Boot only?<br />
<br />
By the way, I am not familiar to U-Boot commands. Are there any suggestions for installing Arch Linux ARM? (especially U-Boot commands)]]></description>
			<content:encoded><![CDATA[I have a Pine64 PineTab2 device. I have accidentally destroyed the Linux kernel on it, and there is no way to boot into Linux. However, I can access U-Boot. What should I do to install Arch Linux ARM with U-Boot only?<br />
<br />
By the way, I am not familiar to U-Boot commands. Are there any suggestions for installing Arch Linux ARM? (especially U-Boot commands)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pinetab-V boot rescue]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20045</link>
			<pubDate>Sun, 19 Oct 2025 21:01:12 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29580">anoduck</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20045</guid>
			<description><![CDATA[I managed to bugger up the boot configuration of my pinetab-V. At first, only a blank screen would come up, and it wouldn't even boot into the sdcard, but this much is fixed. <br />
<br />
Now, I want it to boot from the EMMC, which it doesn't do. Luo provides an u-boot update script in the GitHub releases for updating the bootloader, but I do not believe this tool is suited from rescuing the boot of a broken system. <br />
<br />
I will review the starfive documentation on booting, but if someone has experienced a similar issue, assistance would be appreciated. I have some critical projects going on I must dedicate my entire attention to, and cannot afford to tinker as I usually do.]]></description>
			<content:encoded><![CDATA[I managed to bugger up the boot configuration of my pinetab-V. At first, only a blank screen would come up, and it wouldn't even boot into the sdcard, but this much is fixed. <br />
<br />
Now, I want it to boot from the EMMC, which it doesn't do. Luo provides an u-boot update script in the GitHub releases for updating the bootloader, but I do not believe this tool is suited from rescuing the boot of a broken system. <br />
<br />
I will review the starfive documentation on booting, but if someone has experienced a similar issue, assistance would be appreciated. I have some critical projects going on I must dedicate my entire attention to, and cannot afford to tinker as I usually do.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[No updates on pinetab2 arch danctnix?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=20035</link>
			<pubDate>Mon, 13 Oct 2025 08:19:24 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=26956">Ingen</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=20035</guid>
			<description><![CDATA[Hi!<br />
Very satisfied user of this device. The stock arch danctnix os is a joy to use both in tablet mode and with keyboard.<br />
My only issue is with updates. They always seem to stop after a while. The usual <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo pacman -Syu</code></div></div><br />
that normally should give updates at least once a day, suddenly starts to state that all databases are up to date, there is nothing to do. This lasts for weeks.<br />
I try every possible solution I can find, but end up reinstalling the danctnix factory image. And then updates are working again for a while. This have happened maybe four-five times since I got it summer 2023. It's normally not a huge problem, but this time reinstalling don't help. Now I havent recieved updates in maybe 3-4 weeks. Tried reinstalling a couple of times but I only get the initial updating and then it stops.<br />
Does anyone else have this experience? Or can someone confirm that updating works for them? I would really appreciate to hear from you!]]></description>
			<content:encoded><![CDATA[Hi!<br />
Very satisfied user of this device. The stock arch danctnix os is a joy to use both in tablet mode and with keyboard.<br />
My only issue is with updates. They always seem to stop after a while. The usual <br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo pacman -Syu</code></div></div><br />
that normally should give updates at least once a day, suddenly starts to state that all databases are up to date, there is nothing to do. This lasts for weeks.<br />
I try every possible solution I can find, but end up reinstalling the danctnix factory image. And then updates are working again for a while. This have happened maybe four-five times since I got it summer 2023. It's normally not a huge problem, but this time reinstalling don't help. Now I havent recieved updates in maybe 3-4 weeks. Tried reinstalling a couple of times but I only get the initial updating and then it stops.<br />
Does anyone else have this experience? Or can someone confirm that updating works for them? I would really appreciate to hear from you!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[keyboard pogo pins part number]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19965</link>
			<pubDate>Tue, 26 Aug 2025 10:34:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29509">starpp</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19965</guid>
			<description><![CDATA[does anyone have a part number for the keyboard pogo pins?]]></description>
			<content:encoded><![CDATA[does anyone have a part number for the keyboard pogo pins?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Simple Outdoor Weather Station with Pine64 and ESP32]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19944</link>
			<pubDate>Fri, 08 Aug 2025 18:47:59 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29372">aria22</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19944</guid>
			<description><![CDATA[Hi everyone! I’m working on a basic outdoor weather station using a Pine64 board, and I want to feed it real-time temperature, pressure, and humidity data from an ESP32 + BME280 sensor over the network. I just followed this helpful tutorial using an ESP32 with BMP280 to upload weather data to ThingSpeak it’s a great blueprint for sending environmental readings wirelessly:<br />
<a href="https://www.theengineeringprojects.com/2022/03/esp32-bmp280-sensor-interfacing-with-thingspeak-webserver.html" target="_blank" rel="noopener" class="mycode_url">https://www.theengineeringprojects.com/2...erver.html</a><br />
I’ve also seen a Random Nerd Tutorials guide for building a standalone ESP32 + BME280 mini weather station, and skimmed Pine64’s docs on setting up services via their community Linux image. Does anyone here have experience aggregating sensor data this way? I’d love tips on best practices for handling connectivity, lightweight data ingestion, or small dashboards on Pine boards.]]></description>
			<content:encoded><![CDATA[Hi everyone! I’m working on a basic outdoor weather station using a Pine64 board, and I want to feed it real-time temperature, pressure, and humidity data from an ESP32 + BME280 sensor over the network. I just followed this helpful tutorial using an ESP32 with BMP280 to upload weather data to ThingSpeak it’s a great blueprint for sending environmental readings wirelessly:<br />
<a href="https://www.theengineeringprojects.com/2022/03/esp32-bmp280-sensor-interfacing-with-thingspeak-webserver.html" target="_blank" rel="noopener" class="mycode_url">https://www.theengineeringprojects.com/2...erver.html</a><br />
I’ve also seen a Random Nerd Tutorials guide for building a standalone ESP32 + BME280 mini weather station, and skimmed Pine64’s docs on setting up services via their community Linux image. Does anyone here have experience aggregating sensor data this way? I’d love tips on best practices for handling connectivity, lightweight data ingestion, or small dashboards on Pine boards.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Won't boot with a MicroSD inserted]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19942</link>
			<pubDate>Fri, 08 Aug 2025 00:59:55 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=9437">acruhl</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19942</guid>
			<description><![CDATA[Hello all.<br />
<br />
I'm having a problem with my Pinetab2 here:<br />
<br />
<a href="https://forum.pine64.org/showthread.php?tid=19908" target="_blank" rel="noopener" class="mycode_url">https://forum.pine64.org/showthread.php?tid=19908</a><br />
<br />
I'm trying to boot another OS from the MicroSD card using the UART adapter, but it just won't boot. Not with one or the other or both plugged in. I'm following this:<br />
<br />
<a href="https://wiki.pine64.org/wiki/PineTab2#Installation_instructions" target="_blank" rel="noopener" class="mycode_url">https://wiki.pine64.org/wiki/PineTab2#In...structions</a><br />
<br />
Am I doing something wrong?<br />
<br />
I also noticed that if I plug in the UART adapter and get a serial console on my broken OS that boots to the login GUI, I start to see emmc errors on the serial console.<br />
<br />
What can I do? I want to either:<br />
<br />
1. Fix the OS on the internal emmc<br />
2. Boot another OS on the MicroSD<br />
<br />
I'm beginning to doubt the hackability of this hardware.]]></description>
			<content:encoded><![CDATA[Hello all.<br />
<br />
I'm having a problem with my Pinetab2 here:<br />
<br />
<a href="https://forum.pine64.org/showthread.php?tid=19908" target="_blank" rel="noopener" class="mycode_url">https://forum.pine64.org/showthread.php?tid=19908</a><br />
<br />
I'm trying to boot another OS from the MicroSD card using the UART adapter, but it just won't boot. Not with one or the other or both plugged in. I'm following this:<br />
<br />
<a href="https://wiki.pine64.org/wiki/PineTab2#Installation_instructions" target="_blank" rel="noopener" class="mycode_url">https://wiki.pine64.org/wiki/PineTab2#In...structions</a><br />
<br />
Am I doing something wrong?<br />
<br />
I also noticed that if I plug in the UART adapter and get a serial console on my broken OS that boots to the login GUI, I start to see emmc errors on the serial console.<br />
<br />
What can I do? I want to either:<br />
<br />
1. Fix the OS on the internal emmc<br />
2. Boot another OS on the MicroSD<br />
<br />
I'm beginning to doubt the hackability of this hardware.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Libre Office on Pinetab2?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19941</link>
			<pubDate>Wed, 06 Aug 2025 13:48:41 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29459">Anonymous1989</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19941</guid>
			<description><![CDATA[Hello!<br />
<br />
I would like to know can I use Libre Office Writer etc. on Pinetab2? I don't mean review versions because I want to use writer version. I don't have yet Pinetab2 but I'm considering to buy it.]]></description>
			<content:encoded><![CDATA[Hello!<br />
<br />
I would like to know can I use Libre Office Writer etc. on Pinetab2? I don't mean review versions because I want to use writer version. I don't have yet Pinetab2 but I'm considering to buy it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Any updates on Bluetooth for PineTab 2?]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19937</link>
			<pubDate>Mon, 04 Aug 2025 19:57:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29455">BluetoothBroke</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19937</guid>
			<description><![CDATA[My Pinetab 2 has been sitting unused for months at this point and I am considering selling it because it simply does not have any use case for me, it’s far too slow to be convenient for most tasks when I have access to my desktop PC most of the time and the clunkiness makes me want to avoid using it for Anki flashcard reviews when I am away from the PC. Has the Bluetooth been fixed since I last tried it? If it has then I could maybe consider using it as a portable media machine with my Pinebuds Pro. Thanks]]></description>
			<content:encoded><![CDATA[My Pinetab 2 has been sitting unused for months at this point and I am considering selling it because it simply does not have any use case for me, it’s far too slow to be convenient for most tasks when I have access to my desktop PC most of the time and the clunkiness makes me want to avoid using it for Anki flashcard reviews when I am away from the PC. Has the Bluetooth been fixed since I last tried it? If it has then I could maybe consider using it as a portable media machine with my Pinebuds Pro. Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[beta release of a Linux mobile app strength training app]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19787</link>
			<pubDate>Tue, 08 Apr 2025 01:27:11 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=28748">coryholl</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19787</guid>
			<description><![CDATA[I have written a mobile strength training app which runs on Linux mobile devices.  I recently made a beta release of the app.<br />
<br />
Here is an app website with further info:<br />
<br />
<a href="https://muscle-buddy.sourceforge.io" target="_blank" rel="noopener" class="mycode_url">Muscle Buddy</a><br />
<br />
Source tarballs and AppImages are available for download <a href="https://sourceforge.net/projects/muscle-buddy/files/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
I own a PinePhone and PineTab2 which the app works on and I am interested in how well it works for other PineTab users.<br />
<br />
Any feedback would be highly appreciated.<br />
<br />
I am going to post a similar message to the PinePhone and PinePhonePro forums.  Hope people do not view that behavior as SPAMing.<br />
<br />
Thanks.  <img src="https://forum.pine64.org/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></description>
			<content:encoded><![CDATA[I have written a mobile strength training app which runs on Linux mobile devices.  I recently made a beta release of the app.<br />
<br />
Here is an app website with further info:<br />
<br />
<a href="https://muscle-buddy.sourceforge.io" target="_blank" rel="noopener" class="mycode_url">Muscle Buddy</a><br />
<br />
Source tarballs and AppImages are available for download <a href="https://sourceforge.net/projects/muscle-buddy/files/" target="_blank" rel="noopener" class="mycode_url">here</a>.<br />
<br />
I own a PinePhone and PineTab2 which the app works on and I am interested in how well it works for other PineTab users.<br />
<br />
Any feedback would be highly appreciated.<br />
<br />
I am going to post a similar message to the PinePhone and PinePhonePro forums.  Hope people do not view that behavior as SPAMing.<br />
<br />
Thanks.  <img src="https://forum.pine64.org/images/smilies/tongue.png" alt="Tongue" title="Tongue" class="smilie smilie_5" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Possible solution to boot and/or eMMC failures]]></title>
			<link>https://forum.pine64.org/showthread.php?tid=19772</link>
			<pubDate>Wed, 02 Apr 2025 05:01:57 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://forum.pine64.org/member.php?action=profile&uid=29094">sanctimonious_spoon</a>]]></dc:creator>
			<guid isPermaLink="false">https://forum.pine64.org/showthread.php?tid=19772</guid>
			<description><![CDATA[After attempting to flash an image to the eMMC, my Pinetab 2 would not boot from the eMMC, and when I booted from the SD card, I saw an error similar to the following<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mmc0: error -110 whilst initialising MMC card</code></div></div><br />
I tried flashing the eMMC with the factory image multiple times, but none of the attempts succeeded.<br />
<br />
Based on my experience with Xilinx SoCs, I suspected an issue with the SD Host Controller (SDHC). I poked at some of the internal registers on the SDHC in U-Boot, but while I noticed some possible patterns, I couldn't pinpoint a definitive issue or find any magical reset sequence that fixed the issue. I was able to observe that some of the low-level SD commands were timing out due to lack of response. Off a hunch, I removed the back cover and disconnected the battery cable form the main board (I also disconnected the other connectors so I could examine the main board, but given that both the SDHC and the eMMC are located on the main board, I wouldn't expect the removal of any of these to have an impact). When I reinserted the cable and booted the Pinetab 2 I was able to write an image to the eMMC and subsequently boot from the eMMC. My theory is that the SD/MMC/eMMC state machine in the SDHC was somehow corrupted, leaving it unable to enter a state where it could respond to commands; I suspect that fully de-energizing and re-energizing the circuit caused it to go into reset, getting it back on an operational path. It's possible the issue is with the eMMC chip instead of the SDHC, but my knowledge of SD/MMC standards and implementation is limited and I was unable to find substantial documentation on the eMMC chip. As a caveat, I have not had the time to attempt to reproduce the issue or my solution, so it's possible my observation and solution were subject to confounding factors I didn't test for. (Time aside, I damaged the microSD card reader while attempting to reseat the back cover, so I would need to get USB booting to work in order to be able to effectively run tests.)<br />
<br />
Hopefully, this is helpful to someone.]]></description>
			<content:encoded><![CDATA[After attempting to flash an image to the eMMC, my Pinetab 2 would not boot from the eMMC, and when I booted from the SD card, I saw an error similar to the following<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>mmc0: error -110 whilst initialising MMC card</code></div></div><br />
I tried flashing the eMMC with the factory image multiple times, but none of the attempts succeeded.<br />
<br />
Based on my experience with Xilinx SoCs, I suspected an issue with the SD Host Controller (SDHC). I poked at some of the internal registers on the SDHC in U-Boot, but while I noticed some possible patterns, I couldn't pinpoint a definitive issue or find any magical reset sequence that fixed the issue. I was able to observe that some of the low-level SD commands were timing out due to lack of response. Off a hunch, I removed the back cover and disconnected the battery cable form the main board (I also disconnected the other connectors so I could examine the main board, but given that both the SDHC and the eMMC are located on the main board, I wouldn't expect the removal of any of these to have an impact). When I reinserted the cable and booted the Pinetab 2 I was able to write an image to the eMMC and subsequently boot from the eMMC. My theory is that the SD/MMC/eMMC state machine in the SDHC was somehow corrupted, leaving it unable to enter a state where it could respond to commands; I suspect that fully de-energizing and re-energizing the circuit caused it to go into reset, getting it back on an operational path. It's possible the issue is with the eMMC chip instead of the SDHC, but my knowledge of SD/MMC standards and implementation is limited and I was unable to find substantial documentation on the eMMC chip. As a caveat, I have not had the time to attempt to reproduce the issue or my solution, so it's possible my observation and solution were subject to confounding factors I didn't test for. (Time aside, I damaged the microSD card reader while attempting to reseat the back cover, so I would need to get USB booting to work in order to be able to effectively run tests.)<br />
<br />
Hopefully, this is helpful to someone.]]></content:encoded>
		</item>
	</channel>
</rss>