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,575

Full Statistics

Latest Threads
bookworm vs trixie discus...
Forum: Mobian on PinePhone
Last Post: anonymous
1 hour ago
» Replies: 62
» Views: 16,001
New pinetab2 - can't char...
Forum: General Discussion on PineTab
Last Post: tmhorne
Yesterday, 12:42 PM
» Replies: 10
» Views: 1,486
Calls on ppp
Forum: PinePhone Pro Software
Last Post: chbwzxgk
Yesterday, 11:54 AM
» Replies: 2
» Views: 105
Case for the rock64 that ...
Forum: Rock64 Hardware and Accessories
Last Post: tophneal
Yesterday, 07:32 AM
» Replies: 2
» Views: 1,151
SOQuartz64 4GB CM & Waves...
Forum: Quartz64 Hardware and Accessories
Last Post: Nicholas97
Yesterday, 02:35 AM
» Replies: 3
» Views: 2,152
Pinephone + Keyboard for ...
Forum: PinePhone Hardware
Last Post: FONJGS55
05-11-2025, 07:51 AM
» Replies: 8
» Views: 1,612
Page turner for PineNote ...
Forum: PineNote Software
Last Post: macmartin
05-09-2025, 09:10 AM
» Replies: 0
» Views: 145
How to improve KDE plasma...
Forum: PineTab Software
Last Post: Kevin Kofler
05-08-2025, 05:02 PM
» Replies: 2
» Views: 194
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
05-07-2025, 04:20 PM
» Replies: 4
» Views: 2,056
Star64: GPU firmware load...
Forum: Getting Started
Last Post: mara
05-06-2025, 11:44 AM
» Replies: 15
» Views: 10,288

 
  Pine64 Boot help needed
Posted by: jousley - 06-13-2016, 11:45 AM - Forum: Getting Started - Replies (4)

Hi Guys, 
quick question surrounding the writing Remix OS to the SD card. I have successfully completed both using Win32 and phoenix card but my Pine 64 has yet to boot past the Pine64 opening screen. I just wondered how I could check the image has successfully been written to the SD card... I've ordered a power cable with the correct amps but just wanted to make sure I am actually writing the image correctly. 
Thanks,


  Go programming language on the Pine64
Posted by: simonritchie - 06-13-2016, 11:25 AM - Forum: General Discussion on PINE A64(+) - Replies (2)

Just to confirm that the Go programming language runs on the Pine64.  This was announced in the Go forum a few days ago:  https://groups.google.com/forum/#!topic/...mY7IKVMMyE.  The person who posted thate announcement is running it under Debian Linux.  I'm running it under Ubuntu Linux.

Just to expand on that posting, Go doesn't work on the Arm64 out of the box.  To get started you need to create an intermediate version of Go using another machine that already has Go running.  (I used an Intel-based system running Ubuntu.  You could also use a Windows system.)  Use these instructions:  https://golang.org/doc/install/source, in particular the section "Optional Environment Variables".  When you build your intermediate system, specify the arm64 as the target architecture using GOARCH and specify the target operating as linux using GOOS:

export GOARCH=arm64
export GOOS=linux

Use GOROOT_FINAL to specify the location where you want the result to be stored on your Pine64. 

Once it's built, copy the resulting files onto your Pine64 and put the directory containing the go command into your path.  That gives you a working Go compiler.  For a quick test, run:

go version

which should display some information about the go compiler. That it runs at all is a good sign.

You could just use this version of the go compiler but it's nicer to download the source code of the Go system onto the Pine64 and compile it all over again.  The compilation process takes about ten minutes and gives you a Go system that was created from source on the Pine64.   It also acts as a fairly thorough check that the compiler is working OK.

You only need to go through that rigmarole once.  After that, when a new version of Go comes out, you can compile it from source code using your existing compiler.

The Go compiler will only work if it's stored in the directory that you specified using GOROOT_FINAL when you built it - you can't move it around later.  It's a very good idea to store the final version in /usr/local/go, so you may want to put the intermediate cross-compiled version somewhere else.

To find out more about Go, visit https://golang.org.  (There again, if you don't already know about Go, you are probably not reading this posting.)

Happy Going.

Simon


  Seems like i'm not alone in no information.
Posted by: HomerJaySimpson - 06-13-2016, 11:17 AM - Forum: Shipment Related Discussion - Replies (10)

