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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,927
» Latest member: 1services
» Forum threads: 16,330
» Forum posts: 117,424

Full Statistics

Latest Threads
A/V output enable
Forum: Linux on Rock64
Last Post: 8lall0
3 hours ago
» Replies: 0
» Views: 7
If your USB-C port is fla...
Forum: PinePhone Pro Hardware
Last Post: Zebulon Walton
5 hours ago
» Replies: 0
» Views: 22
Pinebook problem
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-18-2026, 08:58 AM
» Replies: 2
» Views: 4,617
Pine a64+ power supply
Forum: General Discussion on PINE A64(+)
Last Post: davidspencer
03-18-2026, 01:02 AM
» Replies: 0
» Views: 136
Private / self-hosted "Cl...
Forum: General Discussion on PinePhone
Last Post: cyberb123
03-17-2026, 11:57 AM
» Replies: 8
» Views: 7,161
Automatic screen rotation
Forum: PineTab Software
Last Post: Raik
03-17-2026, 01:49 AM
» Replies: 32
» Views: 29,842
Prohibit Pinecil from goi...
Forum: Pinecil Software
Last Post: snorkel
03-13-2026, 01:56 AM
» Replies: 2
» Views: 217
dead Pinebook - help plea...
Forum: General Discussion on Pinebook Pro
Last Post: RicTor
03-12-2026, 04:49 AM
» Replies: 2
» Views: 611
Looking for PineTime user...
Forum: General
Last Post: Mitrax
03-11-2026, 02:50 PM
» Replies: 2
» Views: 395
reset wifi hardware/drive...
Forum: Mobian on PinePhone
Last Post: baptx
03-10-2026, 04:43 PM
» Replies: 5
» Views: 5,071

 
  Shipping Status
Posted by: encarta - 07-14-2016, 06:30 PM - Forum: Shipment Related Discussion - Replies (17)

Hi Pine64 Team,
My Order number is #8161851.
When I placed the order, there was banner at top of page that the order will be shipped late may 2016 or early june 2016.
Now it's mid of july, I still get no update on my order. My credit card is already charged for that order.


Lightbulb My Favorite PI Bus Pinout from raspberrypi-spy.co.uk
Posted by: MarkHaysHarris777 - 07-14-2016, 04:46 PM - Forum: Pi2, Euler and Exp GPIO Ports - Replies (10)

   

This is my favorite PI Bus pinout diagram, from the people at www.raspberrypi-spy.co.uk

The pinout is oriented the same way the pins are oriented if you look at the PineA64 board with the Euler bus at the bottom and the PI bus at the top.

This pics is good because it helps keep the special functions clear by color from the general pins, and from the grounds (all eight of them).

marcus
Big Grin

EDIT:  NOTE:  GPIO04  pin(7)  cannot be used with RPi.GPIO-PineA64 with the current dts|dtb.  Pin(7) is PL10 on the pine board, which is the S_PWM, for use as the LCD backlight brightness pulse width modulation.


  Arduino IDE on Pine64
Posted by: jrullan - 07-14-2016, 03:24 PM - Forum: Linux on Pine A64(+) - Replies (16)

Hi all,

I was happy to find out that since May Arduino released an ARM version of the IDE (currently 1.6.9). I tried installing it in my A64+ but sadly it didn't work and gives this error:

Code:
./arduino: line 34: /home/debian/Downloads/arduino-1.6.9/java/bin/java: No such file or directory


I did the same thing on my recently received CHIP and it worked without any hiccups. So, I'm wondering if the problem is related to an issue with ARM64 architecture. 

Have anyone tried to install it in their PINEs? 
Have anyone tried to compile it on the PINE? If so, how?

Thanks!!!


  Android 5.1.1 Image Release 20160711
Posted by: clarkss12 - 07-14-2016, 02:14 PM - Forum: Android on Pine A64(+) - Replies (27)

Just installed the July 11 rooted, Phoenix, Android version and here are a couple of observations.

1.  On my older LCD 1080P 60hz TV, everything was too small.  Had to change the build prop DPI setting to 240 from 160.  Did not have to do that on the earlier version.

2.  Gigabit Ethernet is still not working.  WiFi has taken a hit also, only getting half the download speed from the earlier version.

3.  Some of the apps open up sideways, did not happen in earlier version.

The build prop says it is a tablet version.  Not sure who is building these roms, but they seem to be going backwards.

Getting the gigabit Ethernet to work properly is a NUMBER 1 priority, until that is done, Android is not usable for me.


  Ubuntu Error updating uboot
Posted by: jandvs - 07-14-2016, 10:35 AM - Forum: Linux on Pine A64(+) - Replies (2)

I booted ubuntu on my Pine 64+ 2GB per this guide. I used the Ubuntu Base Longsleep download.  It booted just fine, but when i try to run the command to update uboot, i get this error.  The pine is connected to the network via cat-6 cable.  I can ping google.com and i can SSH to the pine from my desktop, so I know it's got a good network connection.

Code:
ubuntu@localhost:~$ sudo -i
[sudo] password for ubuntu:
root@localhost:~# /usr/local/sbin/pine64_update_uboot.sh
Checking for update ...
Downloading U-Boot image ...

curl: (56) GnuTLS recv error (-54): Error in the pull function.

root@localhost:~# /usr/local/sbin/pine64_update_kernel.sh
Checking for update ...
Downloading Linux Kernel ...

curl: (56) GnuTLS recv error (-54): Error in the pull function.
root@localhost:~#

Any ideas?


  GPIO access running Android
Posted by: rddragon888 - 07-14-2016, 10:05 AM - Forum: Android on Pine A64(+) - Replies (20)

Has any progress been made getting access to the GPIO pins while running Android?


  Porting Arduino project advice
Posted by: primeminister - 07-14-2016, 08:38 AM - Forum: Pi2, Euler and Exp GPIO Ports - Replies (1)

I have an Arduino project that decodes some GPIO bus signals.  It uses very specific timing, and since the Arduino has no kernel, it won't get preempted.

I would like to port it to the Pine, or add the functionality of the Pine to the project because the Adruino can't do SSL, it can't really make a nice Web interface either.

Can I rewrite the source to use something like python GPIO and achieve the same results, or will pre-empting skew up the timings?  The baud rate is very low, it can be adjusted from 12v to 3.3v with a regulator and the lag on the rising / falling regulator doesn't mess up the timings.

Would it be easier to keep the bus decoding on Arduino and communicate with the Pine via SPI or something like that?

Arduino project for reference:
https://github.com/markkimsal/homesecurity


I have constraints similar to this SO question:
http://stackoverflow.com/questions/17115...nel-driver

I have to listen and respond to lines being driven low for approximately 10ms.

So, it seems like keeping the Arduino is the way to go ... ?

Are the issues in the SO question common amongst ARM dev boards?

Do the answers make sense to anyone?


  Which SD card
Posted by: KosakAlmighty - 07-14-2016, 08:05 AM - Forum: Android on Pine A64(+) - Replies (3)

Hi Guys,
I installed Android and also Remix OS but both are very lagy. Huge delay between click and action. 
I have 2GB model with wifi and BT and I'm using Kingstone 8GB SD Card Class 10.

Wiith wich SD card you have best experience?

Thank you
Have a nice day


  Slow download speed compared to upload
Posted by: curiousgally - 07-14-2016, 06:20 AM - Forum: Remix OS - Replies (4)

I tried remix Os last night. Everything worked right out of the box. However slow Ethernet speed is driving me nuts. I'm on Ethernet, no wifi module with my board. I have 75 Mbps at my home, no gigabit. I tested speed and it's around 1.5 Mbps download and 12Mbps upload. Not sure what is limiting the download  speed. Due to this I'm not able to stream at all.

Any help to resolve this is appreciated !!!


  Through hole LEDs
Posted by: shiftlink - 07-14-2016, 05:23 AM - Forum: Pine A64 Hardware, Accessories and POT - Replies (5)

There are two unpopulated sets of vias for LED's on the board between the power switch and the IR socket.  I was just wondering if anyone knows what they are for.