| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Are you interested in a n...
Forum: General Discussion on Pinebook Pro
Last Post: WEF
Yesterday, 02:33 PM
» Replies: 2
» Views: 2,980
|
Recycling pinephone as ho...
Forum: PinePhone Hardware
Last Post: biketool
Yesterday, 11:18 AM
» Replies: 3
» Views: 311
|
BT PAN - we need iptables...
Forum: Mobian on PinePhone
Last Post: biketool
Yesterday, 07:29 AM
» Replies: 0
» Views: 71
|
black cursos background
Forum: General Discussion on PineTab
Last Post: polrus
11-11-2025, 04:07 PM
» Replies: 0
» Views: 58
|
slight bumps causing phon...
Forum: PinePhone Pro Hardware
Last Post: JadenSki
11-11-2025, 02:05 PM
» Replies: 2
» Views: 115
|
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
11-11-2025, 02:01 PM
» Replies: 10
» Views: 12,489
|
Switching cameras on PPpr...
Forum: Mobian on PinePhone
Last Post: biketool
11-11-2025, 10:44 AM
» Replies: 0
» Views: 54
|
Battery connector dead
Forum: PinePhone Hardware
Last Post: mdk
11-11-2025, 10:05 AM
» Replies: 3
» Views: 2,375
|
No touch KB after update(...
Forum: Mobian on PinePhone
Last Post: biketool
11-11-2025, 09:45 AM
» Replies: 3
» Views: 190
|
compass pdf link expired:...
Forum: General Discussion on PinePhone
Last Post: WhiteHexagon
11-10-2025, 12:39 PM
» Replies: 4
» Views: 315
|
|
|
| QNX |
|
Posted by: rv.pine - 02-07-2018, 09:45 AM - Forum: Getting Started
- Replies (1)
|
 |
Hello!
It isn't possible to search in forum for words shorter than 4 letters, therefore I'd like to ask this way, whether has anybody experience with using QNX with Pine A64 board?
I'd like to learn/compare development using Windows IoT (this is supported I saw) and QNX, but about QNX I can't find any information. If there's already a dedicated thread, please redirect me to it.
Thank you,
Robert
|
|
|
|
| Error when installing some packages - Installing new rk3328-rock64.dtb. msg |
|
Posted by: thewonderer - 02-07-2018, 05:22 AM - Forum: Linux on Rock64
- No Replies
|
 |
Hi,
Not sure why I am getting the below when trying to install gnome3 dekstop. Have seen these 'Installing new rk3328-rock64.dtb' messages a few times when install apps using sudo apt-get install..... but don't know why they occur..... using 0.6.15 at present
update-initramfs: Generating /boot/initrd.img-4.4.103-rockchip-ayufan-175
Warning: root device does not exist
Using DTB: rk3328-rock64.dtb
Installing /usr/lib/linux-image-4.4.103-rockchip-ayufan-175/rockchip/rk3328-rock64.dtb into /boot/dtbs/4.4.103-rockchip-ayufan-175/rk3328-rock64.dtb
Taking backup of rk3328-rock64.dtb.
Installing new rk3328-rock64.dtb.
Installing /usr/lib/linux-image-4.4.103-rockchip-ayufan-175/rockchip/rk3328-rock64.dtb into /boot/dtbs/4.4.103-rockchip-ayufan-175/rk3328-rock64.dtb
Taking backup of rk3328-rock64.dtb.
Installing new rk3328-rock64.dtb.
flash-kernel: installing version 4.4.103-rockchip-ayufan-175
Taking backup of Image.
Installing new Image.
Taking backup of initrd.img.
Installing new initrd.img.
sudo apt list --installed | lessTaking backup of dtb.
Installing new dtb.
Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
Processing triggers for systemd (229-4ubuntu21.1) ...
Processing triggers for ureadahead (0.100.0-19) ...
Errors were encountered while processing:
gir1.2-ibus-1.0:arm64
gnome-shell
gdm3
python3-cairo
python3-gi-cairo
gedit
gedit-plugins
gnome-shell-extensions
gnome-core
python3-six
python3-urllib3
python3-requests
gnome-music
python3-louis
python3-pyatspi
gnome-orca
gnome-shell-extension-weather
gnome
E: Sub-process /usr/bin/dpkg returned an error code (1)
|
|
|
|
| Buying Advice to Use as a NAS |
|
Posted by: jerryfudd - 02-07-2018, 05:19 AM - Forum: General Discussion on ROCK64
- Replies (2)
|
 |
Hi all,
I've been reading this thread with interest as I'm currently trying to cram in information to decide between the Rock64 and Odroid XU4 to turn my TerraMaster D5-300 into a NAS (link) using OMV...... I'm siding more with the Rock64 at the moment (4gb???) but thought I'd need to explain exactly what I was trying to do in order to get some proper advice.
End result is to use it as an rsync backup destination or a Synology NAS aswell as a SMB/AFP/SSH backup destination for a Mac running ChronoSync.
Is the Rock64 the right choice and what model would I need? As for suppliers to the UK, order direct from https://www.pine64.org/?product=rock64-m...d-computer ?
thanks
Dan
|
|
|
|
| Guide - XRDP - Debian Stretch / Ubuntu Xenial / OMV |
|
Posted by: S3phi40T - 02-07-2018, 05:02 AM - Forum: Rock64 Tutorials
- Replies (3)
|
 |
Preface
This quick and simple guide will show how to connect to your Rock64 with Windows native Remote Desktop Connection client.
Prerequisites
ROCK64 board running Debian or Ubuntu, connected to the local network
Access to terminal, either locally or via SSH
Some basic understanding of using the linux terminal
____________________
Debian:
Make sure you do not have any other VNC servers installed like vnc4server or tightvncserver.
Code: sudo apt remove xrdp vnc4server tightvncserver
Install xrdp and tigervnc server
Code: sudo apt install -y xrdp tigervnc-standalone-server
Swap places Xorg with Xvnc so Xvnc goes first.
Code: sudo nano /etc/xdrp/xdrp.ini
Connect via Xvnc (first in the client list) with native Windows Remote Desktop client.
Ubuntu (the same setup as Raspberry PI):
Remove other VNC servers
Code: sudo apt-get remove xrdp vnc4server tightvncserver
Install tightvncserver and xrdp
Code: sudo apt install -y tightvncserver xrdp
Connect via Xorg (first in the client list) with native Windows Remote Desktop client.
OMV armhf:
Download:
libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
https://packages.debian.org/jessie/armhf...0/download
xrdp_0.6.1-2_armhf.deb
https://packages.debian.org/jessie/armhf/xrdp/download
Code: sudo dpkg -i libssl1.0.0_1.0.1t-1+deb8u7_armhf.deb
sudo dpkg -i xrdp_0.6.1-2_armhf.deb
|
|
|
|
| ATTN: Pine 64 Marketing Department - Fix your PoE Adapter Product Page |
|
Posted by: dotbowder - 02-07-2018, 12:13 AM - Forum: Rock64 Hardware and Accessories
- Replies (4)
|
 |
https://www.pine64.org/?product=rock64-poe-splitter
A PoE splitter for the Rock64? Awesome!
It doesn't specify if it's 10/100 or 10/100/100???
Well, it claims to be compatible with the Rock64, which is 10/100/1000, so, the PoE is probably 10/100/1000 right???
Nope................ It's 10/100.........
Why does the product page not warn customers that this is a 100Mbps max PoE splitter? This is a HUGE oversight. I now have 2x 10/100 PoE splitters which can't be used for my Rock64 without eliminating one of the specific reasons I puchased the Rock64, GIGABIT ETHERNET.
Here's a post of a forum moderator mis-identifying the PoE as Gigabit capable, and recommending it to a forum user who explicitely is looking for a Gigabit version. https://forum.pine64.org/showthread.php?tid=5108
Here's the same moderator indicating in May of 2016, that the PoE adapter is, in fact, 10/100, and the "KS team" will be instructed to post more detail on the PoE. https://forum.pine64.org/showthread.php?tid=931
It LOOKS like Pine64 wants customers to mis-identify the PoE and purchase a 10/100 unit without realizing it.... which would be really naughty of Pine64...
|
|
|
|
| 4K HDR Video |
|
Posted by: GeerGuy - 02-06-2018, 04:33 PM - Forum: General Discussion on ROCK64
- Replies (5)
|
 |
Which OS/Application can play 4K HDR video?
Android 7.1?
Linux? Which version? Which player?
Ideally, I would like to play 4K HDR files with Python on Linux without a GUI.
Thanks!
|
|
|
|
| opencv on rock64 |
|
Posted by: bendiro - 02-05-2018, 03:02 PM - Forum: Getting Started
- Replies (4)
|
 |
Hi,
I just receive my first rock64. I installed xenial mate, all works fine.
There is a possibility to install openvc on rock64?
if it is possible can you help me to find the right way?
Thanks
Roberto
|
|
|
|
PineH64, RockPro64, LUKS Encryption, Urbackup Speed? |
|
Posted by: CoMcE - 02-05-2018, 08:04 AM - Forum: Getting Started
- Replies (3)
|
 |
Hello all,
I plan to setup a new low cost backupserver which also should work as a NAS.
The external HDD for the backups should be completely encrypted with LUKS.
At the moment, I am doing my backups with a Raspberry Pi 3 with an USB HDD on OpenmediaVault with UrBackup.
Unfortunately, the transfer speeds are super slow (about 10MB/s) and I need a couple of days for a Full Backup (about 5TB of Data)
and I wanna speedup that.
I already looked thru the SBC Models and kept my eyes onto the PineH64 and the RockPro64.
Especially the option to upgrade with a (Mini) PCIE to 4x SATA Adapter, and the encryption
extensions in the processor are very interesting to me.
Now my question is, can you recommend the PineH64 or the RockPro64? for the job?
Did anybody already tested the LUKS and Ethernet Performance of a PineH64 / RockPro64?
Dont understand me wrong, I dont want super high speeds here and I know that SBC's are limited in their performance.
What I am imagine is an increase to about 40MB/s of total write speed via Gigabit Ethernet onto an USB3 or SATA HDD which is luks encrypted.
Is that possible with a PineH64 or a RockPro64? Or should i better use another SBC or a low power Intel/AMD PC for the Job?
Thanx in advance.
Regards
|
|
|
|
|