i ordered my pine on Feb 29th.  11 days ago received a email like this and  nothing has shipped according to the tracking number.  Is this anther thing where its vaporware?  I sent an email to both support and shipping email addresses and have not heard anything.

Great news! Your PINE64 is on its way!

Courier: USPS

Your tracking number is: xxxxxxxxx

Shipping Address:
xxxxxx
xxxxxx
xxxxxx

Line Items:
  1x PINE64 A64+ for $39.00 each
    2GB ($29)-Yes (+$10)


Sad Android unusable, were my expectations too high?
Posted by: xtcrefugee - 06-13-2016, 10:23 AM - Forum: Android on Pine A64(+) - Replies (13)

My 2GB A64+ arrived today, and after trying and failing to get the Phoenix image to work (it just sat at the "powered by Android" screen) I tried the rooted 32GB Android image and successfully got to the desktop. I'm using a standard 64GB SanDisk Ultra UHS-I card (Win32DiskImager claimed the 64GB image would not fit on it) and am pretty sure it's genuine. I have wireless USB receivers for keyboard and mouse connected and nothing else, and it's powered by a 2 Amp Samsung adapter, so that should all be OK I think.

The system is unbelievably slow. Just navigating the settings screens takes ages as the app freezes or locks up repeatedly. My mouse freezes at times for a few seconds, then comes back. Chrome gave me a black screen with the "this app is not responding" message, but eventually loaded. After some persistence I was able to activate Wi-Fi and add my Google account, but I've tried several times now to start Google Play, each time it causes the device to restart (back to the Pine logo screen) after a long attempt to load.

I'm not sure if I have a faulty unit here, a faulty setup in some way, or if perhaps my expectations were too high? This certainly isn't a usable system, that's for sure, I can barely load an app. I'm downloading Remix instead now to see if that's any better, but really I bought this as Pine claimed to support Android.


  Pine A64+ 1GB 10/100 ethernet?
Posted by: eli - 06-13-2016, 04:09 AM - Forum: Pine A64 Hardware, Accessories and POT - Replies (1)

Hi all, according the shop site the 1 gig model has 10/100 ethernet port, the wiki and the kickstarter show that it should be 10/100/1000 port.

I hope that's mistake because otherwise I'm gonna regret my backing on the kickstarter project


  C#.NET / Mono GPIO library?
Posted by: abutler77 - 06-12-2016, 10:34 PM - Forum: Linux on Pine A64(+) - No Replies

Is there a C#.NET / Mono GPIO library available?

Thanks,

Arthur


  How do you auto-start apps in RemixOS?
Posted by: utdrmac - 06-12-2016, 06:19 PM - Forum: Remix OS - Replies (3)

I've tried several apps from the Google Play Store that, supposedly, will automatically start apps you define on OS boot. But none of these seem to work.

Kodi on RemixOS was able to play a 1080p x265 HEVC without any noticeable stuttering or screen artifacts. So, I'm trying to get Kodi to auto start on OS boot in attempt to start using this as my media center and replace my Pi.


  Faulty lcd screen? Wrong install process? Help!
Posted by: Krinilssen - 06-12-2016, 01:05 PM - Forum: Android on Pine A64(+) - Replies (4)

I have tried many times to instal different android builds to work with my pine and the pine touch screen I have, and none have worked or even booted up. I installed linux to make sure it wasn't the pine it self, but I was able to boot into and have full functionality. Am I going around the android process wrong? Or is my lcd touch screen faulty? I am using a mac and have downloaded the DD root image for a 64 gb card, and DD to the card, then plug the card into my pine with the lcd touchscreen attached.


  Cancel my order
Posted by: KosakAlmighty - 06-12-2016, 11:57 AM - Forum: General Discussion on PINE A64(+) - Replies (8)

Hello,

I would like to cancel my order 102321772.

Thank you and have a nice day


  Command line only UI
Posted by: NexusDude - 06-12-2016, 05:21 AM - Forum: openHAB - Replies (3)

From the OpenHab website, it appears that OH is supposed to boot into a GUI, but all I'm getting is a command prompt. White on black.

Quote:Ubuntu 16.04 LTS openhab tty1 

Welcome to Ubuntu 16.04 LTS (GNU/Linux 3.10.101-0-pine64-longsleep aarch64)
openhab@openhab: ~$

Do some sort of sensors need to be installed? The initial screen seems to suggest that, before it flashes past.

I'm just trying to get a feel for the capabilities of OpenHab, with a Pine A64 on Ethernet.