I am using Fedora 20 arm on a Banana Pi Pro (AllWinner A20 chip -SoC). This is similar to a Raspberry PI.
With this hardware, the only version of Fedora that runs is Fedora 20 arm.
As this version has reached EOL, the mirrors with the repositories are no longer available.
I have located pages that contain the archived files for Fedora 20 arm.
My question: How can I use the archive files as repos to be able to update my installed version of Fedora 20 arm?
I have tried writing the web page address for the archives into the /etc/yum.repos.d file without success. When I run “yum update” I still get the error message that says the repos (mirrors) could not be found.
Yes. I know that this is an old version of Fedora, but that is because, this is the only version that runs on this older single board device.
Any suggestions, advice, direction is appreciated. Thanks
Thank you for posting this link.
I looked at it and I must say that I have never used (or even heard of) the sed command.
The instruction that you posted have some language (arguments/options) that are not fully clear to me. I want to use these instructions. Please provide some details about how to use this command so that I can apply it effectively to be able to use the archives as repos for my system.
Thanks for your help with this.
JC
The sed command in that linked post will make a few changes to any files that match /etc/yum.repos.d/fedora*.repo:
commenting out the metalink line, which is used to get mirror information from Fedora’s servers
uncommenting the baseurl line to use a fixed repo instead of the metalink
replacing the original baseurl values with the Fedora archives link
It is a single command with newlines. Copy and paste the whole thing into your terminal (there should be a copy button on the top-right when you mouse over the code block), not line-by-line.
If you want to see what it does without altering any files, you can remove the -i option. The output may be quite long. The -i option makes it write the modified output back to the files.
For more information on sed you can refer to the manual on your computer (man sed) or online. sed is a very old and powerful tool for editing and transforming text. Sometimes, it’s more convenient to give a sed command, than to write instructions like open this file, edit this line, then edit another line, etc.
Good morning
Thank you for your reply and information.
The board that I have is a Banana Pro and it is an older version.
The hardware specifications are:
Soc: Allwinner A20(sun 7i)
CPU: ARM Cortex -A7 Dual-Core 1 GHz (ARM v7 instruction set)
GPU : Mali-400MP2 Complies with OpenGL ES 2.0/1.1
SDRAM: I GB DDR3 (shared with GPU)
Power: 5V @ 2A MicroUSB
PMU: AXP209
As I search on the web, I cannot find a web page for this specific board as LeMaker no longer lists this board. It was one of the first ones that LeMaker produced. It is not the same as the newer ones that are currently available.
This page from Armbian shows the board that i am using.
As far as I can tell, the only version of Fedora that was written for this board was 20 arm.
If there is a newer version, I am ready to try it.
Thanks again for the information.
JC
I honestly do not know what versions would support that particular board.
I suggest that you have an extra SD card and try newer versions to see what may work. Fedora supported the 32 bit boards for at least 6 years after fedora 20 was released. They only ceased support for 32 bit on the intel processors at about release 32 or 33, but have continued on the arm architecture later than that.
The problem with remaining at fedora 20 is that there are no updates or security fixes done after the release went EOL so the system would remain static after fully updated unless you were to update and compile packages for yourself.
Thank you Jeff V
I followed the link and downloaded the Fedora Workstation 36-1.5.armhfp.raw.xz.
I wrote it to an SD card using BalenaEtcher, as I have with other versions.
The Fedora 35 did not work.
This Banana Pro is very particular about what system will work.
So far, I have had success with Armbian and Lubuntu.
Fedora 20 (written for LeMaker Banana Pro) has worked, I just can’t update it, and I can’t add any new software because it is past EOL.
Still working on using archives as mirrors, and I have not finished that part yet.
Thank you everyone who has added comments.
JC