Welcome, Guest |
You have to register before you can post on our site.
|
Forum Statistics |
» Members: 29,503
» Latest member: Evasion
» Forum threads: 16,203
» Forum posts: 116,909
Full Statistics
|
Latest Threads |
Giving away a Pinebook Pr...
Forum: Pinebook Hardware and Accessories
Last Post: tuxifan
Today, 04:16 AM
» Replies: 3
» Views: 1,236
|
Goolge banning Sideloaded...
Forum: General Discussion of PinePhone Pro
Last Post: zetabeta
Yesterday, 11:59 AM
» Replies: 1
» Views: 722
|
Question about battery dr...
Forum: General Discussion on PineTime
Last Post: jakestopher
Yesterday, 10:50 AM
» Replies: 0
» Views: 378
|
What's stopping you from ...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-26-2025, 11:48 PM
» Replies: 8
» Views: 1,242
|
Pinephone (Pro) Keyboard ...
Forum: PinePhone Accessories
Last Post: zetabeta
08-26-2025, 06:06 AM
» Replies: 3
» Views: 2,585
|
keyboard pogo pins part n...
Forum: General Discussion on PineTab
Last Post: starpp
08-26-2025, 04:34 AM
» Replies: 0
» Views: 824
|
google will take control ...
Forum: General
Last Post: zetabeta
08-25-2025, 03:14 PM
» Replies: 22
» Views: 10,352
|
Booting Issues
Forum: PineNote Software
Last Post: serenopolveroso
08-25-2025, 11:14 AM
» Replies: 19
» Views: 5,973
|
PINETAB-V doesn't boot.
Forum: Getting Started
Last Post: Woazboat
08-23-2025, 02:58 PM
» Replies: 1
» Views: 1,144
|
PinePhone Pro: Camera App...
Forum: General Discussion of PinePhone Pro
Last Post: teekay
08-22-2025, 11:23 PM
» Replies: 3
» Views: 3,149
|
|
|
I could not start ROCK 64. |
Posted by: pine3228 - 04-12-2018, 07:08 AM - Forum: Linux on Rock64
- No Replies
|
 |
Google Translate :
axel -a -n 5 https://github.com/ayufan-rock64/linux-b...m64.img.xz && xz - dv bionic - minimal - rock 64 - 0.6.31 - 209 - arm 64. img. xz && sudo dd if = bionic - minimal - rock 64 - 0.6.31 - 209 - arm 64. img of = / dev / sda
I tried starting up ROCK 64 using such a command, but unfortunately I could not start it. (White lamp, green lamp and red lamp are in a state of lighting) I suspected that the image file was damaged, but I will not change how many times. However, writing 0.5.15 xenial and artful images on the micro sd card, I was able to launch it. The same problem occurred in the images of bionic (arm64) of 0.6.25, 0.6.26, and 0.6.27. What should I do?
Also, I have another question.
https://dl.armbian.com/rock64/
Although it is an image of armbian distributed here, it was also impossible to start up here. Apparently, there seems to be no boot partition, but how do you start it?
原文
axel -a -n 5 https://github.com/ayufan-rock64/linux-b...m64.img.xz && xz -dv bionic-minimal-rock64-0.6.31-209-arm64.img.xz && sudo dd if=bionic-minimal-rock64-0.6.31-209-arm64.img of=/dev/sda
私はこのようなコマンドを使い、ROCK64の起動を試しましたが、残念ながら起動することができませんでした。(白のランプと緑のランプと赤のランプが光りっぱなしの状態)私は、イメージファイルの破損を疑いましたが、何度やっても変わりません。しかし、マイクロsdカードに0.5.15のxenialとartfulのイメージを書き込んだところ、起動することができました。この問題は、0.6.25、0.6.26、0.6.27のbionic(arm64)のイメージでも同じことが起きました。どうすればいいのでしょうか?
それと、もう一つ質問があります。
https://dl.armbian.com/rock64/
こちらで配布されてるarmbianのイメージですが、こちらも起動することができませんでした。どうやら、bootパーティションなどが無いようなのですが、どのようにして起動するのですか?
|
|
|
Clusterboard i2c and Linux |
Posted by: jgullickson - 04-11-2018, 09:45 AM - Forum: Clusterboard
- Replies (3)
|
 |
