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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,121
» Latest member: sabersoul1217
» Forum threads: 16,364
» Forum posts: 117,538

Full Statistics

Latest Threads
Pinephone software
Forum: General Discussion on PinePhone
Last Post: Zebulon Walton
07-10-2026, 02:21 PM
» Replies: 3
» Views: 363
Real women, real desire, ...
Forum: General
Last Post: Spaker
07-10-2026, 01:04 AM
» Replies: 0
» Views: 94
Weatherproof case build
Forum: Enclosures
Last Post: ltorsini
07-07-2026, 07:01 PM
» Replies: 12
» Views: 38,579
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: PinePhoneProUser
07-07-2026, 04:47 PM
» Replies: 16
» Views: 11,200
pinecil v2 dosent negotia...
Forum: General Discussion on Pinecil
Last Post: moses
07-07-2026, 07:28 AM
» Replies: 0
» Views: 151
Rock64 v2.0 u-boot SPI is...
Forum: General Discussion on ROCK64
Last Post: ju0n
07-05-2026, 11:02 AM
» Replies: 0
» Views: 189
Libby - ebook reader that...
Forum: PineNote Software
Last Post: kiwigoldfish
07-04-2026, 04:41 PM
» Replies: 6
» Views: 4,137
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 401
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 232
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,680

 
  What OS is the pinephone community edition os based on?
Posted by: ljones - 05-16-2020, 06:05 PM - Forum: General Discussion on PinePhone - Replies (2)

Hello all!

Just really wanted to ask a quick and simple question really. Does anyone know what os the pinephone/community edition os will be based on? I only ask as I was looking at a video on youtube ;

https://www.youtube.com/watch?v=-MXOgb-U2jI

