12-12-2015, 05:55 AM
(12-12-2015, 01:53 AM)ags131 Wrote:Thanks on the helpful tips.(12-09-2015, 03:51 PM)tllim Wrote:(12-09-2015, 10:29 AM)minple Wrote: I love Ubuntu. I research more more Pine64, but I not sure that pine64 can run Ubuntu Server for Arm, Ubuntu Mate, Ubuntu 15.04, 15.10, 16.04 (ubuntu core 15.04). If not, future can support?
We are currently working on Ubuntu Snappy Core first. If anybody interest on accelerating Ubuntu porting, please let us know and we can provide free Pine64 board and Linux BSP. The currently Linux kernel is 64bit version 3.10, and will release version 3.18 and version 4.2 in 3months and 6 months time.
There is a development already explored in CentOS by other party and will takes few months to port.
Ubuntu-Core (14.04 and higher) is actually really easy to get running on most arm boards, usually its as simple as booting an existing kernel + modules with the ubuntu rootfs.
For example: on the Pi2, I can flash raspbian to a card, format the root partition, extract ubuntu-core into the now empty root, install modules from the raspbian image, and it generally works without modification. Granted it tends to be missing some parts such as GPU acceleration, but for my use cases (Servers/Headless) GPU really doesn't matter.
This trick also works on many other boards such as the Udoo Quad, and ODroid C1+.
Getting GPU accelerations is generally going to be the hardest part as some BSPs need to be matched and/or compiled for specific X versions. I had many acceleration issues on the Udoo and its IMX6 since those BSPs were horrid to work with, whereas Pi2 has been fairly easy.