| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 29,947
» Latest member: jemmymark
» Forum threads: 16,330
» Forum posts: 117,430
Full Statistics
|
| Latest Threads |
Voidlinux working on eMMC
Forum: General Discussion on PineTab
Last Post: cheepeero
Yesterday, 05:07 PM
» Replies: 0
» Views: 47
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
03-28-2026, 01:01 PM
» Replies: 17
» Views: 8,246
|
Pinecil V2 doesn’t power ...
Forum: General Discussion on Pinecil
Last Post: Juptin
03-28-2026, 02:37 AM
» Replies: 1
» Views: 1,954
|
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: williamcorlin
03-26-2026, 04:22 PM
» Replies: 3
» Views: 773
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
03-25-2026, 12:57 PM
» Replies: 1
» Views: 519
|
How can I record video on...
Forum: General Discussion on PinePhone
Last Post: baptx
03-25-2026, 12:55 PM
» Replies: 23
» Views: 18,570
|
u-boot rk356х (rockchip r...
Forum: Quartz64 Tutorials
Last Post: hamsterbacke
03-25-2026, 09:39 AM
» Replies: 18
» Views: 34,110
|
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
03-24-2026, 04:45 PM
» Replies: 0
» Views: 121
|
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
03-24-2026, 02:25 PM
» Replies: 0
» Views: 151
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,704
|
|
|
| How do I get into Loader mode to flash an image? |
|
Posted by: olivercfc - 08-15-2020, 07:33 AM - Forum: Android on Rock64
- Replies (1)
|
 |
I'm following the guide at https://github.com/ayufan-rock64/android-7.1 but failing at step 3
Step 1 is to d/l and compile rkflashtool (done)
Step 2 is to connect a USB A-to-A cable to the upper USB2 port on the Rock64 and my computer (I assume any old male-to-male / A-to-A cable will do)
Step 3 is to put the Rock64 into Loader mode but no matter what I do, it just goes through the normal boot process and ends up at a ' => ' prompt
The specific steps are
i) press and hold recovery button
ii) press reset button
iii) stop holding recovery button after 3 seconds
Is there any visual change I should be seeing on the console to let me know it's in Loader mode?
When I run 'rkflashtool n' to verify it tells me 'fatal: cannot open device.' I'm also not seeing anything in 'dmesg' (but maybe that's normal)
My Rock64 is microSD only, no eMMC.
|
|
|
|
| File transfer mode no longer working? |
|
Posted by: Zweitaktmotor - 08-15-2020, 07:31 AM - Forum: UBPorts on PinePhone
- No Replies
|
 |
In older update versions of Ubuntu, I could start file transfer mode by holding the volume up key during boot. When I connected the phone to my PC, all partitions would show up and the content could be edited.
I can still do the volume up procedure, but on the phone, I get "Awaiting command" and the partitions no longer show up on my pc.
I can probably do something in Terminal, but I regret that this functionality has been lost.
UPDATE: Panic over. They are there, but not automatically mounted. You have to do this by hand now.
|
|
|
|
| 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:
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
|
|
|
|
|