Welcome, Guest |
You have to register before you can post on our site.
|
Latest Threads |
* /lib64 is a symbolic li...
Forum: PineNote Software
Last Post: jabi27
6 hours ago
» Replies: 0
» Views: 11
|
Invalid Signature by m-we...
Forum: PineNote Software
Last Post: Francus
Yesterday, 05:26 AM
» Replies: 0
» Views: 53
|
Pinetab2 not starting
Forum: PineTab Hardware
Last Post: biketool
Yesterday, 03:04 AM
» Replies: 12
» Views: 6,598
|
incorporate a multimeter ...
Forum: General
Last Post: angelaeng
07-24-2025, 10:41 PM
» Replies: 1
» Views: 279
|
invalid signatures
Forum: Getting Started
Last Post: Dendrocalamus64
07-24-2025, 08:35 PM
» Replies: 2
» Views: 215
|
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: mikehenson
07-24-2025, 07:28 AM
» Replies: 1
» Views: 77
|
? Introducing RoutineHero...
Forum: General Discussion on PineTime
Last Post: oscar-gardiazabal
07-24-2025, 03:25 AM
» Replies: 0
» Views: 62
|
pinetab2 danctnix broken ...
Forum: PineTab Software
Last Post: acruhl
07-23-2025, 06:27 PM
» Replies: 6
» Views: 282
|
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
07-23-2025, 09:37 AM
» Replies: 2
» Views: 176
|
Need new eMMC
Forum: General Discussion on Pinebook Pro
Last Post: KC9UDX
07-22-2025, 03:10 PM
» Replies: 1
» Views: 113
|
|
|
Car infotainment |
Posted by: top3b - 08-22-2016, 01:25 AM - Forum: General Discussion on PINE A64(+)
- Replies (1)
|
 |
Is there anyone that thought to use our Pine as a car infotainment system?
Or only connecting pine through hdmi port?
Regards
Inviato dal mio iPhone utilizzando Tapatalk
Can it be used with the mirroring android function?
Inviato dal mio iPhone utilizzando Tapatalk
|
|
|
Battery for Pine64 |
Posted by: steve8939 - 08-21-2016, 06:45 PM - Forum: Accessories
- Replies (7)
|
 |
Hello, has anyone had any luck in powering the Pine64 using a battery? I used a pair of 18650's and a power converter, but it only powers up the down. The converter has a 1 amp rating with a 3 amp burst.
|
|
|
Howto test and tune Gigabit Networking (1000M) |
Posted by: longsleep - 08-21-2016, 04:33 AM - Forum: Ethernet Port
- Replies (16)
|
 |
