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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,205
» Latest member: Karen68
» Forum threads: 16,384
» Forum posts: 117,596

Full Statistics

Latest Threads
Hardware Feature Suggesti...
Forum: Quartz64 Hardware and Accessories
Last Post: Independent Researcher
Yesterday, 07:19 PM
» Replies: 0
» Views: 31
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 67
Pinephone visibly losing ...
Forum: General Discussion on PinePhone
Last Post: baptx
08-29-2026, 11:18 AM
» Replies: 9
» Views: 8,382
Fixing the Quartz64 USB3 ...
Forum: Quartz64 Tutorials
Last Post: mig
08-28-2026, 01:32 AM
» Replies: 1
» Views: 12,775
Pinecil as a Pocket-Sized...
Forum: General
Last Post: Arsen
08-27-2026, 09:15 AM
» Replies: 0
» Views: 128
SlateOS feedback needed!
Forum: Development Discussion on PineTime
Last Post: highjumpman
08-24-2026, 08:00 AM
» Replies: 0
» Views: 195
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,634
Hello, I am a new member ...
Forum: General
Last Post: WhiteRabbit0
08-20-2026, 12:17 PM
» Replies: 0
» Views: 396
Need help compiling andro...
Forum: Android on Pine A64(+)
Last Post: ahegarosib97
08-20-2026, 08:45 AM
» Replies: 2
» Views: 2,042
RAM-free SBCs with SODIMM...
Forum: General
Last Post: anchor
08-20-2026, 08:21 AM
» Replies: 0
» Views: 176

 
  Nodes not booting
Posted by: User 18962 - 08-04-2020, 06:50 PM - Forum: Clusterboard - Replies (23)

Im running into an issue where i added a 128gb EMMC to my clusterboard and now my nodes wont boot.

removing the emmc makes no change and only having one in doesnt matter either, they boot in the baseboard.

is there a way to plug something into the USB port on the cluster board to find out what its complaining about? 

any help would be much appreciated.


  Annoying phosh
Posted by: Zweitaktmotor - 08-04-2020, 05:44 PM - Forum: PinePhone Software - Replies (1)

The most annoying feature of phosh is the fact that running applications take up more than half of the home screen, leaving very little space for the rest of the icons at the bottom. - Can't this be changed?


  Pine64 UART4 RTS
Posted by: jeanmarc-bonzom - 08-04-2020, 03:20 PM - Forum: General - No Replies

Hi,

I'm using a Pine64 with Raspbian and everything is fine.
My project uses the UART4 and as I have a device with very specific and short timing I developped a Linux Line Discipline for that.

Everything is still Ok, but I'm facing an issue (maybe a newbie issue...) I cannot get RTS line (pin18 / PD4) controlled, neither from C from inside ,my line disciple neither from python with PySerial.

BTW, to veryfy I've connected a bitscope to lines Euler2 pins 18-19-21 and I see the signal on pins 19 & 21 (Tx & RX), but desperately nothing on pin 18 (RTS).

Are the RTS/CTS lines activated on the device or should I add an overlay for that? Or at least where to check?
Any clue?


  Camera
Posted by: GloriousCoffee - 08-04-2020, 01:42 PM - Forum: UBPorts on PinePhone - Replies (3)

Hi

Launching the camera app on Ubuntu touch, but the camera feed is black. Is this to be expected at this point in time? Could not get any picture from it on PostmarketOS with Cheese either.


  Ubuntu touch, volume
Posted by: GloriousCoffee - 08-04-2020, 10:31 AM - Forum: PinePhone Software - Replies (3)

Hi

Is it not possible yet to change the volume of a call in Ubuntu touch? I can not find any settings for this, and the up/down buttons on the side only seems to affect the speaker/s but not in call.


  Any chance that we get WiFi texting/calling on UT?
Posted by: ragreenburg - 08-04-2020, 09:13 AM - Forum: UBPorts on PinePhone - No Replies

Haven't seen any discussion on this (if there has been, I apologize) and was just curious if maybe this was a possibility.


  Did pine64 change the keyboard?
Posted by: Hsingai - 08-04-2020, 08:15 AM - Forum: Pinebook Hardware and Accessories - Replies (1)

thttps://store.pine64.org/product/11-6-pinebook/ shows a different arrangement of keys  
than 
https://store.pine64.org/product/pineboo...-build-in/


  Signal on PostmarketOS
Posted by: GloriousCoffee - 08-04-2020, 03:23 AM - Forum: PostmarketOS on PinePhone - Replies (8)

Hi


I've looked around, but can't really find anything on it.
Is it possible to get Signal to work on PostmarketOS currently? Looked around, but can't find anything on it really.


  USB-C hw mod tested
Posted by: Dmytro - 08-04-2020, 03:20 AM - Forum: PinePhone Hardware - Replies (1)

Feeling megi proximity I have got enough bravery to follow instructions to test OTG on PinePhone v1.2 (hw mod).
I have to say it WORKS!!! Big Grin

  • The longest part was to unscrew cca 15 little screws. Wink
  • Remove (unsolder) faulty pieces.
  • Put Ondřej's prebaked kernel with modules and u-boot config.
  • Put frimware and init it.
Voilà! USB-hub and mini-keyboard are working right away. Smile
As I didn't find any third party confirmation about proposed sequence is complete and correct, I here by confirm it works.
@Luke you may count Prague is covered. Wink
Note: with Ondřej's kernel I observe minor side effects at least with SXMO: battery driver reporting behavior changed, some scripts/programs with hardcoded ttySn got confused, USB-net doesn't start on boot.


  How to compile the kernel?
Posted by: Boern - 08-04-2020, 12:24 AM - Forum: Mobian on PinePhone - Replies (3)

Hi all!

To debug [url=https://forum.pine64.org/showthread.php?tid=10791]my problems[/url] I wanted to compile my own kernel to see if I can find out what triggers it. But my kernel doesn't boot at all. When I turn on the phone with my custom kernel installed the green LED is just permanently on and nothing else happens. Here's how I compiled the kernel (tried cross compiling, but also compiled it on the phone itself):

Code:
git clone https://gitlab.com/mobian1/devices/pinephone-linux.git
cd pinephone-linux
cp /proc/config.gz .
gunzip config.gz
mv config .config
make oldconfig
make menuconfig # Set it to append -pinephone to the version string
make -j `nproc` bindeb-pkg
sudo dpkg -i ../linux-image-5.7.0-pinephone-g9853915bff28_5.7.0-pinephone-g9853915bff28-1_arm64.deb