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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,083
» Latest member: alireza23
» Forum threads: 16,360
» Forum posts: 117,521

Full Statistics

Latest Threads
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
3 hours ago
» Replies: 16
» Views: 33,843
Android Gaming Image
Forum: Game Station Emulation
Last Post: Mary_Davis
9 hours ago
» Replies: 51
» Views: 110,362
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
9 hours ago
» Replies: 3
» Views: 5,493
Libby - ebook reader that...
Forum: PineNote Software
Last Post: Mary_Davis
9 hours ago
» Replies: 5
» Views: 3,709
Game Controllers
Forum: Game Station Emulation
Last Post: Mary_Davis
9 hours ago
» Replies: 26
» Views: 69,128
Pinecil low temp mods?
Forum: General Discussion on Pinecil
Last Post: davidcoley
06-21-2026, 02:53 AM
» Replies: 0
» Views: 65
can't find pam library
Forum: General Discussion on PinePhone
Last Post: fxkl47BF
06-20-2026, 06:04 PM
» Replies: 0
» Views: 107
Updated Pinebook Pro?
Forum: General Discussion on Pinebook Pro
Last Post: tantamount
06-20-2026, 10:14 AM
» Replies: 2
» Views: 815
pmos firewall
Forum: General Discussion on PinePhone
Last Post: fxkl47BF
06-20-2026, 08:40 AM
» Replies: 0
» Views: 80
"USB access to SD" disapp...
Forum: General Discussion of PinePhone Pro
Last Post: jebez
06-19-2026, 06:40 PM
» Replies: 0
» Views: 176

 
  Using multiple UART's on Rock64.
Posted by: sachineswar - 08-29-2022, 12:31 PM - Forum: Linux on Rock64 - No Replies

We are using one of the serial interface - UART_2 on the GPIO header pins for console. We wanted to use one more UART to communicate to another device. 

From the pin diagram, there are 2 more UART's available. One set TX-RX on pins 15,18 and another set of TX-RX on pins 33,35.

We are only using EMMC and not using the SD card slot. Is it possible to disable SD card and configure it to be used for the UART.
We are using the Linux kernel from Ayufan - release-4.4.167.

How can we configure to use them appropriately. Is it possible to make the changes using dtb overlay.

Also what's the maximum baudrate that can be achieved on these UART's ? Currently the one used on UART_2 (console) is 1500000. Is this the maximum speed supported ?


  How to check which mobian build I am running
Posted by: jojuma - 08-29-2022, 04:44 AM - Forum: Mobian on PinePhone - No Replies

Hello,

is there a way to check, which version of mobian I am exactly running?

I mean if I take the list of weekly builds as reference, is it possible to see, which weekly build I am running?

The information delivered by e.g.

Code:
lsb_release -a

and similar commands don't provide that information.

Thanks!


  Now way to implement push notifications ?
Posted by: saddamus - 08-29-2022, 03:25 AM - Forum: Manjaro on PinePhone - Replies (4)

Hello,
Playing with Pinephone I have just realised, that the only way to receive real time communication like calls and messages is over GSM service. VoIP and internet messengers will not work, because when phone gets suspended - operating system goes offline and if you disable power saving feature - keeping the system all the time online, the battery will be consumed within a few hours. 
What i have researched is that the only ability of crust is to wake up the system, being triggered by GSM call or SMS and in the best case you can manage periodic wake up for syncing services like email. Does this mean that there is no way and there is no view for the future that pinephone will be usable for real time internet communication, for example push service awakes the system and let the app to pickup incoming VoIP call or IM message ?


  difference between android and linux?
Posted by: vanja - 08-29-2022, 02:52 AM - Forum: PinePhone Software - Replies (3)

Hi all, regarding the general narrative here around android, it seems like everyone thinks android is some closed source software...well, it's not. there is no google  in AOSP

What is in your opinion the difference between running GloDroid and Ubuntu on pinephone? Glodroid is also open sourced system that uses linux kernel, called android.

Basically, android is a linux derivative specialized for mobile devices.
To me, saying android bad, linux good  sounds like people who say Linux is crap, unix is the best. FreeBSD is the only OS for real men, forget about linux.


  Pinetime Screen issue after bootloop troubles
Posted by: Spater - 08-28-2022, 08:17 PM - Forum: General Discussion on PineTime - Replies (12)

Hi,

Last week, I took off my Pinetime (sealed version) to wash the dishes and stored it in my pocket. When I took it back to wear it, the watch was in a bootloop (attached video).



After trying the different reset/recovery options and letting the watch battery drain, I managed to recover the watch.

But after at least three episodes of bootloop, there now seems to be a screen/display issue (see attached pictures).

Anyone knows if this might be either an hardware or software/firmware trouble? Or is there an easy way to test that?

I really like my PineTime, it's a bummer that it's now unusable after only about 13 months.

Thanks



Attached Files Thumbnail(s)
       

  Paid Help Wanted..!!
Posted by: ZX Spectrum - 08-28-2022, 08:10 AM - Forum: General - Replies (2)

Hello
couple of months ago I ordered PinePhone Pro with keyboard.
it came with plasma as usual but actually I couldn't update or install any app.
some guys looked at my log and found out that the keyrings are broken and thus update was not possible.

now I would like to install Mobian instead of plasma but actually I don't have the required skills to do that.
thus I am willing to pay for a step by step help to do the following:
 
1 - install Mobian 
2 - ensure that the keyboard drivers are ok and working
3 - install releight reloaded with phosh (https://github.com/WebFreak001/raleigh-reloaded)

please PM me if you are interersted

thanks


  HDMI audio not working with LAKKA
Posted by: applewoz - 08-27-2022, 06:00 PM - Forum: General - No Replies

Hi guys, i installed lakka on my pine64 but i don't have any sound via hdmi port, can you fix it? 

Thanks


  How to install iptables extensions? I get "Extension owner revision 0 not supported"
Posted by: anon4 - 08-27-2022, 12:19 PM - Forum: Manjaro on PinePhone - No Replies

I'm trying to do


Code:
sudo iptables --append OUTPUT --match owner --gid-owner allow-net --jump ACCEPT

which works on my desktop but when I try to do it on the pinephone I get


Code:
Warning: Extension owner revision 0 not supported, missing kernel modules?
iptables: No chain/target/match by that name.


The owner iptables extension seems to be installed though because I can do


Code:
sudo iptables --match owner -h

and I get the man page for owner


  Article: PinePhone boots Apache NuttX RTOS
Posted by: lupyuen - 08-27-2022, 05:31 AM - Forum: PinePhone Software - No Replies

Suppose we’re creating our own Operating System (non-Linux) for PinePhone…

-  What’s the File Format?

-  Where in RAM should it run?

-  Can we make a microSD that will boot our OS?

-  What happens when PinePhone powers on? (U-Boot)

This article explains how we ported Apache NuttX RTOS to PinePhone. And we’ll answer the questions along the way!

PinePhone boots Apache NuttX RTOS


  Restart when inserting pin
Posted by: Gon - 08-27-2022, 01:23 AM - Forum: Arch Linux on PinePhone - No Replies

Hi all,

I have this issue when starting Arch Plasma on Sd card on pinephone: when I'm on the pin screen, I insert it and then it restarts automatically. It does the same thing again and again.

Do you know any solution with this?

Thanks so much.