Hello all,
I'm trying to connect an MCP23017 to the i2c bus on one of the Clusterboard's headers (J4) and I'm unable to see it from Linux using i2cdetect:
Code: jjg@pine64so:~$ sudo i2cdetect -y 0
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
jjg@pine64so:~$ sudo i2cdetect -y 1
0 1 2 3 4 5 6 7 8 9 a b c d e f
00: -- -- -- -- -- -- -- -- -- -- -- -- --
10: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
20: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
30: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
40: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
50: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
60: -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
70: -- -- -- -- -- -- -- --
I had the same problem interfacing this same chip to a full-size A64 board and resolved it by adding some pull-up resistors to the i2c pins (connecting them to the 3.3v supply as suggested in this thread: https://forum.pine64.org/showthread.php?tid=2079&page=2). However the Clusterboard doesn't supply 3.3v at this header.
I'm not sure how best to proceed. Assuming the pull-ups are required on the Clusterboard as they are on the A64, do I need to provide a 3.3v supply (perhaps stepping the 5v supply down to 3.3v) or is there a better way to achieve the same thing?
It seems weird to me that the header would supply the i2c pins if they couldn't work without external regulation but then again I'm pretty new to working with i2c and maybe this is normal?
Any pointers are appreciated, thanks!
|
|
|
Help pls~Desktop (xfce4/lxde/gnome/i3) installation problem. Install_desktop.sh faild |
Posted by: yours_david - 04-10-2018, 11:41 PM - Forum: Linux on Rock64
- No Replies
|
 |
Hi Pine64 community,
I have been very happy to have Rock64 running openmediavault to manager my 3 HDDs for share, 2 HDDs sitting on USB3 HDD dock for non-raid share, 1 HDD USB2 running cold backup. Now I would like to install desktop, e.g. xfce4/lxde/gnome/i3, on top of my OMV image. I run "install_desktop.sh" script from "/usr/local/sbin/" after searching through forum and internet.
The installation progress get stuck while fetch plex, the error code is in below. The full details list at bottom for better reading.
Code: E: Failed to fetch https://downloads.plex.tv/repo/deb/dists/./public/InRelease Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wron g sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
My firmware based on 0.6.31: jenkins-linux-build-rock-64-209, which was upgraded from 0.6.28: jenkins-linux-build-rock-64-197 by running "sudo apt-get update -y & sudo apt-get install linux-rock64 -y".
As a linux noob, I tried what I can but still failed to install xfce4 then run KODI while running OMV at background.
I checked install_desktop.sh trying to comment off fetch plex in order to continue such installation, but I can't find anything.
I also run "apt-get install xfce4", but don't know how to run xfce4.
Can anyone help me to run OMV+HTPC Kodi solution on my rock64 NAS build? Two questions.
Q1, how to fix install_desktop.sh?
Q2, without that .sh strip, how can I install xfce4 and kodi then run based on OMV rock64 firmware? Thank you for any advise.
Cheers,
David
Full log which run install_desktop.sh
Code: root@NAS-David:/usr/local/sbin# install_desktop.sh xfce4
Get:1 file:/var/cache/openmediavault/archives InRelease
Ign:1 file:/var/cache/openmediavault/archives InRelease
Get:2 file:/var/cache/openmediavault/archives Release
Ign:2 file:/var/cache/openmediavault/archives Release
Get:3 file:/var/cache/openmediavault/archives Packages
Ign:3 file:/var/cache/openmediavault/archives Packages
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Get:3 file:/var/cache/openmediavault/archives Packages
Ign:3 file:/var/cache/openmediavault/archives Packages
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Get:3 file:/var/cache/openmediavault/archives Packages
Ign:3 file:/var/cache/openmediavault/archives Packages
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Get:3 file:/var/cache/openmediavault/archives Packages
Ign:3 file:/var/cache/openmediavault/archives Packages
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Get:3 file:/var/cache/openmediavault/archives Packages
Ign:3 file:/var/cache/openmediavault/archives Packages
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Get:3 file:/var/cache/openmediavault/archives Packages
Get:4 file:/var/cache/openmediavault/archives Translation-en
Ign:4 file:/var/cache/openmediavault/archives Translation-en
Hit:5 http://security.debian.org stretch/updates InRelease
Hit:6 http://ppa.launchpad.net/ayufan/rock64-ppa/ubuntu bionic InRelease
Get:7 https://download.docker.com/linux/debian stretch InRelease [39.1 kB]
Get:11 https://downloads.plex.tv/repo/deb ./public InRelease [3408 B]
Hit:12 http://packages.openmediavault.org/public arrakis InRelease
Ign:14 https://dl.bintray.com/openmediavault-plugin-developers/arrakis stretch I nRelease
Ign:15 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-testing s tretch InRelease
Ign:16 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-plex stre tch InRelease
Get:17 http://deb.ayufan.eu/orgs/ayufan-rock64/pre-releases InRelease [1253 B]
Ign:18 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-sync stre tch InRelease
Hit:19 https://openmediavault.github.io/packages arrakis InRelease
Ign:20 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-docker st retch InRelease
Hit:9 https://apt.syncthing.net syncthing InRelease
Get:21 https://dl.bintray.com/openmediavault-plugin-developers/arrakis stretch R elease [4389 B]
Hit:21 https://dl.bintray.com/openmediavault-plugin-developers/arrakis stretch R elease
Hit:8 http://cdn-fastly.deb.debian.org/debian stretch-backports InRelease
Ign:10 http://cdn-fastly.deb.debian.org/debian stretch InRelease
Hit:13 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease
Hit:22 http://cdn-fastly.deb.debian.org/debian stretch Release
Get:24 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-testing s tretch Release [4389 B]
Hit:24 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-testing s tretch Release
Get:26 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-plex stre tch Release [3540 B]
Hit:26 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-plex stre tch Release
Get:29 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-sync stre tch Release [3540 B]
Hit:29 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-sync stre tch Release
Get:31 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-docker st retch Release [3540 B]
Hit:31 https://dl.bintray.com/openmediavault-plugin-developers/arrakis-docker st retch Release
Fetched 43.8 kB in 8s (5031 B/s)
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0xf6ca1468>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Exception ignored in: <function WeakValueDictionary.__init__.<locals>.remove at 0xf6ca1468>
Traceback (most recent call last):
File "/usr/lib/python3.5/weakref.py", line 117, in remove
TypeError: 'NoneType' object is not callable
Reading package lists... Done
E: Failed to fetch https://downloads.plex.tv/repo/deb/dists/./public/InRelease Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wron g sources.list entry or malformed file)
E: Some index files failed to download. They have been ignored, or old ones used instead.
|
|
|
OpenAuto |
Posted by: polybius - 04-08-2018, 07:15 PM - Forum: LCD and Touch Panel
- No Replies
|
 |
I have the Pine64 LCD touchscreen kit and was wondering if anybody would have the time to help configure it to work with OpenAuto. It looks like this would be a good use for the kit and I might finally get some use out of it. I tried to set everything up with the Armbian image but I couldn't get aasdk compiled properly because I didn't have the correct version of protobuf or something. Any help would be appreciated!
|
|
|
Rock64 4GB poor USB3 HDD performance |
Posted by: KernelPanic - 04-08-2018, 12:18 PM - Forum: Linux on Rock64
- Replies (7)
|
 |
I've received my Rock64 4GB a few weeks back but I'm having some trouble getting the external hard drive to perform as it should.
I really hope anyone here has some idea's on how to get performance up to spec because I'm about to pull my hair out with this issue. The main purpose of the Rock64 was a replacement for my RasbPI3 as a NAS. Since the Rock64 has Gigabit ethernet and USB3 it seemed like a good fit but so far it's been dissapointing. (It's rock stable though )
The drive I'm a Seagate STEA4000400 USB3 (powered by wall adapter) which performs great on my Windows rig. Transferring files from the same server as I'm using to test with the Rock64 gives me a stable 110MB/s up/down.
I'm currently running bionic-minimal-rock64-0.6.31-209-arm64, but I've also tried xenial-minimal-rock64-0.5.15-136-arm64 (the current stable release) and but had similar results.
Right now I'm only get around 20MB/s write and about 40MB/s read on the drive when using RSYNC or SAMBA, which seems way too low.
I've tried Rsync (SSH), then after reading SSH might be the culprit for poor speed changed to NFS, then when this didn't help I tried the Rsync protocol (no notable change in performance). Then said screw it and tried transferring files via samba, same crap performance. I just tried to do a local rysnc moving files around on the drive, around 18MB/s.
At first the drive was formatted as EXT4, I've formatted it to NTFS now and still get the same performance. (I didn't expect any improvement, but this gave me the change to test the drive on my windows machine, which doesn't have the problem).
Here's some more debugging I've tried to do to narrow down the cause.. (all done with governor @ performance on 4.4.120-rockchip-ayufan-209)
Iperf with Rock64 as client:
Code: sudo iperf3 -c 192.168.2.10
\Connecting to host 192.168.2.10, port 5201
[ 4] local 192.168.2.101 port 52794 connected to 192.168.2.10 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.00 sec 96.3 MBytes 805 Mbits/sec 0 946 KBytes
[ 4] 1.00-2.00 sec 100 MBytes 839 Mbits/sec 0 1.04 MBytes
[ 4] 2.00-3.00 sec 100 MBytes 839 Mbits/sec 0 1.25 MBytes
[ 4] 3.00-4.00 sec 100 MBytes 839 Mbits/sec 0 1.25 MBytes
[ 4] 4.00-5.00 sec 100 MBytes 840 Mbits/sec 0 1.90 MBytes
[ 4] 5.00-6.01 sec 101 MBytes 845 Mbits/sec 0 1.90 MBytes
[ 4] 6.01-7.00 sec 100 MBytes 840 Mbits/sec 0 1.90 MBytes
[ 4] 7.00-8.00 sec 100 MBytes 842 Mbits/sec 0 1.90 MBytes
[ 4] 8.00-9.01 sec 101 MBytes 845 Mbits/sec 0 1.93 MBytes
[ 4] 9.01-10.00 sec 100 MBytes 840 Mbits/sec 0 1.93 MBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 999 MBytes 838 Mbits/sec 0 sender
[ 4] 0.00-10.00 sec 995 MBytes 834 Mbits/sec receiver
Rock64 as server:
Code: sudo iperf3 -s
-----------------------------------------------------------
Server listening on 5201
-----------------------------------------------------------
Accepted connection from 192.168.2.10, port 48590
[ 5] local 192.168.2.101 port 5201 connected to 192.168.2.10 port 48592
[ ID] Interval Transfer Bandwidth
[ 5] 0.00-1.00 sec 108 MBytes 907 Mbits/sec
[ 5] 1.00-2.00 sec 112 MBytes 941 Mbits/sec
[ 5] 2.00-3.00 sec 112 MBytes 940 Mbits/sec
[ 5] 3.00-4.00 sec 112 MBytes 940 Mbits/sec
[ 5] 4.00-5.00 sec 112 MBytes 941 Mbits/sec
[ 5] 5.00-6.00 sec 112 MBytes 941 Mbits/sec
[ 5] 6.00-7.00 sec 112 MBytes 941 Mbits/sec
[ 5] 7.00-8.00 sec 112 MBytes 941 Mbits/sec
[ 5] 8.00-9.00 sec 111 MBytes 933 Mbits/sec
[ 5] 9.00-10.00 sec 112 MBytes 941 Mbits/sec
[ 5] 10.00-10.03 sec 3.43 MBytes 929 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 5] 0.00-10.03 sec 0.00 Bytes 0.00 bits/sec sender
[ 5] 0.00-10.03 sec 1.09 GBytes 937 Mbits/sec receiver
As client is a bit slower, but acceptable (if anyone knows why I'd gladly hear it, firewall is disabled)
iozone test:
Code: iozone -e -I -a -s 100M -r 4k -r 16k -r 512k -r 1024k -r 16384k -i 0 -i 1 -i 2
Iozone: Performance Test of File I/O
Version $Revision: 3.429 $
Compiled for 64 bit mode.
Build: linux
Contributors:William Norcott, Don Capps, Isom Crawford, Kirby Collins
Al Slater, Scott Rhine, Mike Wisner, Ken Goss
Steve Landherr, Brad Smith, Mark Kelly, Dr. Alain CYR,
Randy Dunlap, Mark Montague, Dan Million, Gavin Brebner,
Jean-Marc Zucconi, Jeff Blomberg, Benny Halevy, Dave Boone,
Erik Habbinga, Kris Strecker, Walter Wong, Joshua Root,
Fabrice Bacchella, Zhenghua Xue, Qin Li, Darren Sawyer,
Vangel Bojaxhi, Ben England, Vikentsi Lapa.
Run began: Sun Apr 8 19:54:02 2018
Include fsync in write timing
O_DIRECT feature enabled
Auto Mode
File size set to 102400 kB
Record Size 4 kB
Record Size 16 kB
Record Size 512 kB
Record Size 1024 kB
Record Size 16384 kB
Command line used: iozone -e -I -a -s 100M -r 4k -r 16k -r 512k -r 1024k -r 16384k -i 0 -i 1 -i 2
Output is in kBytes/sec
Time Resolution = 0.000001 seconds.
Processor cache size set to 1024 kBytes.
Processor cache line size set to 32 bytes.
File stride size set to 17 * record size.
random random bkwd record stride
kB reclen write rewrite read reread read write read rewrite read fwrite frewrite fread freread
102400 4 22657 26762 91373 92627 90584 31170
102400 16 53854 65291 261840 273802 270460 65326
102400 512 88260 91791 308807 324209 361771 94020
102400 1024 85033 92685 356563 368805 368856 92340
102400 16384 91176 96230 350895 369697 370204 97167
Not sure if these are good results
Test with DD:
Code: /mnt/sg1/test$ dd if=/dev/zero of=./largefile bs=1M count=1024
1024+0 records in
1024+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 29.5178 s, 36.4 MB/s
Cleared cache with
Code: sudo sh -c "sync && echo 3 > /proc/sys/vm/drop_caches"
Then tested read, seems fine:
Code: /mnt/sg1/test$ dd if=./largefile of=/dev/null bs=4k
262144+0 records in
262144+0 records out
1073741824 bytes (1.1 GB, 1.0 GiB) copied, 6.97084 s, 154 MB/s
This is how the drive is mounted in fstab: (ext4 I had some bad perf)
Code: /dev/disk/by-id/ata-ST4000DM004-2CV104_ZFN0B7VM-part1 /mnt/sg1 ntfs-3g rw, big_writes, defaults,nofail 0 0
Hope someone one of the smart people on here can help me figure this one out.
Thanks in advance!
|
|
|
Shipping Time? |
Posted by: Carmax91 - 04-07-2018, 10:41 AM - Forum: Shipment Related Discussion
- Replies (2)
|
 |
Hello everyone!
I've just bought a Rock64 board on 31 March and I received acknowledge from Sales team for this order.
My question is, how long does it usually takes for an order to be shipped after being placed? I haven't found any info about this...
Thank you very much in advance for your time and help, regards...
|
|
|
Managing Android through a Gamepad??? |
Posted by: Danielsan - 04-07-2018, 01:16 AM - Forum: Android on Rock64
- Replies (7)
|
 |
Hi guys,
I am trying Android (root) on my Rock64, I would like to use it with a gamepad rather then my keyboard+touchpad, the pad is working but I can only do tap/click and nothing more, all the buttons perform the same action, so I can't go back etc...
Does anyone of you have any idea how to make it possible?
Thanks in advance!
|
|
|
|