From Fedora Project Wiki
(on)
(25 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{shortcut|Arch:MIPS}}
= Fedora MIPS =
= Fedora MIPS =


This is the starting page for the Fedora port to the MIPS architecture.
This is the starting page for the Fedora port to the MIPS architecture.


== Goals and Objectives ==
The primary goal of this project is to provide support for MIPS as a [[TomCallaway/SecondaryArchitectures| secondary architecture]]  in Fedora.
== CPU and Architecture Target ==
At this moment we have chosen to support two targets:
* '''mipsel''' - mips32r2, little endian, o32 ABI, FPXX
* '''mips64el''' - mips64r2, little endian, n64 ABI


For more information about the bootstrap see [[Architectures/MIPS/2015Bootstrap|2015 Bootstrap]]
== Releases ==
=== Fedora 24 mipsel ===
'''Images'''
* QEMU: https://mipsdistros.imgtec.com/fedora/development/24/mipsel/qemu/
* Creator CI20: https://mipsdistros.imgtec.com/fedora/development/24/mipsel/ci20/images/
'''Repositories'''
* https://mipsdistros.imgtec.com/fedora/development/24/mipsel/os/
* https://mipsdistros.imgtec.com/fedora/development/24/mipsel/debug/
* https://mipsdistros.imgtec.com/fedora/development/24/source/SRPMS/
=== Fedora 24 mips64el ===
'''Images'''
* QEMU: https://mipsdistros.imgtec.com/fedora/development/24/mips64el/qemu/
'''Repositories'''
* https://mipsdistros.imgtec.com/fedora/development/24/mips64el/os/
* https://mipsdistros.imgtec.com/fedora/development/24/mips64el/debug/
* https://mipsdistros.imgtec.com/fedora/development/24/source/SRPMS/


== Goals and Objectives ==


The primary goal of this project is to provide support for MIPS as a [[TomCallaway/SecondaryArchitectures| secondary architecture]]  in Fedora.
=== Older releases ===


Just like the ARM port, our secondary goal is to enable derivative distributions based on the Fedora package collection and repository that are more suitably optimized for embedded and mobile use-cases.
'''Fedora 23 mipsel'''
* http://mipsfedora.imgtec.com/development/23/mipsel/


'''Fedora 23 mips64el'''
* http://mipsfedora.imgtec.com/development/23/mips64el/


== CPU and Architecture Target ==


Currently we have chosen to support Loongson 2F, but in time we will also support other MIPS-compatible processors.


Information of Loongson CPU can be found on http://www.linux-mips.org/wiki/Loongson, http://www.loongson.cn/ and forum http://bbs.lemote.com/.
'''Fedora 22 mipsel'''
* http://mipsfedora.imgtec.com/development/22/mipsel/


== Fedora MIPS Repositories ==
'''Fedora 22 mips64el'''
* http://mipsfedora.imgtec.com/development/22/mips64el/


=== Test Release: Fedora 11 (Obsoleted) ===
This is a test release for MIPS based on Fedora 11


* A set of binary RPMs are available from [http://lazyfai.dyndns.org/Fedora-11-mips64el/ lazyfai] and [http://files.mips101.org/Fedora-11-mips64el/ mips101].
* A [http://lazyfai.dyndns.org/loongson/fedora-n32-rootfs-20091017.tar.gz prebuilt root filesystem] to help you get started quickly. (Default root password is "redhat")


=== Test Release: Fedora 12 ===
'''Fedora 11, 12, 13 mips64el (n32)'''
This is a new release for MIPS N32 ABI based on Fedora 12 GA
* [[Architectures/MIPS_Fedora_11_12_13|Fedora 12 13 MIPS]]
* Not yet a completed release, just enough for GNOME desktop and development tools
* [[OlderReleases|Fedora 11 MIPS]]
* Modified Source RPMs are here:
http://lazyfai.dyndns.org/Fedora-12-SRPMS-MIPS/
* Tarball for root filesystem and QEMU-mips64el runnable image can be found here:
http://lazyfai.dyndns.org/Fedora-12-rootfs-MIPS/


== How to get in touch? ==
== How to get in touch? ==
* The [https://admin.fedoraproject.org/mailman/listinfo/mips Fedora-MIPS mailing list] is available for both user and developer discussions.
* The [https://lists.fedoraproject.org/admin/lists/mips.lists.fedoraproject.org/ Fedora-MIPS mailing list] is available for both user and developer discussions.
* We have an IRC channel #fedora-mips on Freenode: irc://irc.freenode.net/#fedora-mips
* We have an IRC channel: [irc://irc.freenode.net/#fedora-mips #fedora-mips on Freenode]


== Bugs and issues ==
== Bugs and issues ==
Bug or other issues you encounter can be issued at our Trac instance https://fedorahosted.org/mips/.
* [https://bugzilla.redhat.com/show_bug.cgi?id=1242747 RHBZ Tracker bug]
 
* [[Architectures/MIPS/2015Bootstrap/mipsel/issues|mipsel issues]]
Issues we currently have with building are decribed on the page [[Architectures/MIPS/BuildIssues]]
* [[Architectures/MIPS/2015Bootstrap/mips64el/issues|mips64el issues]]


== Maintainer Team ==
== Maintainer Team ==


* [[gbraad| Gerard Braad]] (team lead) (Fedora Account: gbraad)
* [[User:Mtoman|Michal Toman]]
* [[User:Lonestar| XinZhen]] (co-lead) (Fedora Account: lonestar)
* [[User:Anibal|Anibal Monsalve Salazar]]
* [[User:Lazyfai| FaiWong]] (tech lead) (Fedora Account: lazyfai)
* [[User:wzssyqa|YunQiang Su]]


Interested in joining our team? Contact us in the IRC channel.
Interested in joining our team? Contact us on the IRC channel.


[[Category:Arch-specific SIGs]][[Category:SIGs]]
[[Category:Arch-specific SIGs]][[Category:SIGs]]
[[Category:Fedora special-interest groups|MIPS]]

Revision as of 19:06, 8 August 2018

Shortcut:
Arch:MIPS

Fedora MIPS

This is the starting page for the Fedora port to the MIPS architecture.

Goals and Objectives

The primary goal of this project is to provide support for MIPS as a secondary architecture in Fedora.

CPU and Architecture Target

At this moment we have chosen to support two targets:

  • mipsel - mips32r2, little endian, o32 ABI, FPXX
  • mips64el - mips64r2, little endian, n64 ABI

For more information about the bootstrap see 2015 Bootstrap

Releases

Fedora 24 mipsel

Images

Repositories


Fedora 24 mips64el

Images

Repositories


Older releases

Fedora 23 mipsel

Fedora 23 mips64el


Fedora 22 mipsel

Fedora 22 mips64el


Fedora 11, 12, 13 mips64el (n32)

How to get in touch?

Bugs and issues

Maintainer Team

Interested in joining our team? Contact us on the IRC channel.