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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,901
» Latest member: colaice13579
» Forum threads: 16,324
» Forum posts: 117,404

Full Statistics

Latest Threads
irradium (based on crux l...
Forum: Linux on Quartz64
Last Post: mara
Yesterday, 04:21 PM
» Replies: 8
» Views: 15,126
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
Yesterday, 11:04 AM
» Replies: 12
» Views: 16,859
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
Yesterday, 09:32 AM
» Replies: 11
» Views: 17,726
Question About New Produc...
Forum: General
Last Post: kulala
Yesterday, 01:17 AM
» Replies: 0
» Views: 59
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
03-06-2026, 10:53 PM
» Replies: 12
» Views: 13,724
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
03-05-2026, 04:24 PM
» Replies: 16
» Views: 7,970
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: diazman39
03-05-2026, 10:14 AM
» Replies: 15
» Views: 7,555
Armbian has been released...
Forum: News
Last Post: ArmbianForSBCs
03-03-2026, 01:41 AM
» Replies: 22
» Views: 35,798
Systemupgrade fails
Forum: PineTab Software
Last Post: Raik
03-03-2026, 01:02 AM
» Replies: 1
» Views: 174
Pinecil v2: Use car batte...
Forum: General Discussion on Pinecil
Last Post: FZB
03-02-2026, 09:56 AM
» Replies: 0
» Views: 109

 
  Question About New Product Releases
Posted by: kulala - Yesterday, 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.


  Systemupgrade fails
Posted by: Raik - 02-25-2026, 11:15 PM - Forum: PineTab Software - Replies (1)

I have perform a system upgrade/actualization and it fails. It looks like all is working fine but after restart it ends in a endless loop. Enter the GUI is no longer possible.
With CTRL+ALT+F2 I can enter the Terminal. My account is working but no network and "startx" fails.

I have try to install the available actualization in discovery and later, after a "factory reset", in terminal "sudo pacman -Syu". All the same.
After the actualization e.g. freecad, musescore are working (before only installing possible) but after a restart... next "factory reset".

Any ideas?


  dead Pinebook - help please
Posted by: RicTor - 02-25-2026, 08:49 AM - Forum: General Discussion on Pinebook Pro - Replies (1)

My PBP broke due to stiff hinges. I have replaced the Palm case, released the stiff hinge and transplanted all contents.

But the PBP now will not switch on. I have checked all connections, ribbons etc. All look OK.

Can anyone help me with tests to find the problem? Email would be very useful.


  OpenClaw
Posted by: keithy - 02-22-2026, 11:57 AM - Forum: Linux on Rock64 - No Replies

Minimal community edition of Armbian to run a minimal OS, podman and OpenClaw

(Just wanted to share my recent success)



Downloaded community rolling release minimal Arabian image from:

https://www.armbian.com/rock64/

Etchered onto 4Gb SD-Card.



Booted, user:root pass:1234

Added ssh key, disable root password.

Ran the armbian-update



$> sudo apt-get install f2fs-tools

$> armbian-config (transfer os to internal emmc 

(this worked like a charm, uses f2fs and leave /boot as ext)



$>  sudo apt-get install git

$>  sudo apt-get install apt-transport-https



Using podman required the following dependencies:

$> apt install uidmap

$> apt install nftables

$> apt install catatonit

$> apt install passt

$> apt install podman

$> apt install podman-compose



$> git clone --depth 10 https://github.com/openclaw/openclaw



$> # tmp isn’t big enough for the next steps

$> mount -o remount,size=2600M /tmp



$> cd openclaw

$> ./setup-podman.sh --quadlet

$> sudo systemctl --machine openclaw@ --user start openclaw.service

However, I struggled to access logs of what was going on inside podman.

Plan B mise-en-place managed tools

Install mise-en-place using apt
from: https://mise.jdx.dev/installing-mise.html

Code:
sudo apt update -y && sudo apt install -y curl
sudo install -dm 755 /etc/apt/keyrings
curl -fSs https://mise.jdx.dev/gpg-key.pub | sudo tee /etc/apt/keyrings/mise-archive-keyring.asc 1> /dev/null
echo "deb [signed-by=/etc/apt/keyrings/mise-archive-keyring.asc] https://mise.jdx.dev/deb stable main" | sudo tee /etc/apt/sources.list.d/mise.list
sudo apt update -y
sudo apt install -y mise

As user claw.

Add activation to ~/.bashrc
$> echo 'eval "$(mise activate bash)"' >> ~/.bashrc

$> mise use -g node@22
$> mise use -g pnpm
$> mise settings set npm.package_manager pnpm
$> mise use -g npm:openclaw
$> which openclaw
$> /home/claw/.local/share/mise/installs/npm-openclaw/2026.2.21-2/bin/openclaw
$> openclaw onboard


  installed devuan 5/6 - missing out on resolution
Posted by: kapqa - 02-20-2026, 11:36 AM - Forum: General Discussion on ROCKPRO64 - No Replies

Hello ,

hjae installed Devuan 5/6 on a newly acquired RockPro64 -
very pleased overall with the system

https://devuan.bio.lmu.de/devuan/dists/d...rd-images/
https://devuan.bio.lmu.de/devuan/dists/e...ard-images

however iam missing out on resolutions,
since xrandr is reporting only resolutions on 16:9 format, however my monitor are mostly in 16:10;

do i need additional driver or firmware?

devuan is a derivative of debian, so devuan 5 iscorresponding to debian 12
devuan 6 to debian 13 trixie roughly.



thank you very much.


  Powering two disks from RockPro64
Posted by: some_pinephone_user - 02-19-2026, 03:20 PM - Forum: RockPro64 Hardware and Accessories - Replies (3)

Hello all. I'm thinking about following option:

connect one 2.5" HDD to a USB3.0 port and second HDD to a USB-C port. Can be both powered on simultaneoulsy only from USB?
If I transfer data from one disk to another will the data transfer be too slow because both disk are on the same USB3 controller?

What if I connect the second disk to a USB2 port?

Only one disk will be working 24/7. The other one will only be turned on for weekly backups.


Brick Pine 64 Mount hole Dimensions
Posted by: Piney64 - 02-18-2026, 11:27 AM - Forum: General Discussion on PINE A64-LTS / SOPINE - No Replies

I'm looking to add my pine64 to a din rail and am wondering what the dimensions are for the mounting holes and a) does a horizontal din mount exist and b) are the mount holes the same dimensions as any 3d printer boards.


  keyboard and docking pad
Posted by: wigan - 02-15-2026, 08:41 AM - Forum: General Discussion on PinePhone - No Replies

Debian Mobian
vmlinuz-6.1-sunxi64

Docking bar doesn't work w/ the fon in the keyboard (connected to the pinefon
USB-C port).  The keyboard manual says (in four languages)...

  When coupled w/ the keyboard the pinefone's USB-C is to be used 'solely' for
  data and peripherials.

I take the docking bar to be a peripherial.  I've read through the relevant
material w/o finding a way through.

  Firmware:  https://xnux.eu/pinephone-keyboard/
  Firmware repository: https://xff.cz/git/pinephone-keyboard/
  FAQ:  https://xnux.eu/pinephone-keyboard/faq.html

Would like to hear from anyone who has this working.

-ludy-