(Move outdated info out of landing page) |
(Drop strike-through. All information in this page is known to be outdated) |
||
Line 3: | Line 3: | ||
== Topics == | == Topics == | ||
* | * [[Architectures/RISC-V/Building]] - Help to build packages for Fedora/RISC-V. | ||
* | * [[Architectures/RISC-V/Bootstrapping]] - Bootstrapping Fedora on RISC-V. | ||
== News == | == News == | ||
Line 12: | Line 12: | ||
'''May 2024''' PLCT have releases a new repo for Fedora RV64 OCI image, currently F39 and F40 is avaliable. https://hub.docker.com/r/fedorariscv/base | '''May 2024''' PLCT have releases a new repo for Fedora RV64 OCI image, currently F39 and F40 is avaliable. https://hub.docker.com/r/fedorariscv/base | ||
'''Jun 2023''' | '''Jun 2023''' A new Fedora 38 [https://hub.docker.com/r/imbearchild/fedora-rv64 OCI image] for riscv64 is available. | ||
'''May 2023''' T-Head platform (Sipeed LicheePi 4A) description and installation how-to at [[Architectures/RISC-V/T-Head]] | '''May 2023''' T-Head platform (Sipeed LicheePi 4A) description and installation how-to at [[Architectures/RISC-V/T-Head]] | ||
Line 28: | Line 28: | ||
== Additional resources == | == Additional resources == | ||
; | ; http://fedora.riscv.rocks/koji/tasks?state=closed&view=flat&method=createAppliance&order=-id | ||
: | : Disk images | ||
; | ; https://github.com/rwmjones/fedora-riscv-kernel | ||
: | : Linux kernel build scripts and patches | ||
; | ; https://bugzilla.redhat.com/show_bug.cgi?id=1553405 | ||
: | : Tracker bug for all issues which affect Fedora on RISC-V | ||
; | ; https://hub.docker.com/r/imbearchild/fedora-rv64 | ||
: | : OCI image (for docker and podman) Note: This image uses rpm repo from openkoji.iscas.ac.cn (instead of fedora.riscv.rocks) | ||
; | ; https://fedorapeople.org/groups/risc-v/ | ||
: | : Disk images, RPMs, SRPMs. (old) | ||
; | ; https://github.com/rwmjones/fedora-riscv-autobuild | ||
: | : The autobuilder source. | ||
; | ; http://copr-fe.cloud.fedoraproject.org/coprs/rjones/riscv/ | ||
: | : The COPR repository (for Fedora 27/x86_64) containing QEMU | ||
; | ; https://github.com/rwmjones/fedora-riscv-stage4 | ||
: | : Scripts used to build the stage4 disk image. | ||
; | ; https://github.com/rwmjones/fedora-riscv-bootstrap | ||
: | : Git repository containing the bootstrapping work. Read the README file! | ||
; | ; http://oirase.annexia.org/riscv/ | ||
: | : Interim stage3 disk images built by rwmj | ||
; | ; http://davidlt.web.cern.ch/davidlt/riscv/ | ||
: | : Interim stage3 disk and kernel images built by davidlt. |
Revision as of 14:55, 6 February 2025
The contents below are retained for their historical significance but are not relevant to people who want to run Fedora RISC-V today.
Topics
- Architectures/RISC-V/Building - Help to build packages for Fedora/RISC-V.
- Architectures/RISC-V/Bootstrapping - Bootstrapping Fedora on RISC-V.
News
May 2024 We're starting a Special Interest Group! See the RISC-V SIG for more details.
May 2024 PLCT have releases a new repo for Fedora RV64 OCI image, currently F39 and F40 is avaliable. https://hub.docker.com/r/fedorariscv/base
Jun 2023 A new Fedora 38 OCI image for riscv64 is available.
May 2023 T-Head platform (Sipeed LicheePi 4A) description and installation how-to at Architectures/RISC-V/T-Head
Jan 2022 PLCT Lab have another new koji build system for Riscv64.
Oct 2021 Community member made a Fedora based BSP image for Allwinner D1 Nezha board. The information is available at Architectures/RISC-V/Allwinner. Note: Allwinner D1 is NOT officially supported by Fedora yet.
May 2018 A Koji build system instance is now building Fedora packages.
February/March 2018 Stage4 disk images are available. These are bootable in qemu and let you try out Fedora/RISC-V. Make sure you read the readme.txt file first. The development environment is quite complete with GCC 7.3.1, Perl 5.26, Python 2 and 3, git, systemd, various editors including vi and emacs, many -devel
packages, and some X11 packages. It will be enough for most developers to start porting their software to RISC-V. The main missing things at the moment are Ruby, Java and Gtk 3.
January/February 2018 The third and hopefully final bootstrap of Fedora 27 has started. Please follow progress or try building it yourself via this git repository. Expected timelines are: 1-2 weeks until stage 3 disk images are available, 1-2 months until stage 4 pristine RPM-built disk images are available, 2 months until we are autobuilding regular Fedora packages, 3-6 months until we have koji-shadow functionality.
Additional resources
- http://fedora.riscv.rocks/koji/tasks?state=closed&view=flat&method=createAppliance&order=-id
- Disk images
- https://github.com/rwmjones/fedora-riscv-kernel
- Linux kernel build scripts and patches
- https://bugzilla.redhat.com/show_bug.cgi?id=1553405
- Tracker bug for all issues which affect Fedora on RISC-V
- https://hub.docker.com/r/imbearchild/fedora-rv64
- OCI image (for docker and podman) Note: This image uses rpm repo from openkoji.iscas.ac.cn (instead of fedora.riscv.rocks)
- https://fedorapeople.org/groups/risc-v/
- Disk images, RPMs, SRPMs. (old)
- https://github.com/rwmjones/fedora-riscv-autobuild
- The autobuilder source.
- http://copr-fe.cloud.fedoraproject.org/coprs/rjones/riscv/
- The COPR repository (for Fedora 27/x86_64) containing QEMU
- https://github.com/rwmjones/fedora-riscv-stage4
- Scripts used to build the stage4 disk image.
- https://github.com/rwmjones/fedora-riscv-bootstrap
- Git repository containing the bootstrapping work. Read the README file!
- http://oirase.annexia.org/riscv/
- Interim stage3 disk images built by rwmj
- http://davidlt.web.cern.ch/davidlt/riscv/
- Interim stage3 disk and kernel images built by davidlt.