PINE64
Fedora on Pine? - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: Fedora on Pine? (/showthread.php?tid=608)

Pages: 1 2


Fedora on Pine? - s001911 - 04-10-2016

Hey, 

Was wondering if Fedora has been tried on pine64 with any luck by some of the lucky few to have received their board already. 

If not I'm assuming it's theoretically possible,  yes? 

I currently run Fedora as both my workstation and home computer and would like to bring it to the pine in about to receive once shipping is organised on their end.


RE: Fedora on Pine? - CaptainZalo - 04-10-2016

Does Fedora do arm at all? I guess the windowmanager and mosy tools exist or can be compiled as long as you can install yum and have a compatible branch, but personally I dont see the point. IMHO apart from the windowmanager, most linux distros are just different flavors of the same icecream. Most of your Fedora needs can probably be covered with Arch or Debian Base image with some time and effort (or human readable documentation).


RE: Fedora on Pine? - s001911 - 04-10-2016

(04-10-2016, 10:44 PM)CaptainZalo Wrote: Does Fedora do arm at all? I guess the windowmanager and mosy tools exist or can be compiled as long as you can install yum and have a compatible branch, but personally I dont see the point. IMHO apart from the windowmanager, most linux distros are just different flavors of the same icecream. Most of your Fedora needs can probably be covered with Arch or Debian Base image with some time and effort (or human readable documentation).

That's true enough I guess. I did some digging googling and found a officially recognised Fedora aarm64 release. Going to try and fire it up in qemu and see what it's like.


RE: Fedora on Pine? - rahlquist - 04-11-2016

I saw this today while looking for any linux implementation of the watchdog timer for A64 or Pine http://pkgs.fedoraproject.org/cgit/rpms/kernel.git/tree/kernel.spec of interest there is;

# http://www.spinics.net/lists/arm-kernel/msg483898.html
Patch423: Initial-AllWinner-A64-and-PINE64-support.patch

And;
* Sat Mar 5 2016 Peter Robinson <his email is on the original page, wont duplicate it here for the spambots>
- Updates and new SoCs for aarch64 and ARMv7
- Add aarch64 support for PINE64 and Geekbox devices
- Fix ethernet naming on Armada 38x devices
- Serial console fixes for Tegra


RE: Fedora on Pine? - s001911 - 04-11-2016

(04-11-2016, 09:17 AM)rahlquist Wrote: I saw this today while looking for any linux implementation of the watchdog timer for A64 or Pine http://pkgs.fedoraproject.org/cgit/rpms/kernel.git/tree/kernel.spec of interest there is;

# http://www.spinics.net/lists/arm-kernel/msg483898.html
Patch423: Initial-AllWinner-A64-and-PINE64-support.patch

And;
* Sat Mar  5 2016 Peter Robinson <his email is on the original page, wont duplicate it here for the spambots>
- Updates and new SoCs for aarch64 and ARMv7
- Add aarch64 support for PINE64 and Geekbox devices
- Fix ethernet naming on Armada 38x devices
- Serial console fixes for Tegra

Does this mean they're aiming to have native support for PINE64? 

Also, got Fedora AARM64 installed (on QEMU) to have a play with. Seems to be a modified version of Fedora Server 23 meaning it has Cockpit installed by default which is kind of cool.

Also jumped on Fedora AARM64's IRC (#fedora-arm, freenode) and it seems it's aimed more at Raspberry Pi... but we shall see.


RE: Fedora on Pine? - rahlquist - 04-11-2016

(04-11-2016, 04:52 PM)s001911 Wrote: Does this mean they're aiming to have native support for PINE64? 

Also, got Fedora AARM64 installed (on QEMU) to have a play with. Seems to be a modified version of Fedora Server 23 meaning it has Cockpit installed by default which is kind of cool.

Also jumped on Fedora AARM64's IRC (#fedora-arm, freenode) and it seems it's aimed more at Raspberry Pi... but we shall see.

At this point you know as much as i do, will be interesting to see.


RE: Fedora on Pine? - hrw - 04-28-2016

Raspberry/Pi oriented? Please...

We (Fedora) have basic support for Pine64 added. Main issue is find time to deal with improving it.


RE: Fedora on Pine? - umiddelb - 04-28-2016

I've written a small How-To explaining the steps necessary to install CentOS 7 on your ARM64 board. It should be adapted easily to Fedora if someone could point me to an usable root file system.


RE: Fedora on Pine? - lenny.raposo-pine64.pro - 04-28-2016

Hey umiddelb I have got most of the pine64.pro sit eoperational (and a working bug reports system in place).

If you have a tutorial abotu things send it along there as everything posted there gets posted back to the forum and soon enough the wiki automatically Wink


RE: Fedora on Pine? - qwert1515 - 04-28-2016

An easy way since you already have a working aarch64 Centos is to temporarily change the repository to Fedora's aarch64 one and then do a Minimal Install into a folder.
If you don't have Centos you can install the 32 bit Fedora and do the same.

sudo nano /etc/yum.repos.d/CentOS-Base.repo

[base]
name=FedoraOS-$releasever - Base
baseurl=http://dl.fedoraproject.org/pub/fedora-secondary/releases/23/Everything/aarch64/os/
gpgcheck=0

mkdir FedoraRootFS

sudo yum groupinstall "Minimal Install" --installroot=/home/testuser/FedoraRootFS/