Raspberry Pi 3 with CentOS-7
-
- Posts: 21
- Joined: 2017/04/23 10:51:03
- Location: Belgium
Raspberry Pi 3 with CentOS-7
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?
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?
“If at first the idea is not absurd, then there is no hope for it.”
Re: Raspberry Pi 3 with CentOS-7
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

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
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!
-
- Posts: 21
- Joined: 2017/04/23 10:51:03
- Location: Belgium
Re: Raspberry Pi 3 with CentOS-7
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

“If at first the idea is not absurd, then there is no hope for it.”
-
- Posts: 21
- Joined: 2017/04/23 10:51:03
- Location: Belgium
Re: Raspberry Pi 3 with CentOS-7
Yeah after Windows IOT , things get hot in ARM products i think.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!
Yocto its interesting ive never heard before ill check
“If at first the idea is not absurd, then there is no hope for it.”
Re: Raspberry Pi 3 with CentOS-7
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 niceWhich 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)
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
-
- Posts: 21
- Joined: 2017/04/23 10:51:03
- Location: Belgium
Re: Raspberry Pi 3 with CentOS-7
Thank you i will try
“If at first the idea is not absurd, then there is no hope for it.”
Re: Raspberry Pi 3 with CentOS-7
Saw belgeadmin's post:
Thanks.
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?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
Thanks.
-
- Posts: 21
- Joined: 2017/04/23 10:51:03
- Location: Belgium
Re: Raspberry Pi 3 with CentOS-7
I use Win32DiskImager for sd card image installation.
“If at first the idea is not absurd, then there is no hope for it.”
- bluegroper
- Posts: 266
- Joined: 2005/09/07 23:04:21
- Location: .au
Re: Raspberry Pi 3 with CentOS-7
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
Broadcom BCM2837B0, Cortex-A53 64-bit SoC @ 1.4GHz
https://wiki.centos.org/SpecialInterest ... ce889423b8
TIA's
I'm not a complete idiot. There's still a few pieces missing.