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: 28
Single-board computers an...
Forum: General
Last Post: Spaker
08-29-2026, 08:12 PM
» Replies: 0
» Views: 66
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: 194
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: Nambo
08-23-2026, 12:17 AM
» Replies: 18
» Views: 13,632
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

 
  How to add an external power button?
Posted by: foresto - 08-15-2020, 03:06 AM - Forum: RockPro64 Hardware and Accessories - Replies (6)

Does the RockPro64 have header pins (or something similar) for an external power button? I would like to add such a button, since the on-board one can be difficult to use.

I see four holes at the corner of the board near the headphone jack. They're at the bottom right of this close-up view. One of those contacts is labeled PWR. Does that mean it's for delivering power, or will grounding it act like pressing the power switch? (The other contacts are labeled GND, REC, GND.)

If those holes are the contacts I need, what size header will fit them?

Is there a better way to do this?


  Funny Conky like script to monitor your PBP state
Posted by: as400 - 08-14-2020, 08:39 AM - Forum: Linux on Pinebook Pro - Replies (1)

I found it this script useful. So I'm sharing it.
It monitors CPU/GPU frequencies, temperatures and gives basic info from top.

Code:
#!/bin/bash

a53=$(cat /sys/devices/system/cpu/cpu1/cpufreq/scaling_cur_freq | awk '{print $1 / 1000000}')
a72=$(cat /sys/devices/system/cpu/cpu4/cpufreq/scaling_cur_freq | awk '{print $1 / 1000000}')
cpu=$(cat /sys/class/thermal/thermal_zone0/temp)

gpuf=$(cat /sys/devices/platform/ff9a0000.gpu/devfreq/ff9a0000.gpu/cur_freq | awk '{print $1 / 1000000}')
gpu=$(cat /sys/class/thermal/thermal_zone1/temp)
echo CPU temperature '>' ${cpu::2}C
echo GPU temperature '>' ${gpu::2}C
echo A53 Little frequency '>' ${a53}Ghz
echo A72 Big frequency '>' ${a72}Ghz
echo GPU frequency '>' ${gpuf}Mhz
echo ""
top 1 -bn1 | head -10


Copy code, save as eg. script.sh. Then:


Code:
chmod +x script.sh


If you want to refresh information every 0.5 seconds:

Code:
watch -n 0.5 script.sh


Every 2 seconds:

Code:
watch -n 2 script.sh


  I have a manjaro 20.03 install from march, now pacman does not work
Posted by: Ilia3101 - 08-14-2020, 07:16 AM - Forum: Linux on Pinebook Pro - Replies (5)

I installed manjaro 20.03 in march, and pretty much haven't touched the pinebook since april. Now I am back to it, every time I try to run pacman it can't connect to the package servers.

Is there any way of fixing this? Or will I have to completely reinstall to a newer manjaro? I just want to install a few more packages and update what I have.

I get this output:

Code:
:: Synchronising package databases...
error: failed retrieving file 'core.db' from manjaroarm.mirrors.lavatech.top : Could not resolve host: manjaroarm.mirrors.lavatech.top
core is up to date
error: failed retrieving file 'extra.db' from manjaroarm.mirrors.lavatech.top : Could not resolve host: manjaroarm.mirrors.lavatech.top
extra is up to date
error: failed retrieving file 'community.db' from manjaroarm.mirrors.lavatech.top : Could not resolve host: manjaroarm.mirrors.lavatech.top
community is up to date
:: Starting full system upgrade...
there is nothing to do


  Ubuntu for RockPro64
Posted by: dndeokar - 08-13-2020, 06:23 PM - Forum: Linux on Pinebook Pro - Replies (1)

I am looking for stable version of Ubuntu for my RockPro64 SBC. Please let me know the details


  Possible to upgrade PBP with NVMe M.2 1TB SSD from Sabrent?
Posted by: kkdao - 08-13-2020, 06:06 PM - Forum: Pinebook Pro Hardware and Accessories - Replies (15)

I tried using this: https://store.pine64.org/product/pineboo...e-adapter/ to upgrade my PBP storage capacity using these instructions: https://forum.pine64.org/showthread.php?tid=4971 but after the "sudo cp -avx / /mnt" command it makes my "kernel panic" and the power light starts flashing red and green.

On the second try of restarting the laptop I'm able to log back in like normal, so is this behaviour a sign that I can't use this high amount of an SSD, or is i possible as long as uboot is in the right spot? Not sure how to do that though if so.

Thanks in advance!


  Komorebi: Live wallpaper manager
Posted by: nas - 08-13-2020, 05:35 PM - Forum: PinePhone Software - No Replies

