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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,103
» Latest member: Eva Gus
» Forum threads: 16,360
» Forum posts: 117,528

Full Statistics

Latest Threads
PineNote v1.2 - Charges N...
Forum: General Discussion on Pinebook Pro
Last Post: ttsp
07-02-2026, 02:52 AM
» Replies: 0
» Views: 76
How to change the PineNot...
Forum: General Discussion on PineNote
Last Post: cameronharring
07-01-2026, 12:22 PM
» Replies: 0
» Views: 50
PinePhone Pro disable Vol...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
07-01-2026, 10:53 AM
» Replies: 1
» Views: 1,531
Star64/Starpro64 kernel b...
Forum: General
Last Post: tgbgreen
06-30-2026, 12:17 PM
» Replies: 1
» Views: 2,145
Manjaro affected by Arch ...
Forum: General
Last Post: tantamount
06-28-2026, 10:45 AM
» Replies: 0
» Views: 220
Fix Bricked SPI Flash, Pi...
Forum: PinePhone Pro Hardware
Last Post: FR_IV
06-27-2026, 05:00 PM
» Replies: 0
» Views: 150
irradium (based on crux l...
Forum: Linux on RockPro64
Last Post: mara
06-27-2026, 04:09 PM
» Replies: 12
» Views: 19,616
irradium (based on crux l...
Forum: Linux on Rock64
Last Post: mara
06-27-2026, 02:43 PM
» Replies: 13
» Views: 18,807
Android Gaming Image
Forum: Game Station Emulation
Last Post: Jacobgilbert
06-26-2026, 07:06 AM
» Replies: 52
» Views: 111,198
rAudio for Rock64 V2/Pine...
Forum: Linux on Rock64
Last Post: shinzuka
06-25-2026, 03:16 PM
» Replies: 11
» Views: 1,971

 
  Compiling on the Sopine Cluster
Posted by: khaosgrille - 07-10-2018, 06:33 AM - Forum: Clusterboard - Replies (3)

Hi,

i wanna use  a rockpro64 with gentoo. Now i thought about using a sopine cluster as a compile machine. I am concerned about the eMMC/SD storages.
I doubt they survive heavy usage very long. Has anyone experience with this?

Since there is a LAN output on the clusterboard itself i thought about adding an HDD with a switch. Is it possible to reduce the usage off the sd card this way?

I really wanna try this project but have no similar experience yet with similar things.

If anyone is interested i have here a short summery what i plan to do in detail.

https://pad.stratum0.org/p/khaosgrillesS...sdayDevice

Thank you

Khaosgrille


  Android 5.1 ???
Posted by: Matroxplay - 07-09-2018, 05:16 PM - Forum: General - Replies (2)

Give me a link to Android 5.1 64bits for pine64 a64 

(Sorry tout my english because I m french ?)


  Remix os os 64bits ??
Posted by: Matroxplay - 07-09-2018, 05:12 PM - Forum: Remix OS - Replies (1)

Remix os is 64bits ???


  Supported speed of sdcard?
Posted by: humanitypeace - 07-09-2018, 11:57 AM - Forum: General Discussion on PINE A64(+) - Replies (1)

I have a U3 rated micro-SD on which I have installed arch linux running on a Pine64+ 2GB model.

I have run a test and even though the card is rated to up to 95MB/s read speed and minimum rated write speed of 30MB/s I get constantly get read write rates of ranging only 10 to 15 MB/s (having done some testing with


Code:
dd if=/dev/mmblk0p2 of=/dev/null bs=2M count=1000 &



Is there any documentation which speed the mmc/sdcard is connected to the A64 of the Pine64+

Can those discouragingly slow speeds be confirmed, or is only my setup so sluggish.


PS: is there any alternative on the Pine64+ for a faster persistant memory storage (something like a emmc, sata, via GPIO bitbanging?)


  OpenWRT installation guide
Posted by: Sander - 07-09-2018, 09:42 AM - Forum: Linux on Pine A64(+) - No Replies

Hi there,

I am trying to install OpenWRT in my PINE A64 but right now I am stuck. So I searched the web for a guide to install openWRT but cant seem to find any, for the PINE at least.

I already downloaded the OpenWRT image and installed it on a 16GB microSD, put te microSD in the PINE and plugged in the power. I connected my laptop to the LAN port of the PINE and tried to reach the web interface by 192.168.1.1. That did not seem to work so I tried to connect to the PINE using Putty and that worked. I found a video on youtube how to enable the web interface using Putty, but that didnt work so now I dont know what to do anymore.

To enable the web interface it seems like you need to update some packages. But I can get the PINE to connect to internet so can update either.

Can someone point me in the right direction?

Thanks in advance!


  [solved] Unable to start X
Posted by: Osiander - 07-09-2018, 06:56 AM - Forum: Linux on Rock64 - Replies (8)

Hello together,

I've got some troubles to start X on my Rock64.

So, fist of all I've donwloaded "Debian Stretch Mate Community Build Image [microSD Boot] [0.5.15-136-20171222]", this one: http://files.pine64.org/os/ROCK64/debian...m64.img.xz

After burning the image on sd I've bootet from this and then apt update and apt upgrade.

After reboot I've saw in the console:

Code:
[  OK  ] Started Light Display Manager.
[  OK  ] Stopped Light Display Manager.
[FAILED] Failed to start Light Display Manager.
See 'systemctl status lightdm.service' for details.

Okay, systemctl status lightdm.service says:


Code:
root@rock64:~# systemctl status lightdm.service
● lightdm.service - Light Display Manager
  Loaded: loaded (/lib/systemd/system/lightdm.service; enabled; vendor preset: enabled)
  Active: failed (Result: exit-code) since Mon 2018-07-09 10:46:10 UTC; 1h 58min ago
    Docs: man:lightdm(1)
 Process: 662 ExecStart=/usr/sbin/lightdm (code=exited, status=1/FAILURE)
 Process: 657 ExecStartPre=/bin/sh -c [ "$(cat /etc/X11/default-display-manager 2>/dev/null)" = "/usr/sbin/lightdm" ] (code=exited, status=0/SUCCESS)
Main PID: 662 (code=exited, status=1/FAILURE)

Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Failed with result 'exit-code'.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Service hold-off time over, scheduling restart.
Jul 09 10:46:10 rock64 systemd[1]: Stopped Light Display Manager.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Start request repeated too quickly.
Jul 09 10:46:10 rock64 systemd[1]: Failed to start Light Display Manager.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Unit entered failed state.
Jul 09 10:46:10 rock64 systemd[1]: lightdm.service: Failed with result 'exit-code'.
root@rock64:~#

The manual startx bringt:


Code:
root@rock64:~# startx


X.Org X Server 1.19.2
Release Date: 2017-03-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.0-4-arm64 aarch64 Debian
Current Operating System: Linux rock64 4.4.126-rockchip-ayufan-239 #1 SMP Sun May 27 18:38:24 UTC 2018 aarch64
Kernel command line: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=16:fc:cc:d2:25:67 eth1addr=16:fc:cc:d2:25:87 serial=aa8010ecb10fe21 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
Build Date: 16 October 2017  08:11:43AM
xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
Current version of pixman: 0.34.0
       Before reporting problems, check http://wiki.x.org
       to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  9 12:45:33 2018
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(EE) armsoc: module ABI major version (20) doesn't match the server's version (23)
(EE)
Fatal server error:
(EE) no screens found(EE)
(EE)
Please consult the The X.Org Foundation support
        at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.

Okay, the ABI version doesn't match, no problem:

Code:
root@rock64:~# startx -- -ignoreABI


X.Org X Server 1.19.2
Release Date: 2017-03-02
X Protocol Version 11, Revision 0
Build Operating System: Linux 4.9.0-4-arm64 aarch64 Debian
Current Operating System: Linux rock64 4.4.126-rockchip-ayufan-239 #1 SMP Sun May 27 18:38:24 UTC 2018 aarch64
Kernel command line: rw root=LABEL=linux-root rootwait rootfstype=ext4 panic=10 init=/sbin/init coherent_pool=1M ethaddr=16:fc:cc:d2:25:67 eth1addr=16:fc:cc:d2:25:87 serial=aa8010ecb10fe21 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
Build Date: 16 October 2017  08:11:43AM
xorg-server 2:1.19.2-1+deb9u2 (https://www.debian.org/support)
Current version of pixman: 0.34.0
       Before reporting problems, check http://wiki.x.org
       to make sure that you have the latest version.
Markers: (--) probed, (**) from config file, (==) default setting,
       (++) from command line, (!!) notice, (II) informational,
       (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/Xorg.0.log", Time: Mon Jul  9 12:47:21 2018
(==) Using config directory: "/etc/X11/xorg.conf.d"
(==) Using system config directory "/usr/share/X11/xorg.conf.d"
(WW) armsoc: module ABI major version (20) doesn't match the server's version (23)
(EE)
Fatal server error:
(EE) AddScreen/ScreenInit failed for gpu driver 0 -1
(EE)
(EE)
Please consult the The X.Org Foundation support
        at http://wiki.x.org
for help.
(EE) Please also check the log file at "/var/log/Xorg.0.log" for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.

Okay, -ignoreABI is not enougth...

I've attached the log file from X.org.

Any ideas?



Attached Files
.log   Xorg.0.log (Size: 18.39 KB / Downloads: 579)

Sad Windows 10 iot ffu
Posted by: lawrencejd - 07-08-2018, 03:24 AM - Forum: Windows 10 IoT - Replies (1)

Can any one tell me how to deploy windows 10 iot to SD card coz i tried the 3 ways on my PC one of them Using IoTCoreImageHelper but still the software frozen and not responding Huh

What can i do??


  Mali OpenGL ES 2.0 SDK
Posted by: ab1jx - 07-07-2018, 10:04 PM - Forum: Linux on Rock64 - Replies (4)

Docs are linked from
https://developer.arm.com/products/graph...li-450-gpu
see DUI0607C_mali_opengl_es_20_sdk_for_linux_on_arm_ug.pdf

This is a weird URL but it was hard to find:
http://openlinux.amlogic.com:8000/downlo...x86.tar.gz  I think arm/mali pulled it

I managed to get all the examples to build on a Raspberry Pi, but it doesn't have a Mali so they don't run.  There's one called frame_buffer_object that's a spinning cube and on each of its faces is another spinning cube, supposedly anyway.

If you've got all the prerequisites installed, unpack the tar.gz.  In the directory that creates make a build_arm directory and cd into it.
do:
export TOOLCHAIN_ROOT=/usr/bin/
then
cmake -G "Unix Makefiles" -DTARGET=arm ..

If it builds OK look in the samples directory that gets created.  There are samples of OpenGL ES 2.0, 3.0, 3.2.


  Docker Mssql
Posted by: Riverman - 07-07-2018, 08:49 PM - Forum: Linux on Rock64 - Replies (5)

Anybody have any luck installing mssql Docker image. 

I can pull the image ok and create the container but the container does not display port 1433 used in the installation command.

I'm using ubuntu 16.04.04 and Docker 18.03.1-ce


  [split] Node-RED
Posted by: neeeds - 07-07-2018, 07:58 PM - Forum: Pine A64 Projects, Ideas and Tutorials - No Replies

Hi, does it have gpio support ? 
thank you.