[fedora-arm] Re: Fedora-Minimal-36-1.5 on raspberry pi 2B

2023-01-20 Thread Gregory Carter
Oh thats a easy fix. Just dnf update a couple of packages at a time, don't try to do it all at once. i.e. don't do a "dnf update" Do a "dnf update kernel" for example. If you can't run dnf for even one package update I would install something else as you are going to run into more problems

[fedora-arm] Re: Fedora Minimal 36 installation on raspberry pi 2B

2023-01-20 Thread Ben Herrick
Irene, You may need to give microdnf a try, as DNF will use all of your 1GB of RAM and get killed by the out-of-memory routines. # rpm - ivh  http://mirrors.kernel.org/fedora/updates/36/Everything/armhfp/Packages/m/microdnf-3.9.0-1.fc36.armv7hl.rpm # sudo microdnf upgrade --refresh -y There

[fedora-arm] Fedora Minimal 36 installation on raspberry pi 2B

2023-01-20 Thread Irene Diez
Hello there, I'm trying to install Fedora-Minimal-36-1.5.armhfp.raw on my raspberry pi 2B. Installation was a success but the device runs out of memory when trying to install anything via dnf and I get kicked out of the shell. I've followed the installation instructions in

[fedora-arm] Re: Fedora-Minimal-36-1.5 on raspberry pi 2B

2023-01-20 Thread Troy Dawson
Unfortunately this isn't a matter of arm vs x86_64, it's a matter of the dnf with it's repo's have gotten too big to fit in memory. This is the discussion on the devel list "Heads-up / for discussion: dnf not working with 1G of RAM or less"

[fedora-arm] Re: Fedora-Minimal-36-1.5 on raspberry pi 2B

2023-01-20 Thread Gregory Carter
https://developer.arm.com/documentation/ddi0464/f/Programmers-Model/About-the-programmers-model?lang=en https://docs.fedoraproject.org/en-US/quick-docs/raspberry-pi/ I do not believe that is supported platform for F37 out of the box. You may have to build a custom kernel/package set on

[fedora-arm] Fedora-Minimal-36-1.5 on raspberry pi 2B

2023-01-20 Thread Irene Diez
Hello there, I'm trying to install Fedora-Minimal-36-1.5.armhfp.raw on my raspberry pi 2B. Installation was a success but the device runs out of memory when trying to install anything via dnf and I get kicked out of the shell. I've followed the installation instructions in