Pine64+ and Pine64+2GB have a Gigabit NIC. To actually test the speed of the network interface a few things need to be considered. If you want to test the NIC performance of your Pine64, this thread is for you.
To do any meaningful testing, you need another device which is well known and capable to deliver over 900MBit/s with the cable and switch it is connected to. Also make sure that the network cable you use for the Pine64 is working with Gigabit Network (8 wires twisted pair, Cat5e or Cat6).
It is important to understand that you should test network speed only. If you copy a file to the Pine or something you are testing something completely different.
Furthermore it is important to know the settings of the whole stack involved and always use same / good settings. I added a platform-script at https://github.com/longsleep/build-pine6...network.sh to help with that. Make sure to run this or similar before any testing.
- Make sure you use the latest Kernel. `uname -a`
Code: root@pine64:~# uname -a
Linux pine64 3.10.102-3-pine64-longsleep #98 SMP PREEMPT Sat Aug 20 22:28:17 CEST 2016 aarch64 aarch64 aarch64 GNU/Linux
- Use iperf3. Start it in server mode on your other host (iperf3 -s). iperf 3 exists for essentially all platforms as precompiled binary (https://iperf.fr/iperf-download.php).
- Install iperf3 on your Pine64. `sudo apt-get install iperf3`.
- Run iperf3 in client mode on Pine64 `iperf -c $OTHER_HOST_IP`
This can reach about 800 Mbits/sec
Code: root@pine64:~# iperf3 -c 192.168.1.111
Connecting to host 192.168.1.111, port 5201
[ 4] local 192.168.1.54 port 33437 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.01 sec 99.0 MBytes 825 Mbits/sec 1 168 KBytes
[ 4] 1.01-2.00 sec 100 MBytes 848 Mbits/sec 1 139 KBytes
[ 4] 2.00-3.00 sec 101 MBytes 849 Mbits/sec 0 197 KBytes
[ 4] 3.00-4.00 sec 100 MBytes 841 Mbits/sec 0 235 KBytes
[ 4] 4.00-5.00 sec 97.7 MBytes 820 Mbits/sec 3 139 KBytes
[ 4] 5.00-6.00 sec 99.1 MBytes 831 Mbits/sec 2 82.0 KBytes
[ 4] 6.00-7.00 sec 95.4 MBytes 801 Mbits/sec 1 120 KBytes
[ 4] 7.00-8.00 sec 97.7 MBytes 819 Mbits/sec 1 151 KBytes
[ 4] 8.00-9.00 sec 96.8 MBytes 812 Mbits/sec 0 202 KBytes
[ 4] 9.00-10.00 sec 102 MBytes 854 Mbits/sec 1 175 KBytes
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 990 MBytes 830 Mbits/sec 10 sender
[ 4] 0.00-10.00 sec 989 MBytes 829 Mbits/sec receiver
- Run iperf3 in client reverse mode on Pine64 `iperf -c $OTHER_HOST_IP -R`
This can reach about 900 Mbits/sec.
Code: root@pine64:~# iperf3 -c 192.168.1.111 -R
Connecting to host 192.168.1.111, port 5201
Reverse mode, remote host 192.168.1.111 is sending
[ 4] local 192.168.1.54 port 33435 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.00 sec 104 MBytes 873 Mbits/sec
[ 4] 1.00-2.00 sec 107 MBytes 901 Mbits/sec
[ 4] 2.00-3.00 sec 106 MBytes 893 Mbits/sec
[ 4] 3.00-4.00 sec 107 MBytes 901 Mbits/sec
[ 4] 4.00-5.00 sec 108 MBytes 903 Mbits/sec
[ 4] 5.00-6.00 sec 105 MBytes 879 Mbits/sec
[ 4] 6.00-7.00 sec 109 MBytes 912 Mbits/sec
[ 4] 7.00-8.00 sec 107 MBytes 898 Mbits/sec
[ 4] 8.00-9.00 sec 107 MBytes 900 Mbits/sec
[ 4] 9.00-10.00 sec 107 MBytes 895 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec sender
[ 4] 0.00-10.00 sec 1.04 GBytes 896 Mbits/sec receiver
- To completely max out the Pine64 run iperf 3 in parallel mode (4)
This should be a little faster (combined) than the results from only a single thread.
Code: root@pine64:~# iperf3 -c 192.168.1.111 -P 4
Connecting to host 192.168.1.111, port 5201
[ 4] local 192.168.1.54 port 33439 connected to 192.168.1.111 port 5201
[ 6] local 192.168.1.54 port 33440 connected to 192.168.1.111 port 5201
[ 8] local 192.168.1.54 port 33441 connected to 192.168.1.111 port 5201
[ 10] local 192.168.1.54 port 33442 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth Retr Cwnd
[ 4] 0.00-1.03 sec 26.9 MBytes 219 Mbits/sec 1 107 KBytes
[ 6] 0.00-1.03 sec 26.7 MBytes 218 Mbits/sec 0 209 KBytes
[ 8] 0.00-1.03 sec 26.5 MBytes 216 Mbits/sec 0 212 KBytes
[ 10] 0.00-1.03 sec 26.4 MBytes 215 Mbits/sec 0 208 KBytes
[SUM] 0.00-1.03 sec 106 MBytes 868 Mbits/sec 1
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 122 KBytes
[ 6] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 236 KBytes
[ 8] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 239 KBytes
[ 10] 1.03-2.02 sec 26.2 MBytes 222 Mbits/sec 0 239 KBytes
[SUM] 1.03-2.02 sec 105 MBytes 888 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 2.02-3.02 sec 26.2 MBytes 220 Mbits/sec 1 97.6 KBytes
[ 6] 2.02-3.02 sec 26.2 MBytes 221 Mbits/sec 1 112 KBytes
[ 8] 2.02-3.02 sec 26.2 MBytes 221 Mbits/sec 0 257 KBytes
[ 10] 2.02-3.02 sec 26.2 MBytes 221 Mbits/sec 0 255 KBytes
[SUM] 2.02-3.02 sec 105 MBytes 882 Mbits/sec 2
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 0 110 KBytes
[ 6] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 0 124 KBytes
[ 8] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 0 262 KBytes
[ 10] 3.02-4.02 sec 26.2 MBytes 221 Mbits/sec 1 109 KBytes
[SUM] 3.02-4.02 sec 105 MBytes 884 Mbits/sec 1
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 122 KBytes
[ 6] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 130 KBytes
[ 8] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 269 KBytes
[ 10] 4.02-5.01 sec 26.2 MBytes 222 Mbits/sec 0 123 KBytes
[SUM] 4.02-5.01 sec 105 MBytes 887 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 1 106 KBytes
[ 6] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 0 132 KBytes
[ 8] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 1 94.7 KBytes
[ 10] 5.01-6.05 sec 27.5 MBytes 222 Mbits/sec 0 129 KBytes
[SUM] 5.01-6.05 sec 110 MBytes 889 Mbits/sec 2
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 6.05-7.04 sec 27.0 MBytes 227 Mbits/sec 0 117 KBytes
[ 6] 6.05-7.04 sec 27.9 MBytes 235 Mbits/sec 0 143 KBytes
[ 8] 6.05-7.04 sec 25.8 MBytes 218 Mbits/sec 0 115 KBytes
[ 10] 6.05-7.04 sec 22.8 MBytes 192 Mbits/sec 2 84.8 KBytes
[SUM] 6.05-7.04 sec 103 MBytes 872 Mbits/sec 2
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 7.04-8.01 sec 26.1 MBytes 226 Mbits/sec 0 127 KBytes
[ 6] 7.04-8.01 sec 26.2 MBytes 228 Mbits/sec 0 150 KBytes
[ 8] 7.04-8.01 sec 24.9 MBytes 216 Mbits/sec 0 126 KBytes
[ 10] 7.04-8.01 sec 23.8 MBytes 206 Mbits/sec 0 102 KBytes
[SUM] 7.04-8.01 sec 101 MBytes 875 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 8.01-9.00 sec 26.2 MBytes 221 Mbits/sec 0 136 KBytes
[ 6] 8.01-9.01 sec 26.2 MBytes 221 Mbits/sec 0 156 KBytes
[ 8] 8.01-9.01 sec 26.2 MBytes 221 Mbits/sec 0 130 KBytes
[ 10] 8.01-9.01 sec 26.2 MBytes 221 Mbits/sec 0 116 KBytes
[SUM] 8.01-9.00 sec 105 MBytes 885 Mbits/sec 0
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 9.00-10.00 sec 26.2 MBytes 221 Mbits/sec 0 144 KBytes
[ 6] 9.01-10.00 sec 26.2 MBytes 221 Mbits/sec 1 109 KBytes
[ 8] 9.01-10.00 sec 26.2 MBytes 221 Mbits/sec 0 139 KBytes
[ 10] 9.01-10.00 sec 26.2 MBytes 221 Mbits/sec 0 127 KBytes
[SUM] 9.00-10.00 sec 105 MBytes 882 Mbits/sec 1
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth Retr
[ 4] 0.00-10.00 sec 265 MBytes 222 Mbits/sec 3 sender
[ 4] 0.00-10.00 sec 265 MBytes 222 Mbits/sec receiver
[ 6] 0.00-10.00 sec 266 MBytes 223 Mbits/sec 2 sender
[ 6] 0.00-10.00 sec 266 MBytes 223 Mbits/sec receiver
[ 8] 0.00-10.00 sec 262 MBytes 220 Mbits/sec 1 sender
[ 8] 0.00-10.00 sec 262 MBytes 220 Mbits/sec receiver
[ 10] 0.00-10.00 sec 258 MBytes 216 Mbits/sec 3 sender
[ 10] 0.00-10.00 sec 258 MBytes 216 Mbits/sec receiver
[SUM] 0.00-10.00 sec 1.03 GBytes 881 Mbits/sec 9 sender
[SUM] 0.00-10.00 sec 1.03 GBytes 881 Mbits/sec receiver
Code: root@pine64:~# iperf3 -c 192.168.1.111 -P 4 -R
Connecting to host 192.168.1.111, port 5201
Reverse mode, remote host 192.168.1.111 is sending
[ 4] local 192.168.1.54 port 33444 connected to 192.168.1.111 port 5201
[ 6] local 192.168.1.54 port 33445 connected to 192.168.1.111 port 5201
[ 8] local 192.168.1.54 port 33446 connected to 192.168.1.111 port 5201
[ 10] local 192.168.1.54 port 33447 connected to 192.168.1.111 port 5201
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-1.01 sec 20.9 MBytes 174 Mbits/sec
[ 6] 0.00-1.01 sec 20.8 MBytes 174 Mbits/sec
[ 8] 0.00-1.01 sec 20.9 MBytes 174 Mbits/sec
[ 10] 0.00-1.01 sec 20.8 MBytes 173 Mbits/sec
[SUM] 0.00-1.01 sec 83.3 MBytes 694 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 1.01-2.00 sec 27.4 MBytes 231 Mbits/sec
[ 6] 1.01-2.00 sec 27.3 MBytes 230 Mbits/sec
[ 8] 1.01-2.00 sec 27.5 MBytes 232 Mbits/sec
[ 10] 1.01-2.00 sec 27.5 MBytes 232 Mbits/sec
[SUM] 1.01-2.00 sec 110 MBytes 925 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 2.00-3.00 sec 28.1 MBytes 236 Mbits/sec
[ 6] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 2.00-3.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 2.00-3.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 3.00-4.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 3.00-4.00 sec 28.1 MBytes 236 Mbits/sec
[ 8] 3.00-4.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 3.00-4.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 3.00-4.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 4.00-5.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 4.00-5.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 4.00-5.00 sec 28.1 MBytes 236 Mbits/sec
[ 10] 4.00-5.00 sec 28.1 MBytes 236 Mbits/sec
[SUM] 4.00-5.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 5.00-6.00 sec 28.1 MBytes 236 Mbits/sec
[ 6] 5.00-6.00 sec 28.1 MBytes 236 Mbits/sec
[ 8] 5.00-6.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 5.00-6.00 sec 27.8 MBytes 233 Mbits/sec
[SUM] 5.00-6.00 sec 112 MBytes 940 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[ 6] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[ 8] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[ 10] 6.00-7.00 sec 27.9 MBytes 234 Mbits/sec
[SUM] 6.00-7.00 sec 112 MBytes 934 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 7.00-8.00 sec 28.1 MBytes 236 Mbits/sec
[ 6] 7.00-8.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 7.00-8.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 7.00-8.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 7.00-8.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[ 8] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 8.00-9.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 8.00-9.00 sec 112 MBytes 941 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ 4] 9.00-10.00 sec 28.0 MBytes 235 Mbits/sec
[ 6] 9.00-10.00 sec 28.1 MBytes 236 Mbits/sec
[ 8] 9.00-10.00 sec 28.0 MBytes 235 Mbits/sec
[ 10] 9.00-10.00 sec 28.0 MBytes 235 Mbits/sec
[SUM] 9.00-10.00 sec 112 MBytes 940 Mbits/sec
- - - - - - - - - - - - - - - - - - - - - - - - -
[ ID] Interval Transfer Bandwidth
[ 4] 0.00-10.00 sec 273 MBytes 229 Mbits/sec sender
[ 4] 0.00-10.00 sec 273 MBytes 229 Mbits/sec receiver
[ 6] 0.00-10.00 sec 273 MBytes 229 Mbits/sec sender
[ 6] 0.00-10.00 sec 273 MBytes 229 Mbits/sec receiver
[ 8] 0.00-10.00 sec 273 MBytes 229 Mbits/sec sender
[ 8] 0.00-10.00 sec 273 MBytes 229 Mbits/sec receiver
[ 10] 0.00-10.00 sec 272 MBytes 228 Mbits/sec sender
[ 10] 0.00-10.00 sec 272 MBytes 228 Mbits/sec receiver
[SUM] 0.00-10.00 sec 1.06 GBytes 915 Mbits/sec sender
[SUM] 0.00-10.00 sec 1.06 GBytes 914 Mbits/sec receiver
If your results are even faster, consider yourself lucky . Feel free to post your results (please iperf3 results only).
|
|
|
LCD Panel Connected but does not work |
Posted by: maipercaso - 08-20-2016, 05:41 PM - Forum: LCD and Touch Panel
- Replies (1)
|
 |
