-
Notifications
You must be signed in to change notification settings - Fork 54
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
Documentation📄: RISC-V documentation updates #223
Comments
@johnwalicki A little more description on the issue would be really helpful |
@YashKamboj part of the problem is that we don't have a definitive list of all of the pages that should be modified to include listing support for a new environment (operating system and/or architecture). As part of this issue, it would be helpful to review every page in the documentation to see if they mention OS or arch and compile a list. That's likely a reason why this is not labeled "good first issue". :) |
|
Hi @joewxboy I think we can help on it. Sorry that we've been too busy on our daily job in the past months and haven't got time on risc-v related work. But I think we can resume it from Oct., and build the doc and any needed code changes for risc-v support in OH. |
Hi @davidyao19 - Thanks! We are very interested in getting Open Horizon running on RISC-V hardware. |
I recently saw that Pine64 is working on a RISC-V board. I might buy one of these when they become available: |
We might see affordable risc-v boards early in 2023 |
There's a $88 USD board - starting to ship : https://ameridroid.com/products/visionfive-2?variant=40845950910498 |
I follow the development of the Pine Star64 SBC - https://www.pine64.org/category/star64/ |
Latest news about the Pine Star64 SBC - https://www.pine64.org/2023/03/01/february-update-things-are-taking-shape/
|
@joewxboy I just bought a Star64 board. I will be interested to test the Open Horizon agent on it. |
@johnwalicki That sold out quickly! I was able to order one of these: https://www.amazon.com/dp/B0BQYDTM9M?ref=myi_title_dp which should arrive in a month or so. |
In addition to the Star64 board (which hasn't arrived yet), I purchased a MangoPi 1GHz 1GB Allwinner D1 RISC-V board. It arrived and I've got it running Ubuntu Jammy
I tried to install
|
Podman on RISC-V is running.
The next step is to compile the |
My Pine STAR64 arrived last week. I have it running
but it will take some effort to get docker / podman installed on this Yocto based image. |
I've got a Lichee Pi4 RISC-V board that I'm trying to install the horizon agent on. I've been hacking at the agent-install.sh script. Have it working all the way to downloading the agent binaries.
Looks like I will have to compile the agent binaries myself? Before I go down that journey, has anyone compiled the agent binaries for risc-v? |
@johnwalicki riscv64 is not an architecture that is currently being built |
@bencourliss We had discussed adding RISC-V to the packages being built. Any idea where that stands currently? Are there any impediments or roadblocks? |
@joewxboy Are we talking just the Debian and RPM packages? For the GitHub Action, we use https://github.com/uraimo/run-on-arch-action to build the non-amd64 architectures. It appears that riscv64 is a supported architecture so theoretically we can support building it. Would require changes to the Github Action workflow and the release process needs to be changed to publish those packages once built. I don't believe there is a UBI9 Docker base image available for riscv64 however. |
@johnwalicki any feedback for Ben? |
@joewxboy @bencourliss - Do you really need UBI9 containers to build the |
Tracking |
What is the current documentation state?
When Open Horizon is supported on the RISC-V platform, we should add RISC-V to the documentation.
Where is this stated?
No response
Why do you want to improve the statement?
No response
Proposed Statement
No response
Additional context.
No response
The text was updated successfully, but these errors were encountered: