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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,206
» Latest member: Acestep
» Forum threads: 16,119
» Forum posts: 116,579

Full Statistics

Latest Threads
Calls on ppp
Forum: PinePhone Pro Software
Last Post: chbwzxgk
3 hours ago
» Replies: 6
» Views: 138
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
Today, 03:28 AM
» Replies: 62
» Views: 16,063
New pinetab2 - can't char...
Forum: General Discussion on PineTab
Last Post: tmhorne
Yesterday, 12:42 PM
» Replies: 10
» Views: 1,502
Case for the rock64 that ...
Forum: Rock64 Hardware and Accessories
Last Post: tophneal
Yesterday, 07:32 AM
» Replies: 2
» Views: 1,156
SOQuartz64 4GB CM & Waves...
Forum: Quartz64 Hardware and Accessories
Last Post: Nicholas97
Yesterday, 02:35 AM
» Replies: 3
» Views: 2,163
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: FONJGS55
05-11-2025, 07:51 AM
» Replies: 8
» Views: 1,632
Page turner for PineNote ...
Forum: PineNote Software
Last Post: macmartin
05-09-2025, 09:10 AM
» Replies: 0
» Views: 155
How to improve KDE plasma...
Forum: PineTab Software
Last Post: Kevin Kofler
05-08-2025, 05:02 PM
» Replies: 2
» Views: 204
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
05-07-2025, 04:20 PM
» Replies: 4
» Views: 2,065
Star64: GPU firmware load...
Forum: Getting Started
Last Post: mara
05-06-2025, 11:44 AM
» Replies: 15
» Views: 10,299

 
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.


  temporary enclosure with lcd
Posted by: jodybrown99 - 07-13-2016, 08:57 PM - Forum: Enclosures - Replies (2)

has anyone created a decent "enclosure" for their pine64 that includes the lcd?
what did you do?
how did you orient the PCB in regards to the panel, so that the cables reach nicely?
what was it made of?
did you get the camera in there somehow?
other addons?

i'm thinking about getting some lexan (i have a sheet around here somewhere) and try to put something together so that i can at least hold the thing like a tablet, until my actual enclosure arrives (via the original kickstarter).