Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RISCV64 arch support #3460

Open
nirousseau opened this issue May 8, 2023 · 2 comments
Open

RISCV64 arch support #3460

nirousseau opened this issue May 8, 2023 · 2 comments
Labels
approved enhancement New feature or request

Comments

@nirousseau
Copy link

Desired Feature

Enable RISCV64 CPU architecture support in order to build coreos-assembler for native RISC-V boards.

PR

Example Usage

Port https://docs.fedoraproject.org/en-US/fedora-coreos/ to be compatible with SiFive Unmatched.

Other Information

I have a SiFive Unmatched for Q/A test campaign : https://www.sifive.com/boards/hifive-unmatched

@jlebon
Copy link
Member

jlebon commented May 8, 2023

Cool, thanks for filing this! I don't think we're quite ready to do this (since Fedora itself doesn't officially build for RISC-V yet), but I'm also excited for it.

Have you been able to get a minimal FCOS compose built with e.g. the RPMs at http://fedora.riscv.rocks/koji/?

@nirousseau
Copy link
Author

Hi ! :-)

I have been able to build all the packages but two :

  • moby-engine
  • criu

I see however that http://fedora.riscv.rocks/koji/buildinfo?buildID=245364 passed a few weeks ago, so I guess I can continue to rebuild it.

About criu, the RISCV development is underway, but I wonder if we can skip this dependency.

The tests and experiments were reported here :

I have to present all my tests and packages to patch. I have to sync with https://twitter.com/dustymabe on IRC asap.

I have a base container of fedora for riscv64 that runs ! https://risc-v-machines.readthedocs.io/en/latest/linux/f33-scratch/

I can update it to the latest fedora 38/39.

@cgwalters cgwalters added approved enhancement New feature or request labels Sep 7, 2023
jlebon pushed a commit to nirousseau/coreos-assembler that referenced this issue Sep 11, 2023
This is all we need to unblock `cosa build` on RISCV64. Obviously, this
is far from complete support for the platform, but it allows developers
to experiment with cosa on that arch.

Related: coreos#3460
jlebon pushed a commit that referenced this issue Sep 11, 2023
This is all we need to unblock `cosa build` on RISCV64. Obviously, this
is far from complete support for the platform, but it allows developers
to experiment with cosa on that arch.

Related: #3460
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants