| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 30,015
» Latest member: Devid
» Forum threads: 16,342
» Forum posts: 117,463
Full Statistics
|
| Latest Threads |
Star64 Irradium (based on...
Forum: Getting Started
Last Post: tantamount
Yesterday, 06:52 PM
» Replies: 17
» Views: 15,428
|
US Tariffs & Recent Supre...
Forum: General
Last Post: evilbunny
Yesterday, 03:18 AM
» Replies: 2
» Views: 484
|
Updated Pinebook Pro?
Forum: General Discussion on Pinebook Pro
Last Post: tllim
05-08-2026, 12:25 PM
» Replies: 1
» Views: 167
|
Volumio 3 Pine A64+ unoff...
Forum: Linux on Pine A64(+)
Last Post: tllim
05-08-2026, 12:21 PM
» Replies: 2
» Views: 164
|
Star64: All listed distro...
Forum: Getting Started
Last Post: tantamount
05-08-2026, 08:56 AM
» Replies: 0
» Views: 99
|
Unresponsive / inaccurate...
Forum: General Discussion on PineTime
Last Post: PerfectJam
05-07-2026, 03:37 AM
» Replies: 0
» Views: 82
|
Unresponsive / inaccurate...
Forum: General Discussion on PineTime
Last Post: PerfectJam
05-07-2026, 03:36 AM
» Replies: 0
» Views: 71
|
The "Should I buy a Quart...
Forum: General Discussion on Quartz64
Last Post: kapqa
05-05-2026, 07:57 AM
» Replies: 5
» Views: 20,419
|
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: shinzuka
05-04-2026, 09:02 AM
» Replies: 9
» Views: 16,993
|
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 435
|
|
|
| Package Lost |
|
Posted by: koorsan - 08-09-2016, 10:14 AM - Forum: Shipment Related Discussion
- No Replies
|
 |
Hi,
I've waiting from june the shipment RS907614952CH. My local post office indicate that You need to make a complaint with your local post service because it's lost.
I hope you can help me
Thank in advance
Thanks
|
|
|
|
| Testing the GPIO pins |
|
Posted by: shockr - 08-09-2016, 07:54 AM - Forum: Pi2, Euler and Exp GPIO Ports
- Replies (7)
|
 |
Based on the PDF attached to the post at http://forum.pine64.org/showthread.php?t...38#pid1238, I have been able to test all the pins as output by lighting a LED.
However, I noticed that the LED isn't as bright when I use any of the PL pins. I don't have much experience here so could anyone explain the reason for this?
I also couldn't get PL10 to work at all as the LED wouldn't come on. All other pins on the Pi2, Euler and Exp bus work fine, however. Could this be a problem with my board or is there something I have to set to use this as an output pin?
Just for reference, these are the PL pins I tested
GPIO Pin No.
PL10 362 8 (Pi 2)
PL9 361 27 (Pi 2)
PL8 360 28 (Pi 2)
PL11 363 7 (Euler)
PL7 359 2 (Exp)
|
|
|
|
| No news about my order |
|
Posted by: sergio - 08-09-2016, 07:18 AM - Forum: Shipment Related Discussion
- Replies (2)
|
 |
Hello,
I ordered a PINE64 A64+ 1GB board on 24/02/2016, but I never received any tracking number and still wainting for the board (about 6 months).
Order #102223072.
I sent 2 emails to sales, no answer.
Maybe I can get information from this forum ?
Thanks ..
|
|
|
|
| GPU Baremetal Programming |
|
Posted by: 404_user_not_found - 08-08-2016, 02:54 PM - Forum: Pine A64 Hardware, Accessories and POT
- No Replies
|
 |
Heya guys,
I've been really interested in getting a Pine64 as a means of toying with a baremetal [i.e. without an OS] machine along with a moderately powerful GPU. In particular, I was looking to write a minimal graphics library without an OS and I was wondering if anyone had already tinkered with the GPU instruction set for the Pine64 and gotten some examples to work.
If not, I was wondering if anyone could point me some examples of baremetal on the MALI400-MP2 or some documentation about how to interface with it.
Thanks!
|
|
|
|
New procedure for building Android from source |
|
Posted by: jonsmirl - 08-08-2016, 12:31 PM - Forum: Android on Pine A64(+)
- Replies (34)
|
 |
https://gitlab.com/pine64-android/manifest/wikis/home
This procedure is new so it may have issues. The key feature is that all of Android and lichee are in git. That means you can clone the repos (look in the manifest files), make changes, and then send pull requests. Then use 'repo sync' to get everyone's changes.
Anyone up for getting this working on the longsleep kernel so that we can get rid of lichee?
You need 100GB free disk space, it uses 96GB.
This takes around nine hours to run depending on network and CPU speeds.
$ mkdir ~/bin
$ PATH=~/bin:$PATH
Download the Repo tool and ensure that it is executable:
$ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
$ chmod a+x ~/bin/repo
$ mkdir android
$ cd android
$ repo init -u https://github.com/pine64-android/manifest.git -b master
$ repo sync
$ . ./build/envsetup.sh
$ lunch (tulip_chiphd-user, Baomi/db1000)
$ make -j 5
$ cd ..
$ mkdir lichee
$ cd lichee
$ repo init -u https://gitlab.com/pine64-android/manifest.git -b master
$ repo sync
$ ./build.sh config (choose '0' for all)
$ ./build.sh
$ cd brandy
$ ARCH=aarch64 ./build.sh
$ cd ../../android
$ extract-bsp
$ pack
image in:
../lichee/tools/pack/sun50iw1p1_android_Baomi-db1000_uart0.img
This makes a Phoenix card image.
Lot's of tools for installing here: lichee/tools/tools_win
To get a 'dd' image, install it to an SD Card. Boot it. Then use 'dd' to copy the image off from the SD Card.
Google Play login seems to be working in this build.
Also note that by adding items to the manifest apps like Kodi can be included in the build.
|
|
|
|
| Alternatives to Chrome |
|
Posted by: crisra13 - 08-08-2016, 10:52 AM - Forum: Remix OS
- Replies (1)
|
 |
Hi Everyone,
After spending time with the OS, I've found that the core system runs well on the 2 gb version save for one app: Chrome. Chrome at times can be incredibly sluggish even after I refresh the memory. Does anyone know of any alternatives to the browser that I can get off the Google Play Store that run faster than Chrome?
Thanks,
Cris
|
|
|
|
| System process stopped responding and reboots |
|
Posted by: exa - 08-08-2016, 05:28 AM - Forum: Remix OS
- Replies (5)
|
 |
Hello,
So I flashed remix OS 20160718 64Gb on my pine, on a class10 sd card and I'm using the Pine provided power block.
First it took a long time to boot, now the boot is not too bad, after several attempts I managed to get past the keyboard selection and license agreement.
So I'm now on the desktop and I managed to open the settings and to activate the wifi but even without activating it the system process ends up blocking so I choose to wait but no long after the pine reboots....
I was using ubuntu mate for a few weeks without issues except a bit of an unresponsive interface but RemixOs is unusable for me.
Any idea/fix?
|
|
|
|
|