Hi I have recently received my package containing the pine a64 mother board, with lcd display, package is missing the shutdown button, and also the abs case at the Moment.Anyway I received also the 7" LCD Display, I have connected the cables as it was documented in this Forum guide. I did not do any OS upgrade yet, but when I start the os boot up, Display does not light up. I tried to move the ribbon cables attached on the dsi port, and if moved, starts flashing like it was going to start, but then nothing.
I think that the Motherboard or the ribbon cable is defected. Any suggestions?
Thanks
|
|
|
Only 2 cores |
Posted by: Jmcart3music - 08-20-2016, 02:59 PM - Forum: General Discussion on PINE A64(+)
- Replies (2)
|
 |
I have been playing around with the pine for a week now. Under android it is only showing 2 cores. I have other apps showing the same. Is there a way to unlock them? I'm new to these boards and I know there is much development to do. But can anyone give me solution to this.
|
|
|
Howto use MAC address as printed on the label on the back |
Posted by: longsleep - 08-20-2016, 11:13 AM - Forum: Ethernet Port
- Replies (3)
|
 |
The BSP Linux Kernel does automatically generate a locally administered MAC address for the Ethernet (eth0) interface.
Some networks might not be able to handle those correctly. The recommended solution is to manually set the MAC address to the one which is printed on the back of the Pine64 by adding it to /boot/uEnv.txt with a line like ethaddr=xx:xx:xx:xx:xx:xx.
The MAC address is the lower number on the barcode label on the back of your Pine board. Start from the left and add a colon every two chars. So far they all seem to start with 00:06:dc making this the vendor prefix.
|
|
|
Debian and Prolific pl2303 |
Posted by: Castle - 08-20-2016, 07:14 AM - Forum: Debian
- Replies (3)
|
 |
Hi, I hope someone can help me out.
I am trying to get a Prolific 2303 usb to serial adapter to work with the latest debian Base release (pine64-image-debianbase-310102bsp-2). The adapter works on a RPI but on the Pine you can see the plugged in adapter but it does not get linked to a tty-usb port. Other usb to serial adapters of a different make do get attached to a tty-usb port.
Is the driver included in the build?
Regards,
Jelle
|
|
|
Anyone got jackd working? |
Posted by: jkmooney - 08-19-2016, 06:22 PM - Forum: Debian
- Replies (4)
|
 |
Trying to get Guitarix to run on the Pine64 and it needs me to set up and configure jackd. I've never had good luck with that. Anyone here manage to get it configured / working?
I figure if I can get it to work, I can salvage an old amp into a pretty spiffy Pine64 powered multi-effects practice amp.
|
|
|
|