Hi, I’m new to list.
I was able to connect to WiFi from 3b+ from centos 7 and 8 using:
nmcli d wifi
nmcli d wifi connect networkname password networkpassword
On 31/5/20 09:26, Phil Leschina wrote:
Hi, I’m new to list.
I was able to connect to WiFi from 3b+ from centos 7 and 8 using:
nmcli d wifi
nmcli d wifi connect networkname password networkpassword
Yeap, that was my experience too during testing. BTW, you would also use the -ask argument, so you don't have to type the pass in cleartext
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Short answer: there is no easy way to boot the RPi 4 into CentOS right now.
Long Answer: As of now the RPi4 is unsupported. CentOS 7 will be difficult if not nearly impossible to get working because there are no drivers in the 3.10 kernel for display, Ethernet, the SD card reader, and the PCI Express bus that the USB ports are connected to.
CentOS 8 has no working boot loader yet, as the RPi4 boots very differently than the RPis that came before it. UBoot with EBBR is what Ubuntu and Raspbian use, and I believe the 4.18 kernel CentOS 8 ships with might work. There is an experimental SBBR compliant boot method with UEFI For the RPi 4, but at this time only the latest 5.7 Kernel has the necessary modules to get Ethernet working, and the SD Card driver is still being reversed engineered by from the NetBSD implementation (they have to add ACPI methods to the modules). I’ve gotten CentOS 8 to boot with a custom 5.7-RC kernel I’ve compiled with UEFI firmware, but it is not in anyway to be considered stable or reliable. Plus it breaks CentOS kernel packages and ABI compatibility.
./brent
On Tue, Jun 2, 2020 at 11:52, R C cjvijf@gmail.com wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
Ok, I'll try that again. (I have no idea what lpae memory is, I just bought an rpi4 with 4gb)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 2/6/20 14:48, R C wrote:
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
Ok, I'll try that again. (I have no idea what lpae memory is, I just bought an rpi4 with 4gb)
LPAE is what allows 32bit kernels to access beyond the 3G of ram
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 6/2/20 2:03 PM, Pablo Sebastián Greco wrote:
On 2/6/20 14:48, R C wrote:
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
Ok, I'll try that again. (I have no idea what lpae memory is, I just bought an rpi4 with 4gb)
LPAE is what allows 32bit kernels to access beyond the 3G of ram
Ah, ok. so do RPI4s standard come with that? (probably, since I could boot ubuntu).
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 2/6/20 17:08, R C wrote:
On 6/2/20 2:03 PM, Pablo Sebastián Greco wrote:
On 2/6/20 14:48, R C wrote:
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
Ok, I'll try that again. (I have no idea what lpae memory is, I just bought an rpi4 with 4gb)
LPAE is what allows 32bit kernels to access beyond the 3G of ram
Ah, ok. so do RPI4s standard come with that? (probably, since I could boot ubuntu).
It is a sofware (kernel) thing, not a hardware thing.
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Tried it again; I am using:
http://mirror.chpc.utah.edu/pub/centos-altarch/7.8.2003/isos/armhfp/CentOS-U...
copy the image like:
xzcat CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz | dd of=/dev/sdh bs=4M
That is what I use with other images too, but no go.
Ron
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 2/6/20 15:12, R C wrote:
Tried it again; I am using:
http://mirror.chpc.utah.edu/pub/centos-altarch/7.8.2003/isos/armhfp/CentOS-U...
copy the image like:
xzcat CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz | dd of=/dev/sdh bs=4M
Yeah, that should work, but I've had some issues with certain hdmi tvs/monitors so it may only be "display" related. Do you see any ethernet traffic?
That is what I use with other images too, but no go.
Ron
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 6/2/20 2:05 PM, Pablo Sebastián Greco wrote:
On 2/6/20 15:12, R C wrote:
Tried it again; I am using:
http://mirror.chpc.utah.edu/pub/centos-altarch/7.8.2003/isos/armhfp/CentOS-U...
copy the image like:
xzcat CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz | dd of=/dev/sdh bs=4M
Yeah, that should work, but I've had some issues with certain hdmi tvs/monitors so it may only be "display" related. Do you see any ethernet traffic?
Hmm, well, I have a Dell monitor, actually, I have several different type Dell monitors. I didn't do that far on the ethernet traffic yet.
I can plug it into a switch, and see if it is trying to do something like DHCP or so. Eventually it is going to be "headless", so it wouldn't be
that big a deal.
That is what I use with other images too, but no go.
Ron
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
Just hooked it up, no ethernet traffic on the ethernet (wired), the connection works though.
On 6/2/20 2:05 PM, Pablo Sebastián Greco wrote:
On 2/6/20 15:12, R C wrote:
Tried it again; I am using:
http://mirror.chpc.utah.edu/pub/centos-altarch/7.8.2003/isos/armhfp/CentOS-U...
copy the image like:
xzcat CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz | dd of=/dev/sdh bs=4M
Yeah, that should work, but I've had some issues with certain hdmi tvs/monitors so it may only be "display" related. Do you see any ethernet traffic?
That is what I use with other images too, but no go.
Ron
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 2/6/20 17:39, R C wrote:
Just hooked it up, no ethernet traffic on the ethernet (wired), the connection works though.
wondering what can be different in your setup, it is basically what I do here
On 6/2/20 2:05 PM, Pablo Sebastián Greco wrote:
On 2/6/20 15:12, R C wrote:
Tried it again; I am using:
http://mirror.chpc.utah.edu/pub/centos-altarch/7.8.2003/isos/armhfp/CentOS-U...
copy the image like:
xzcat CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz | dd of=/dev/sdh bs=4M
Yeah, that should work, but I've had some issues with certain hdmi tvs/monitors so it may only be "display" related. Do you see any ethernet traffic?
That is what I use with other images too, but no go.
Ron
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev
On 6/3/20 11:49 AM, Pablo Sebastián Greco wrote:
On 2/6/20 17:39, R C wrote:
Just hooked it up, no ethernet traffic on the ethernet (wired), the connection works though.
wondering what can be different in your setup, it is basically what I do here
I'll try again later, I wonder if the RPI is actually booting, I don't see the same "flashing pattern" that I see when starting other distros/kernels..
(It works with Ubuntu, so it is not the hardware).
On 6/2/20 2:05 PM, Pablo Sebastián Greco wrote:
On 2/6/20 15:12, R C wrote:
Tried it again; I am using:
http://mirror.chpc.utah.edu/pub/centos-altarch/7.8.2003/isos/armhfp/CentOS-U...
copy the image like:
xzcat CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz | dd of=/dev/sdh bs=4M
Yeah, that should work, but I've had some issues with certain hdmi tvs/monitors so it may only be "display" related. Do you see any ethernet traffic?
That is what I use with other images too, but no go.
Ron
On 6/2/20 11:36 AM, Pablo Sebastián Greco wrote:
On 2/6/20 13:52, R C wrote:
Hello,
I am trying to get Centos going on an RPI4 with 4GB;
so far I tried to use:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-4-2003-sda.raw.xz
(which does seem to do much of anything at all, black screen)
This is the image I use normally for my work on my rpi4-4G without any issues (32bit-lpae memory)
and:
CentOS-Userland-7-armv7hl-RaspberryPI-Minimal-2003-sda.raw.xz:
which seems to display the "rainbow screen", but that's about i.
That's expected not to work on rpi-4, so that's ok
Is there a different Centos image that would work Or is there some setting that's needed?
thanks,
Ron
Arm-dev mailing list Arm-dev@centos.org https://lists.centos.org/mailman/listinfo/arm-dev