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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 30,016
» Latest member: Valerie
» Forum threads: 16,342
» Forum posts: 117,464

Full Statistics

Latest Threads
Star64 Irradium (based on...
Forum: Getting Started
Last Post: mara
Yesterday, 11:45 AM
» Replies: 18
» Views: 15,481
US Tariffs & Recent Supre...
Forum: General
Last Post: evilbunny
05-10-2026, 03:18 AM
» Replies: 2
» Views: 492
Updated Pinebook Pro?
Forum: General Discussion on Pinebook Pro
Last Post: tllim
05-08-2026, 12:25 PM
» Replies: 1
» Views: 199
Volumio 3 Pine A64+ unoff...
Forum: Linux on Pine A64(+)
Last Post: tllim
05-08-2026, 12:21 PM
» Replies: 2
» Views: 181
Star64: All listed distro...
Forum: Getting Started
Last Post: tantamount
05-08-2026, 08:56 AM
» Replies: 0
» Views: 115
Unresponsive / inaccurate...
Forum: General Discussion on PineTime
Last Post: PerfectJam
05-07-2026, 03:37 AM
» Replies: 0
» Views: 99
Unresponsive / inaccurate...
Forum: General Discussion on PineTime
Last Post: PerfectJam
05-07-2026, 03:36 AM
» Replies: 0
» Views: 88
The "Should I buy a Quart...
Forum: General Discussion on Quartz64
Last Post: kapqa
05-05-2026, 07:57 AM
» Replies: 5
» Views: 20,433
Volumio (PINE A64-LTS / S...
Forum: Linux on PINE A64-LTS / SOPINE
Last Post: shinzuka
05-04-2026, 09:02 AM
» Replies: 9
» Views: 17,062
Mobian image for the Pine...
Forum: Mobian on PinePhone
Last Post: Korfou
04-27-2026, 09:57 AM
» Replies: 2
» Views: 453

 
Photo 3D Printed Brick case
Posted by: harlandraka - 10-01-2016, 05:08 AM - Forum: Enclosures - Replies (1)

Hi all,

I wanted to create an easy to mount and nice looking case, so here it is.

It's 3D printable and is made with a box, a sliding element and a single screw to hold all together.

This case works but is still under development, I'm thinking about adding some holes for cooling fans.

I hope you'll like it!
Let me know what you think of it, any suggestion will be highly appreciated Smile


http://www.thingiverse.com/thing:1694943


   


  mounting rootfs
Posted by: Shai - 10-01-2016, 02:43 AM - Forum: Linux on Pine A64(+) - Replies (1)

Hello I am running Ubuntu on pine64 i would like to mount system rootfs 

how can it be done?

Welcome to Ubuntu 16.04 LTS (GNU/Linux 3.10.101-4-pine64-longsleep aarch64)

Linux localhost.localdomain 3.10.101-4-pine64-longsleep #51 SMP PREEMPT Thu May 26 18:20:37 CEST 2016 aarch64 aarch64 aarch64 GNU/Linux

ubuntu@localhost:~


  Overclocking ubuntu mate
Posted by: Mixermic - 09-30-2016, 08:49 PM - Forum: Linux on Pine A64(+) - Replies (2)

hey I was wondering if anyone knows how to overclock the CPU on Ubuntu mate?


  apt-cache for all your shopping needs!
Posted by: tampadave - 09-30-2016, 02:19 PM - Forum: Ubuntu - Replies (2)

Hello all.

apt-cache is the tool I use to look for packages that are available for my build.  In this case, ubuntu 16.04LTS on arm64.  

apt-cache does not require sudo, and is good to identify the actual package name for whatever program you're looking for, and if there is none, you'll find that out too.  Mind you, this is for packages, not all possible projects or source code.  Packages are normally software products that work, are packaged, on this distribution, and are popular or essential enough to merit their inclusion in the package database (atp-cache).


Code:
apt-cache stats
will show you the current status of your apt-cache database.


Code:
apt-cache showpkg <package_name_here>
 will give you an idea of what would be installed, including dependencies, were you to install the package from that package name.  Which begs the question: "how do I learn the package name for the package I want to install?"  Good question!


Code:
apt-cache search <regex_term>
 will return a list of packages that include that search term.  You can grep it further, or just read through it to find your package name.  Lots of times, I'm off just a little in the spelling of the package name (grrr...) and this lets me find out what IT calls it.

There are more commands for apt-cache, and man apt-cache will get you the manual page for this very handy tool.  apt-cache search and apt-cache showpkg have been indispensable to my learning this new platform.  Use them and you will see.

Oh, and as is usually the case, all of these commands are from bash (the Bourne Again Shell).


David


  FYI: ARM Cortex-A Series Programmer’s Guide for ARMv8-A
Posted by: tampadave - 09-30-2016, 10:03 AM - Forum: General Discussion on PINE A64(+) - No Replies

Hello all.

I am new to this cpu, and its instruction set.  So I found this very helpful.  I believe you will too, if you are working on stuff at this level:

https://static.docs.arm.com/den0024/a/DEN0024.pdf

Nearly all of my experience is in x86/amd64 kit, which is very different from aarch64/arm64.  Being in the process of evaluating (lab'ng) the pine64+ 2G, I am finding it less performing than I need it too be.  Then it occured to me, that I am using it as an x86/amd64 part, when in fact, it is a aarch64/arm64 part.  And to use this board properly, I have to build according to its abilities, which are found in its instruction set.

This is a RISC processor.  Throwing CISC vectored commands at it are going to hurt it --- dramatically.  I know very little about its instruction set, at this point in time, so I begin here.  At the beginning.

Seems to me, in addition to the missing mali code, that there are core features of this architecture that are not being used, even though they are available.  Kind of like using single threaded code on a multi-threaded processor (hello dosbox).  The limit is in the software, not the hardware.  

I look forward to seeing what this kit can really do, when fully utilized by our build environment(s) (BE).

One last thing.  In closed source environments, we would not even have access (hello mali) to this level of development, let alone be able to improve upon it.  I am glad too work in open source products.


David


  Firewall, smoothwall
Posted by: bradman - 09-29-2016, 07:21 PM - Forum: Pine A64 Projects, Ideas and Tutorials - Replies (3)

Any ideas on using a pine for a smoothwall firewall ?  It will require a 2nd NIC. I have a few USB NICs here.


  General SBC question and Linux
Posted by: jkmooney - 09-29-2016, 06:35 PM - Forum: Linux on Pine A64(+) - Replies (13)

So, I'm new to SBCs but not quite so new to Linux (started out with RedHat 4.2 after becoming disillusioned with OS/2 Warp).  What I'm seeing with the Pine64 is the potential for creating a decent multi-media computer that can run on minimal power.  This intrigues me.  I could build a multi-media box to run off my solar array when I go camping (Ok...."glamping"....I'll own that Wink )   or, use it as a way to stream games from my "big computer" to my basement TV.
.
On the Pine 64, I can pretty much do that now with Remix OS (although a Steam Controller driver would be great) but I kinda miss the flexibility and familiarity of Linux.  (and my steam controller works with Linux thanks to GitHub).

So, a question for those more experienced with SBCs; are there any you could recommend for my next project?  Arm or Intel Atom as long as power requirements are low.


  Pine64 Steaming Device
Posted by: chasbel2112 - 09-29-2016, 10:12 AM - Forum: Getting Started - Replies (4)

https://www.linux.com/learn/turn-your-fe...mart-tv-30

I'm interested in attempting to create what is described in the above tutorial and was wondering if anyone else had done this particular mod before. What's your experience? Would my newly constructed device be on par with my Roku 3? (HD, Surround sound, etc). Anything else I should know that the article doesn't make clear?

Thank you in advance!


  Acrylic case with Lipo Holder and 2 Tactile push button included
Posted by: killor - 09-29-2016, 07:11 AM - Forum: Enclosures - Replies (9)

HI !

I just finished the new design acrylic enclosure for 64 Pine /64+  

It has more space and carries a double bottom to accommodate the lipo batteries. Big Grin 

Also several enclosure can be stacked to create a cluster..

At the bottom or at the top you can put a mini fan to help keep cool your computer.


       

Soon be available for sale on AMAZON and EBAY


  Stepping out on a limb here...
Posted by: UnixOutlaw - 09-29-2016, 03:32 AM - Forum: POT modules - Replies (2)

Why is Pine64+ such a great "fumante secchio di merda di cane"?

It really is a "pezzo di merda"...  Just when I get everything going the way I want - the F--KING hardware lets me down...

Had it running DietPI with a battery and hooked up to my Motorola Lapdock...  got all the software I wanted running sweet (Chromium, Qute, Synergy)...

Now it HARDLY ever powers on - the power LED will come on then it will go off...   When it is running - if I pull the power - EVEN with a LIPO battery connected to either the BAT in JST connector or via the EULER bus - it just shuts off...  Even if it's been UP for hours and I pull the power, it dies in its arse...  The battery should have charged up by now...  I'm going to re-wire the 2 batteries I've been testing (2000 mAh and 2500 mAh) and see if they run NTC CHIP and charge up okay on there - just so I can prove them as "GOOD KNOWN BATTERIES"!

It won't power on connected to the lapdock...  CHIP and Banana LOVE the Lapdock!

I did manage to get it to power up and stay on earlier today - by running a PLOX USB charger into it, then charging the PLOX from the Lapdock...

I just powered it down so I see if it will run on battery after being on for several hours - and also so KI could try another battery - and no!  It won't power up (or stay on) at ALL!

I'm also going to rig up some USB to EULER CHG in wires tonight...  I suspect there's something vile and stinking and putrescently DEAD in my Pine64...   I get pretty much exactly the same symptoms on my other pine board too...  But the one I'm using now is mounted inside the Zebra C4 "tall" case with a heatsink on the A64 chip...

Well there ya go!  I just got it to power on and stay on connected to the PLOX USB powerbank (that's all it's connected to)...  This "MERDA" feels like black magic half the time....  These things are SO FLAKY!  I'd NEVER run any production workload on them... they're UTTER RUBBISH!

NTC CHIP is rock solid - I've had one of them with continuous uptime over 150 days!  Yeah I'd run production workloads on CHIP!

If you hadn't guessed yet - I have a love/hate (mostly passionate HATRED) relationship with my Pine boards!


This may be purely anecdotal - but it seems if I leave it off for a bit... and disconnected from everything...

Then power it up with JUST the plox power it - wait some arbitrary period of time for it to boot up... then hook up peripherals - HDMI and USB for display and keyboard/mouse - it works... but not always... that's why it seems like black magic...

FFS! These things are SO SHODDY!