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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 29,671
» Latest member: Maryam6778
» Forum threads: 16,248
» Forum posts: 117,153

Full Statistics

Latest Threads
Running Pinebook (non-Pro...
Forum: Pinebook Hardware and Accessories
Last Post: guidol
28 minutes ago
» Replies: 0
» Views: 2
No touch KB after update(...
Forum: Mobian on PinePhone
Last Post: biketool
1 hour ago
» Replies: 0
» Views: 9
compass pdf link expired:...
Forum: General Discussion on PinePhone
Last Post: biketool
Yesterday, 12:56 PM
» Replies: 3
» Views: 110
Pinebook Pro for sale
Forum: General Discussion on Pinebook Pro
Last Post: rfm83
Yesterday, 09:22 AM
» Replies: 0
» Views: 58
What is wrong with the Mo...
Forum: General Discussion on PinePhone
Last Post: Mahgue
Yesterday, 05:13 AM
» Replies: 0
» Views: 47
StarPro64 Irradium (based...
Forum: Getting Started
Last Post: mara
11-07-2025, 01:12 PM
» Replies: 12
» Views: 5,845
Wake up Call
Forum: General Discussion on PinePhone
Last Post: biketool
11-06-2025, 06:18 AM
» Replies: 6
» Views: 371
Reinstallation Arch Linux...
Forum: General Discussion on PineTab
Last Post: victor_yeh
11-05-2025, 11:17 PM
» Replies: 0
» Views: 76
I think you can try compi...
Forum: General Discussion on Pinebook Pro
Last Post: wangyukunshan
11-05-2025, 02:25 AM
» Replies: 0
» Views: 118
Second screen mirroring
Forum: General
Last Post: OpalTromp
11-04-2025, 09:53 PM
» Replies: 2
» Views: 1,763

 
Big Grin how long is the BTO queue?
Posted by: combs - 05-03-2017, 12:39 PM - Forum: General Discussion on Pinebook - Replies (19)

Any guesses how long we'd be waiting if we signed up now?


  Error in Pinouts document
Posted by: bobpaul - 05-03-2017, 11:24 AM - Forum: P64-LTS / SOPINE Hardware, Accessories and POT - Replies (1)

I've found some disagreement between the Pinouts document (v1.0) and the schematics  for the SOPINE (v0.9) and the SOPINE Baseboard (v0.9). Usually the two Schematics agree, but not always. Some of these errors are quite serious and I suspect the Pinouts was an early document that wasn't fully updated after the final schematic materialized.

I did not list times where the Schematics called a pin "PC3" and the pinout called it "PC3_FUNCTION". But I did list times where it's pretty clear the same function is just being called by different names (ex LCD-PWM vs PL10-S_PWM)

Since I couldn't figure out how to do table layout on this forum, here's a Google Sheet with the discrepancies:
SOPINE Pin Descrepencies

For those who hate google, I've also attached screenshots.
   

   


  Pin64+ 1G: attach Custom LCD
Posted by: Tanveer - 05-02-2017, 07:41 PM - Forum: Android on Pine A64(+) - Replies (4)

Hi,

 I have to attach some custom LCDs with Pine64+ Board.

Please guide me how to do it. Where to change driver details.

Regards,


  Ubuntu Xenial - Firefox add support for H264 and EAC3
Posted by: klode - 05-02-2017, 08:18 AM - Forum: Ubuntu - Replies (1)

Hi,
I'm working on Ubuntu Xenial 16.04. I've installed Firefox 52.0.2 32bit, and it Worked fine.
However, for HTML5, I've made a test and he got me I haven't support for x264, x265 and dolby audio formats.

Since NetFlix has enabled streaming through HTML5 for Linux, even for Firefox, I want to know how can I enable this formats.

I've installed gstreamer1, x264 and other stuff, but nothing for gstreamer1-plugins-ffmpeg. Does I need to reinstall firefox, after I've installed gstreamer1 and x264?


  No HDMI Output
Posted by: Arkhanjel - 05-02-2017, 04:43 AM - Forum: Android on Pine A64(+) - Replies (5)

I had installed Android 6.0 running properly but yesterday I changed the TV and did not show nothing on TV, I put the Pine64 where I was continuing, with the same problem. I have reinstalled Android using the app and it still does not work.


  Temperature precision
Posted by: joey - 05-01-2017, 04:37 PM - Forum: Heat Dissipation and Overclock Topic - No Replies

I just started playing with my Pine64 again, and I'm looking at including its temperature information in my home-grown graphing system. I found that it seems like mostly valid data in the /sys/class/thermal/thermal_zone0/temp file, but I noticed that it has zero digits of precision. It's currently reporting 36C idling on my desk, and if I run "stress --cpu 4" for a few seconds, it shoots up to about 80C within 10 seconds, so I can assume it's measuring real data.

Is integer precision the best I'm going to get? My RPis are reporting to about 3 decimals of precision. It's not a big deal, but an integer graph is pretty boring.


  question about my order
Posted by: ta2025 - 05-01-2017, 02:25 PM - Forum: General Discussion on Pinebook - Replies (3)

I received my invitation for the 11" on April 26 and promptly paid for it via paypal and got an order confirmation.

Today, on the 27th I got a message that the 11" are out of stock but it appears to be a general message.   Does this mean that there is an 11" model with my name on it already in the queue or does this mean that I didn't make the cutoff and I need to reorder a 14" model?

Thanks!


  Ayufan's ubuntu
Posted by: Luke - 04-30-2017, 06:41 PM - Forum: Linux on Pinebook - Replies (8)

With most things fixed is available here.


  Installing VS Code (& Chromium)
Posted by: Prophesi - 04-30-2017, 01:44 PM - Forum: Linux on Pinebook - Replies (21)

INSTALLING VS CODE

You'll need to enable multiarch with armhf support, as you'll be using an armhf build of VS Code since arm64 support is still in the works. (TODO: add github issue link where the VS Code team discusses this)

Code:
sudo dpkg --add-architecture armhf
sudo apt-get update

Now you'll need to head over to code.headmelted.com and get his latest armhf build. (The installer script won't work).
Code:
https://bintray.com/headmelted/deb-code-oss/download_file?file_path=code-oss_1.10.0-201722210_armhf.deb


Next up, you'll want to use gdebi to help guide the installation and install the required dependencies.
Code:
sudo gdebi code*.deb


You should now have code-oss installed! Huzzah! But if you try to run it in its current state, it won't boot up and complain about not being able to open certain shared libraries. There are still two packages left to install. You already have their arm64 version, but VS Code wants armhf.

Code:
sudo apt-get install libxtst6:armhf
sudo apt-get install libasound2:armhf


Huzzah! VS Code should now boot up when you run code-oss in your terminal. The first boot will take a minute or two. Every subsequent boot of VS Code should be much faster. VS Code is probably loading up a thousand npm modules or whatever wizardry is required to get Electron apps to do their magic.

Enjoy! It's actually more performant than I expected an Electron app to be. Not a bad coding experience.


INSTALLING PIROLOCITO'S CHROMIUM

NOTICE: These steps are no longer necessary on Ayufan's newer builds, starting with 0.5.2, as chromium-browser comes preinstalled and does not need the --disable-seccomp-filter-sandbox flag.

While I'm at it, here's how you add Pirolocito's awesome Chromium build. It's the most recent chromium, and runs much faster and smoother than the Pinebook's default Firefox. If you're running ayufan's latest Linux build, you're in for a delightful web browsing experience.

Code:
sudo add-apt-repository ppa:osomon/chromium-next
sudo apt-get update
sudo apt-get install chromium-browser

It requires the --disable-seccomp-filter-sandbox flag, so let's write an alias to save our poor human brain from having to remember and type that every time.


Code:
echo "alias chrome=\"chromium-browser --disable-seccomp-filter-sandbox\"" >> ~/.bash_aliases

All subsequent terminal sessions will now be able to start chromium with its required flag by just running "chrome".

Now add a script/ad blocking extension! For your sanity's sake, and to speed up chromium.


SPEEDING UP CHROMIUM

We've got some new flags to set that should speed up Chromium considerably! All thanks go to Lukasz and longsleep for fiddling with this.
If you're running longsleep's build, then it should already be using these following flags by default.

Run the following with root privileges:
(05-14-2017, 04:59 AM)longsleep Wrote: cat > "/etc/chromium-browser/default" <<EOF
# Default settings for chromium-browser. This file is sourced by /bin/sh from
# /usr/bin/chromium-browser

# Options to pass to chromium-browser
CHROMIUM_FLAGS="\
--disable-smooth-scrolling \
--disable-low-res-tiling \
--enable-low-end-device-mode \
--num-raster-threads=4 \
--profiler-timing=0 \
--disable-composited-antialiasing \
"
EOF

Here are the flags Lukasz would like for us to test as well. I stripped out the ones already specified in longsleep's code:
(05-13-2017, 07:53 AM)Luke Wrote: These settings considerably improve chromium performance- please test them out and offer feedback.

In chromium searchbar type: Chrome://flags
Set the following:

Experimental canvas features - enable
Memory ablation experiment - enable (or 100mb - try both)

And as longsleep notes, it's also worthwhile to install the "No MouseWheel Zoom" extension to stop accidentally activating the Pinebook's two finger zooming.


  Anybody tried Fedora 26 Alpha?
Posted by: byranovic - 04-30-2017, 01:25 PM - Forum: General Discussion on Pinebook - Replies (1)

Hi! Thanks to sunxi mainlining effort [1] a lot of features should be already included in Linux kernel 4.11. Have anybody tried to get Fedora 26 Alpha [2] on Pinebook? I only found some experiments with Fedora 25 [3].

[1] http://linux-sunxi.org/Linux_mainlining_effort
[2] https://fedoraproject.org/wiki/Releases/26/Schedule
[3] https://rwmj.wordpress.com/2017/03/18/fe...he-pine64/