Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,948
» Latest member: adminfddvbg
» Forum threads: 16,330
» Forum posts: 117,430

Full Statistics

Latest Threads
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: cheepeero
03-30-2026, 05:07 PM
» Replies: 0
» Views: 63
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
03-28-2026, 01:01 PM
» Replies: 17
» Views: 8,334
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 1,960
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 807
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 530
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
03-25-2026, 12:55 PM
» Replies: 23
» Views: 18,627
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
03-25-2026, 09:39 AM
» Replies: 18
» Views: 34,178
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 127
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 168
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,712

 
  Voidlinux working on eMMC
Posted by: cheepeero - 03-30-2026, 05:07 PM - Forum: General Discussion on PineTab - No Replies

Hi!

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.


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.


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!

The resources I needed are as follows:


If you follow my steps, and skip step 2, you won't need this, but it was handy for me:

Below are the steps I took. If you follow this, SKIP STEP 2!

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.
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.
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.
    - I recovered with the UART (https://pine64.org/documentation/PineTab...s_and_FAQ/ - Recovery from non-booting device) and installed a fresh danctnix Archlinux factory image.
    - Note to maintainers: please remove the faulty instruction from the Wiki page, or, alternatively, clarify how to flash Voidlinux to the eMMC.
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.
4. From the SD card I followed the instructions on chroot install from Voidlinux handbook (https://docs.voidlinux.org/installation/...hroot.html), with the following notes:
    - mounted /dev/mmcblk0p2 as /mnt, next /dev/mmcblk0p1 as /mnt/boot. There is no need for an EFI partition.
    - I used `ARCH=aarch64-musl` and the repo URL `REPO=https://repo-default.voidlinux.org/current/aarch64/`
    - 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
    - also skip stuff related to GRUB and EFI
    - as a side note, the section about Pinebook Pro does not apply at all to Pinetab2
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.
    - the imageramfs step did not work - out of disk space on boot partition, but the system boots and works fine without it
    - the u-boot boot.scr needed to be regenerated. The xbps-install output provides necessary instructions on-screen
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.
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)

At this stage I still have Voidlinux-related stuff to fix, but the base system and KDE/Plasma works.


  A/V output enable
Posted by: 8lall0 - 03-24-2026, 04:45 PM - Forum: Linux on Rock64 - No Replies

Hello everyone!

I have a Rock64, but i cannot get the A/V jack to output video.

Do you have any hints?

Thanks!


  If your USB-C port is flakey...
Posted by: Zebulon Walton - 03-24-2026, 02:25 PM - Forum: PinePhone Pro Hardware - No Replies

I was having problems with my Pinephone's USB-C charging port. I tried a few different cables but they were all making intermittent connections, if the phone was moved around at all power could be lost and then would reconnect making the phone boot up.

I do have a spare USB board but before doing surgery on the phone I sprayed some DeoxIT contact cleaner into the port and plugged/unplugged a USB cable several times. After doing this the port is working fine! Even directly wiggling the connector doesn't break the connection.

The Pinephone's USB port is open to dirt and debris and over the years apparently enough got in there to affect the connection. So if you're having problems with your USB connection this is something to try before swapping out the board.

*** EDIT *** Oops, I meant to post this in the regular Pinephone board, not the Pro board! Though I expect this info applies to both models.


  Pine a64+ power supply
Posted by: davidspencer - 03-18-2026, 01:02 AM - Forum: General Discussion on PINE A64(+) - No Replies

Hello,
I’m new here. A friend gave me his old Pine A64+ that I want to use to run a program for my 3D printer. I’ve run into some problems and narrowed them down to a few possibilities, one of which is the power supply. What do you all use for your Pine A64+ boards?

Right now I’m using a USB cable from an old 5 V phone charger plugged into a cheap surge‑protected power strip. Is that okay, or do I need a more stable or controlled power source?


  Prohibit Pinecil from going nuclear
Posted by: snorkel - 03-12-2026, 07:30 AM - Forum: Pinecil Software - Replies (2)

Got my Pinecil some weeks ago. Fixed me a DC plug so I could run 24V.
It works just fine! Most of the time...

Then and again it goes into nuclear mode, I see it tries to run 450C or something like it.
After that the tip is toast.

Now, tips are'nt directly cheap and I consider this to be a manufacturing problem.
But you all know the drill..

What I want to know, does anybody else have this problem?
I saw some weird setting regarding high temperature, nothing I could turn off as far as I understodd.

Please help, before I run out of tips..

  /Snorkel


  Looking for PineTime users to test an Android app with BLE heart rate support
Posted by: Mitrax - 03-11-2026, 11:42 AM - Forum: General - Replies (2)

Hi everyone,

I'm currently developing a small Android app called Dormivox.

The Bluetooth feature was mainly designed with the Pine watch in mind – mostly because I like the project.

Current features:
• Live noise level detection
• Alarm to interrupt snoring
• Night statistics and history
• Playback of recorded audio segments
• Optional Bluetooth heart rate input (BLE)

I'm particularly interested in testing Bluetooth heart rate devices with open BLE support (for example PineTime or other BLE HR monitors).

If anyone here would like to try it and give some feedback, that would be very helpful.

You can find the app on the Play Store by searching for: Dormivox

Thanks!
Mitrax

   


  US Tariffs & Recent Supreme Court Decision
Posted by: recursivenomad - 03-09-2026, 09:46 AM - Forum: General - No Replies

Hello PINE64 community,

I see that making a purchase to the US is still charging the full $25 shipping, noting coverage for tariffs, and the amount has not changed since the US Supreme Court decision to suspend specific tariffs in February.  I just wanted to ask if there are any plans to update this cost to reflect the new tariff situation, or if this cost is expected to remain the same?

Thank you for developing and selling awesome open-source hardware :)


  Question About New Product Releases
Posted by: kulala - 03-07-2026, 01:17 AM - Forum: General - No Replies

Hi,i noticed that there have been no new product releases in the past two years. May I ask what the reason is? Blush


  Pinecil v2: Use car battery for power?
Posted by: FZB - 03-02-2026, 09:56 AM - Forum: General Discussion on Pinecil - No Replies

Hey hey. Can I use a car battery for power for the Pinecil v2? A starter battery to be precise.


  RISC OS Linux port
Posted by: Raik - 02-26-2026, 05:40 AM - Forum: PineTab Software - No Replies

I have installed RISC OS on Linux on PineTab2 (also on PinePhone with Mobian). Is not an Emulator, is an executable. So it is very fast with the access of the hardware like WLAN etc. The screenshot are my own settings.

[Image: ROS_PineTab2.jpg]

You can download from PyraDirect . The collection I have made for the Pyra handheld based on ROD's PiDirect but works fine on PineTab.

It need base-devel as dependencies (e.g. sudo pacman -Sy base-devel)

Unpack the download in Terminal with

tar —xattrs -xvf Downloads/pyra_direct.tar.gz

to your home directory. It takes a while.

Then in Terminal…

Dir RISC_OS

./run_RISC_OS

The first start takes a bit longer.