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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,690
» Latest member: Noah Waverly
» Forum threads: 16,258
» Forum posts: 117,181

Full Statistics

Latest Threads
Light Sensor / Proximity ...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
4 hours ago
» Replies: 0
» Views: 32
Cannot install spotify, l...
Forum: Mobian on PinePhone
Last Post: Noah Waverly
8 hours ago
» Replies: 4
» Views: 5,953
Questions about running U...
Forum: General Discussion on PineTime
Last Post: alicesphere
Today, 12:48 AM
» Replies: 0
» Views: 24
8/24 status of JumpDrive
Forum: PinePhone Software
Last Post: Harleydogisich
Yesterday, 10:51 PM
» Replies: 4
» Views: 2,059
Battery Life on Latest In...
Forum: General
Last Post: ouglastam
Yesterday, 08:47 AM
» Replies: 1
» Views: 1,916
Difficulty with openSUSE ...
Forum: PinePhone Software
Last Post: danm1988
Yesterday, 07:49 AM
» Replies: 0
» Views: 53
Second screen mirroring
Forum: General
Last Post: andrekyler
Yesterday, 01:06 AM
» Replies: 3
» Views: 1,879
7 inch touch panel patche...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: mkjmkj
Yesterday, 12:57 AM
» Replies: 0
» Views: 52
Pine64 LTS v1.2 not turni...
Forum: P64-LTS / SOPINE Hardware, Accessories and POT
Last Post: in_sympathy
11-16-2025, 08:09 PM
» Replies: 0
» Views: 41
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
11-14-2025, 05:27 AM
» Replies: 1
» Views: 267

 
  Working desktop on Debian ?
Posted by: Chris66 - 08-27-2018, 11:51 PM - Forum: General Discussion on ROCK64 - Replies (5)

Can anyone prove or have seen evidence of;
1. well-functioning desktop can actually be installed and run on Debian?
2. that Firefox works 100% correctly on Rock64, without crashes?
3. that Firejail can run on Rock64?


  3D model for Playbox enclosure
Posted by: Firesped - 08-27-2018, 04:52 PM - Forum: General Discussion on ROCKPRO64 - Replies (3)

I want to develop a mount for the stereo cameras in the back plate for the Playbox Enclosure. I am wonder if you are willing to share that 3d model for it. when I can modify it and send it back to you.

I have professional license for Sketchup pro and 3D printers to test the design as well.


  How to push up to maximum frequency.
Posted by: jzhang18 - 08-27-2018, 01:43 PM - Forum: Linux on RockPro64 - Replies (3)

Hostname: rockpro64
CPU Frequency:
Core0: 1416Mhz
Core1: 1416Mhz
Core2: 1416Mhz
Core3: 1416Mhz
Core4: 1800Mhz
Core5: 1800Mhz
CPU Governor: performance
Temperature: 40  C

I am wondering how I can push 4 LITTLE cores to 1.5Ghz and 2 big cores to 2.0Ghz.


For Banana PI M3, there is a file called sys_config.fex, has content like:
B_LV3_freq = 1608000000
B_LV3_volt = 920

B_LV4_freq = 1200000000
B_LV4_volt = 840

B_LV5_freq = 0
B_LV5_volt = 840

B_LV6_freq = 0
B_LV6_volt = 840

B_LV7_freq = 0
B_LV7_volt = 840

B_LV8_freq = 0
B_LV8_volt = 840

[vf_table1]

I am thinking if there is similar file in rockpro64, so I can tune it by myself to unlock 2.0Ghz/1.5Ghz

BTW - I have a good power supply 12V/6A, full height heat sink, and a good cooling fan running on top of the sink. want to unlock the potential of RK3399 CPU


Music ROCK64 Stereo Audio DAC Add-on
Posted by: FancyPBJ - 08-27-2018, 12:18 PM - Forum: RockPro64 Hardware and Accessories - Replies (1)

Is this add-on board available for the ROCKPro64 or just the ROCK64?


  HELP I want install a desktop but I don't Know how can I do
Posted by: gedas07 - 08-27-2018, 09:47 AM - Forum: Linux on Rock64 - Replies (11)

Hello
I'm very newbie with linux
i installed ubuntu xenial minimal without desktop in my rock 64.
And Now i want to install a LXQT desktop

I DO: sudo apt-get  update
sudo apt-get install xorg
sudo apt-get install LXQT
sudo reboot

but when I reboot dont start the desktop . What can I do bad?
Please any can help me

Thanks a lot


  How to release default swap space
Posted by: jzhang18 - 08-27-2018, 09:08 AM - Forum: Linux on RockPro64 - Replies (2)

I want to release the default swap space and use my own swap space created on NVMe SSD.

jzhang18@rockpro64:~$ free
                  total        used        free      shared  buff/cache   available
Mem:        3969104      309332     3161484       26324      498288     3603600
Swap:       1984536           0     1984536
jzhang18@rockpro64:~$ sudo swapon --show
[sudo] password for jzhang18:
NAME       TYPE      SIZE USED PRIO
/dev/zram0 partition 323M   0B    5
/dev/zram1 partition 323M   0B    5
/dev/zram2 partition 323M   0B    5
/dev/zram3 partition 323M   0B    5
/dev/zram4 partition 323M   0B    5
/dev/zram5 partition 323M   0B    5

