| Welcome, Guest |
You have to register before you can post on our site.
|
| Latest Threads |
Big thanks for the docume...
Forum: General Discussion on Pinebook Pro
Last Post: alchemist
1 hour ago
» Replies: 0
» Views: 7
|
rAudio for Rock64 V2/Pine...
Forum: Linux on Rock64
Last Post: shinzuka
2 hours ago
» Replies: 10
» Views: 1,604
|
Girls From Your City - An...
Forum: General
Last Post: publishers
Yesterday, 12:34 PM
» Replies: 0
» Views: 49
|
Mobian MMS/SMS text probl...
Forum: Mobian on PinePhone
Last Post: mehdy
06-23-2026, 06:53 AM
» Replies: 16
» Views: 34,121
|
Android Gaming Image
Forum: Game Station Emulation
Last Post: Mary_Davis
06-23-2026, 01:14 AM
» Replies: 51
» Views: 110,463
|
OpenTTD game - Error: no ...
Forum: Mobian on PinePhone
Last Post: Mary_Davis
06-23-2026, 01:12 AM
» Replies: 3
» Views: 5,530
|
Libby - ebook reader that...
Forum: PineNote Software
Last Post: Mary_Davis
06-23-2026, 01:04 AM
» Replies: 5
» Views: 3,806
|
Game Controllers
Forum: Game Station Emulation
Last Post: Mary_Davis
06-23-2026, 01:02 AM
» Replies: 26
» Views: 69,225
|
Pinecil low temp mods?
Forum: General Discussion on Pinecil
Last Post: davidcoley
06-21-2026, 02:53 AM
» Replies: 0
» Views: 122
|
can't find pam library
Forum: General Discussion on PinePhone
Last Post: fxkl47BF
06-20-2026, 06:04 PM
» Replies: 0
» Views: 164
|
|
|
| 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?
|
|
|
|
|