but as I watched something didn't quite seem right. Sure the phone is running ubuntu touch but something just well - it looked just a little bit "android-ish" if you can see what I mean. And lo and behold about 4 mins into the video I see in the file manager a directory called "Android". So .... is the pinephone similar to the Aquaris E5? That old phone ran ubuntu touch but you couldn't use it in the same way as "normal" ubuntu (you couldn't even run apt-get update was one of the comments I heard back at that time - !). And in the end it was revealed that "ubuntu" was just a re-jigged "ubuntu" running in an android chroot. It was pretty ..... terrible. :-( and you're still tied in to google spying and survellience.

https://ubuntu.com/blog/bq-launches-the-...tu-edition

So is the pinephone just running "ubuntu" in a chroot but quitely running android below that? Only reason I ask is I don't want yet-another android spy device and really don't want to get stung a second time (I did buy the E5 back in the day x.x ).

ljones


  Waterproof? Hard glass?
Posted by: janat08 - 05-16-2020, 05:47 PM - Forum: General Discussion on PinePhone - Replies (7)

There're waterproof ratings out there that don't imply it will come back from sinking like Titanic. It would be nice to know if some kind of submergion is planned. Also how hard is glass and what's the type used or how easily it can be replaced?


  Changing Boot Order on the PineBook Pro
Posted by: bb1netusaf2004 - 05-16-2020, 03:57 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (1)

Hello, I searched for an answer but I'm not finding anything.  Apologies if this has been asked and answered already.

My Pinebook Pro boot order was behaving as expected for quite some time.  It was booting from the SD card when a bootable card was inserted, and then from the eMMC otherwise.

After flashing Ayufan's Chromium OS build to the eMMC, now for some reason the PBP always boots from the eMMC card unless I disable the hardware switch for it.  This effectively makes the eMMC worthless since it can't be re-enabled without rebooting, but then the boot happens from the eMMC (which is currently in a totally broken state and needs to be re-installed).  I've now got a real chicken and egg problem going here.

I had read that the boot order was fixed (possibly hardcoded) but given my experience here, I'm wondering how true that actually is.

Is there any way to change the boot order?  How can I restore it to factory settings?


  How to install opensuse on Pinebook pro
Posted by: User 15552 - 05-16-2020, 02:06 PM - Forum: Linux on Pinebook Pro - Replies (1)

Hi,

I am trying to install opensuse on my pinebook pro and feel stupid for asking this ... but how ?

I downloaded the iso from https://github.com/smithmcgriff/openSUSE-on-pinebookpro
and then I put it on an sd card.

My pbp boots from it but all I get is a terminal. I think it just boots from the sd card but how do I get the image to install on the internal drive in the pinebook pro?

Also a small side question:
How bad of an idea is it to simply get the aarch64  image from opensuse (https://software.opensuse.org/distributions/tumbleweed) and install that on the pbp?


  Booting - User device selection in U-Boot?
Posted by: Arwen - 05-16-2020, 01:44 PM - Forum: General Discussion on Pinebook Pro - Replies (10)

One of the issues that comes up is that we can't easily select what device to boot during startup.
U-Boot does not have that option for us, yet. During testing, I've had to remove and insert the
MicroSD card far too many times. It would be nice if I could leave it installed and force booting
something else.


So, how about something like this?

U-Boot selectable device target:
        - Pause & blink LED, (which one?), for a short time, (5 seconds?)
        - During this time, accept keyboard input
        - Select boot device of:
                - eMMC, (number 1?)
                - MicroSD card, (number 2?)
        - Timeout default using current scheme, MicroSD if installed, eMMC otherwise.

The exact keys for which devices are not really important. And if NVMe or USB booting works fine
then those could be added as well. Plus, allow changing the default boot order at install time, (so
people with NVMes could be a priority over eMMC).

Plus, perhaps having the ESC and Enter keys immediately jump to the default action. So a way to
skip the pause.

As time goes one, perhaps we can add a primitive text menu on the screen.


At present, this idea does not care where U-Boot is installed, (SPI, eMMC, MicroSD card). For
testing, it probably easiest to have it on a eMMC or MicroSD card. This idea is to address which
device we use for "/boot".

So, what does anyone else think?

Perhaps someone has a better idea?

Does using Grub as a target allow boot chaining?
(Meaning a grub menu entry can say go to another device.)


  apt upgrade
Posted by: GloriousCoffee - 05-16-2020, 12:23 PM - Forum: Linux on Pinebook Pro - No Replies

Hi

I'm not sure why this happens, although I've not noticed any issues so far, but every time I run apt-upgrade on debian on my PBP, the upgrade runs fine but always end with:
update-initramfs: Generating /boot/initrd.img-5.5.0-1-pinebookpro-arm64
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory
find: ‘/lib/modules/5.5.0-1-pinebookpro-arm64/kernel/arch/*/crypto’: No such file or directory

Thoughts?


  How to turn off standby mode
Posted by: BRAKE - 05-16-2020, 08:52 AM - Forum: General Discussion on ROCK64 - Replies (2)

Help please!



Attached Files
.jpg   photo_2020-05-16_17-51-15.jpg (Size: 120.39 KB / Downloads: 636)

  Remoting into Desktop Using PinePhone?
Posted by: SwankyBarbecue4 - 05-16-2020, 03:54 AM - Forum: Mobian on PinePhone - Replies (2)

Hello,

I am extremely interested in getting a PinePhone. I have this wild dream to use my PinePhone with external peripherals to remote into a desktop PC so I can use all of my juicy desktop applications on the go! One PinePhone to rule them all. Genius, right? I am imagining something like Teamviewer with the lowest latency possible.


DWService:

The best solution that I have in mind is DWService for PinePhone. How well does this work? Has anyone ever tried it or know where I could find a review?

[/url]

Apache Guacamole:


Similar to DWService, [url= https://guacamole.apache.org/]Apache Guacamole
seems promising since the client uses a web browser.


Parsec:

I am a curious new member in the Linux community, and I need a lesson on ARM distros. Can software intended for Raspbian run on PinePhone?

Hear me out... My thought process here is this: if Rasbian is an ARM port of Debian, and PinePhone is an ARM platform, then the software has a chance of working, right?

I am wondering if the remote control software Parsec will run on a Debian-based OS on PinePhone. Parsec officially supports the RaspberryPi and has a ".deb" file available for download. The setup guide for installing Parsec on the RaspberryPi is available here.



If anyone already knows of a working solution, I'm all ears!


Thank you for your time. Smile


  New use case for my Pine64
Posted by: S265 - 05-15-2020, 08:47 PM - Forum: General Discussion on ROCK64 - Replies (4)

Nothing special but I wanted to set up Fedora Server on this Pine64 v2 from here.

https://getfedora.org/en/server/download/


This did not work so I downloaded and installed Armbian_20.02.1_Rock64_buster_current_5.4.20. The OS booted up and is working ok.

My question is - will this work just as well for some server type work? Initially I want to set up an email server and will require postfix and other dependecies to be in the repository.

Going back to Fedora, they have a raw image download. Can this be made to work on the Rock64?


  Simplified boot flasher for PineTime via PI
Posted by: jlukanc - 05-15-2020, 04:38 PM - Forum: Development Discussion on PineTime - No Replies

A script modification I made to make it easier to flash different boot images.
Based upon lupyuen's scripts and requires openocd-spi.

https://github.com/jlukanc1/pinetime-boot-flasher/

I HAVE NOT TESTED THIS ON A DEVICE YET
USE AT YOUR OWN RISK

It should be fine however.

Look at the repo for more info. 

Good luck!
Smile