So can we have animated wallpapers on the pinephone? Here's a quick video that says yes.

Caveats: It's running on desktop mobian and utilises approx 12% per core for 720p videos. 1440p native resolution playback is smoother but double the cpu penalty. Selector menu expects mouse rather than touchscreen.

This eye candy is a bit expensive even with pause-when-not-focused but there's a fork of komorebi which may implement improvements.

https://github.com/Komorebi-Fork


.jpg   komorebi-pinephone.jpg (Size: 41.91 KB / Downloads: 731)


  Questions about the PinePhone component list
Posted by: amosbatto - 08-13-2020, 02:22 PM - Forum: PinePhone Hardware - Replies (6)

I have compiled a list of the components in the PinePhone v1.2a by looking at the schematic:

https://wiki.pine64.org/index.php?title=...onent_list

However, I have several questions, and maybe someone here can answer them.

What do the abbreviations DU, ED and FB mean when they are used to identify components?

  • DU : "U" is for an integrated circuit, but not sure what the "D" means. (e.g. DU1)
  • ED : "D" is for a diode, but not sure what "E" means. (e.g. ED600)
  • FB : ? (e.g. FB804, FB805)

Also, I see 2 accelerometers/gyroscopes on page 12 of the schematic:
  • U1202: TDK InvenSense MPU6050 six-axis, low-power MEMS gyroscope and accelerometer, QFN-24 4x4x0.9 mm [datasheet]
  • U1204: Bosch Sensortek BMI120 3-axis gyroscope and accelerometer, LGA-14 2.5x3.0x0.83 mm
Note: Listed as “NC/BMI120”, where “NC” probably means “not connected”, so there may be circuits in the PCB for the part, but it is not placed on the board. This is probably an alternative to the MPU6050.

It looks like the Bosch part is not placed on the board, however, it looks like there are two magnetometers in the Pinephone and I can't figure out why:
  • U1200: STmicroelectronics LIS3MDL ultra-low-power three-axis magnetometer, LGA-12 2.0x2.0x1.0 mm [datasheet]

  • U1203: Asahi Kasei Microdevices (AKM) AK09911 3-axis electronic compass IC with Hall sensor, 8-pin WL-CSP (BGA), 1.2×1.2×0.5 mm
    or
  • U1203: Voltafield Technology Corp. (VTC) AF8133J 3-axis electronic compass with proprietary anisotropic magneto resistive (AMR) technology, 8-pin WLCSP 1.2x1.2x0.5 mm
Note: Both parts are listed, so have to check the PCB to see which was used. It is not clear why this part is needed when the device already has the LIS3MDL.

Can someone please check on their PinePhone whether there are really two magnetometers and which models are being used.


Another question is whether the schematic for the Pine64 doesn't include all the circuits. I noticed that the schematic for the Librem 5 has twice as many parts as the PinePhone and has a lot more detail. I have compiled a list of the parts in the Librem 5 and the difference is noticeable:
https://source.puri.sm/Librem5/community...onent-list

Is the schematic for the  PinePhone complete or did Pine64 leave out some of the circuits?


  [placeholder] Rules of engagement and code of conduct
Posted by: Luke - 08-13-2020, 01:30 PM - Forum: Community and Events - No Replies

Reserved


  multiple operating systems?
Posted by: derekn - 08-13-2020, 12:35 PM - Forum: General Discussion on PinePhone - Replies (8)

I just ordered a PinePhone, and I've been doing some reading on the wiki...  It sounds like it will be possible to get several SD cards, and install a different OS on each card, and then swap OSes by powering off, swapping the SD card, powering back on.  Is that correct?  I'm hoping it is, because it will make it super-easy to try out some of the more interesting (and maybe less polished) OS options.

Is there any particular reason to install an OS on the internal storage (versus SD card)?  Maybe better performance?


  christmasssss pine phone !
Posted by: YoGiB33r - 08-13-2020, 08:17 AM - Forum: General Discussion on PinePhone - Replies (2)

Hello there !

I am happy this kind of wonderfull device came to life Smile  but before buying one for chrsitmass for me, i have severals questions to ask you ^^

- does the battery works a complete day ? i saw so many tutos and vidéos telling about the 4 hours of battery Sad

- i have to use (please excuse me) 4 propriétary sofware as instagram ( for my daily pics), facebook, discord and deezer) and yes as a linux user i am sorry to have to make with it. but perhaps do exists some ice ssb encapsulations for theses big datas software ?

- do the gps and the 4g works fine ? i use sometime some gps tracking in a car and this is usefull !

I'm sorry to ask you all this, the pine phone begins a coooool and sure product and will come to me one day ^^

thanx reading me Smile

YoG