Page 1 of 2

Raspberry Pi 3 with CentOS-7

Posted: 2017/05/12 14:42:10
by belgeadmin
I have just installed CentOS arm based image on my raspi 3 and its exactly perfect.
Im using it as a kickstart server on my network but you can try whatever you want i guess.
Download adress:
http://mirror.centos.org/altarch/7/isos ... 611.tar.xz

Is there anyone else tried raspi 3 with another usage?

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/05/25 05:06:54
by CaViCcHi
I'm actually running now with fc25 with lxde, neat :)

a good idea would be to use CentOS7 and turn it into a cheap router with the Pi3 PoE Gigabit hat

or the Pi zero w into an access point

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/05/25 18:52:06
by aks
I'm much more used to using yocto with ARM processors (and it works really well). Simply cross compile and it'll spit out a tarball (just like the link) that then gets written to the persistent storage (given the tarball entries start with ./ as in the link). You can manipulate the output using recipes (manipulate the output, the input or even the compilation and testing stages). I think it's (currently) the best way for professional IoT devices, also it can package RPM/IPK and I think DEB!

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/05/26 17:33:53
by belgeadmin
CaViCcHi wrote:I'm actually running now with fc25 with lxde, neat :)

a good idea would be to use CentOS7 and turn it into a cheap router with the Pi3 PoE Gigabit hat

or the Pi zero w into an access point

Router it should be nice :D Which packages do we need you think for router?

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/05/26 17:36:39
by belgeadmin
aks wrote:I'm much more used to using yocto with ARM processors (and it works really well). Simply cross compile and it'll spit out a tarball (just like the link) that then gets written to the persistent storage (given the tarball entries start with ./ as in the link). You can manipulate the output using recipes (manipulate the output, the input or even the compilation and testing stages). I think it's (currently) the best way for professional IoT devices, also it can package RPM/IPK and I think DEB!
Yeah after Windows IOT , things get hot in ARM products i think.

Yocto its interesting ive never heard before ill check

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/05/26 18:13:37
by CaViCcHi
belgeadmin wrote:
CaViCcHi wrote:I'm actually running now with fc25 with lxde, neat :)

a good idea would be to use CentOS7 and turn it into a cheap router with the Pi3 PoE Gigabit hat

or the Pi zero w into an access point

Router it should be nice :D Which packages do we need you think for router?

I haven't installed yet a centos 7 on the pi so I don't know if the same packages from the x86_64 architecture match the same packages on arm (between 32 and 64 bit they usually do)
20170526_UNO.rpms.txt
rpm list
(3.7 KiB) Downloaded 1471 times
this is the rpm list from my CentOS7 router. then you need to configure dhcpd (if you need it) and named (if you need it) and iptables

you can install with

yum install `cat /this/file.txt`

so to install what you're missing. if you start from 7.3 minimal you should be fine

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/05/26 18:41:09
by belgeadmin
Thank you i will try

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/07/14 18:04:02
by mtnhpcguy
Saw belgeadmin's post:
I have just installed CentOS arm based image on my raspi 3 and its exactly perfect.
Im using it as a kickstart server on my network but you can try whatever you want i guess.
Download adress: http://mirror.centos.org/altarch/7/isos ... 611.tar.xz
I'd like to try this out. Could someone provide a few brief instructions on setting up an img file (using the file from the link above) to write onto a microsd card for the RPi 3?

Thanks.

Re: Raspberry Pi 3 with CentOS-7

Posted: 2017/08/12 11:00:47
by belgeadmin
I use Win32DiskImager for sd card image installation.

Re: Raspberry Pi 3 with CentOS-7

Posted: 2018/05/12 05:41:27
by bluegroper
Anybody know whether (when?) there might be a 64 bit version for RaPi 3 Model B+ ?
Broadcom BCM2837B0, Cortex-A53 64-bit SoC @ 1.4GHz

https://wiki.centos.org/SpecialInterest ... ce889423b8

TIA's