how to release /dev/zram0 to 5 during boot time? 
Really appreciated


After adding my own swap file in /etc/fstab, /dev/zram0 -5 is not useful to me. want to release them
jzhang18@rockpro64:~$ free -h
total used free shared buff/cache available
Mem: 3.8G 581M 2.8G 34M 423M 3.2G
Swap: 7.9G 0B 7.9G
jzhang18@rockpro64:~$ sudo swapon --show
[sudo] password for jzhang18:
NAME TYPE SIZE USED PRIO
/swapfile file 6G 0B -1
/dev/zram0 partition 323M 0B 5
/dev/zram1 partition 323M 0B 5
/dev/zram2 partition 323M 0B 5
/dev/zram3 partition 323M 0B 5
/dev/zram4 partition 323M 0B 5
/dev/zram5 partition 323M 0B 5


  Linux Images (ROCKPRO64)
Posted by: pineadmin - 08-27-2018, 02:14 AM - Forum: Linux on RockPro64 - Replies (1)

Added Ubuntu 18.04 Bionic LXDE Desktop Image [microSD / eMMC Boot] [0.7.9] by ayufan
Added Ubuntu 18.04 Bionic minimal 64bit Image [microSD / eMMC Boot] [0.7.9] by ayufan
Added Ubuntu 18.04 Bionic minimal 32bit Image [microSD / eMMC Boot] [0.7.9] by ayufan
Added Ubuntu 18.04 Bionic Containers Image (DockerCE & Kubernetes)[microSD / eMMC Boot] [0.7.9] by ayufan


  PlexMediaServer in docker container
Posted by: mrscruff - 08-26-2018, 04:17 PM - Forum: Linux on RockPro64 - No Replies

I'm currently running OMV with Docker installed. I have plex media server using the docker image lsioarmhf/plex , but I'm having a bit of trouble with buffering. It doesn't seem to pickup the stream cleaning after it stops transcoding/streaming. 

What images are others using, is there a better one? If you're using lsioarmhf's would you mind sharing your configuration?


  Flashing H96 Max firmware with Ayufan's kernel
Posted by: fender90 - 08-26-2018, 10:09 AM - Forum: Android on Rock64 - Replies (6)

Hello everyone!
Some time ago there was a thread on how to get an Android version with status bar and nav bar.
However the thread was deleted probably by the user.
He posted some directions on how to flash the file and provided the link.
Here is it
https://mega.nz/#!lBABFYrQ!l1gZA3eTGx_Wx...C35LEIx52g
Unfortunately as the thread was deleted I don't remember the steps needed to flash the rom

I tried the following 
1.Booted the ROCK64 board into MASKROM (using jumper as required) (tried booting while pressing recovery button as well. no jumper used in that case)
2. Removed the jumper.
3. As there are multiple files in the folder I selected the MiniLoaderAll.bin and pressed Upgrade.

I always get the following
   


As I have an Odroid XU4 as well I use a EMMC module from Hardkernel. 
I read in some posts that the Hardkernel EMMC is compatible. 

Has anyone tried flashing this version of Android?

Am I doing something wrong?


  Google apps
Posted by: akeeyu - 08-25-2018, 11:49 PM - Forum: General Discussion on ROCKPRO64 - Replies (3)

Hi

First of all, i'm new to... well the SBCs, the RockPro64 and these forums. I'll try not to be too much of a pain Wink
Not a pro so keeping things simple, I've decided to run android (the 7.1.2 which can be found on the Rockpro64 help page). Yet, it does not include the google apps which is sad because they appear to be crucial to me since my board will be working along others devices via apps that require google apps. 
I've been tinkering for a while now, trying to install the google play store, but it's past time I give up so here I am. I'm guessing trying to install that from an apk may be quite optimistic.
The situation :
A Rockpro64 that boots just fine from a SD containing the Pine64 recommended android 7.1.2.
Network ok, dispaly ok, sound ok, keyboard/pointing ok. Seems to run fast and smooth. (Except from the parameter's app which crashes from time too time when I switch for too long between apps. But it's rare and not a part of normal use so no big deal.)
I have tried to install the google play store from apk (several ones from APK Mirror). Of course none could open. To be honest, i don't even really know for sure which version to get so I've had to try several. (Might be useful to indicate somewhere the architecture of the device under the form of this kind : armeabi, armeabi-v7a, arm64-v8a, ect... Also would be useful to know if all DPI apps can run on the device.)
The Pushbullet app states on launch that it will not work without google apps, specifying that they're not compatible with my device.
Nothing I've tried worked so after a while I've come to the conclusion it would probably be way easier to just install Pushbullet on a Linux so I've installed the Pine64 recommended Ubuntu (the big one), but it never booted. Or if it did (because the white LED was lit) then the screen (HDMI) was just black. No idea why.

So, basically, I'd like some help to either install google apps on the 7.1.2 or get Ubuntu to boot from my SD.
I understand all this must probably sound very noobish, I apologize for that and thanks in advance for any help Smile