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

Architecture request: arm64 #27

Open
DiamondGotCat opened this issue Jul 5, 2024 · 1 comment
Open

Architecture request: arm64 #27

DiamondGotCat opened this issue Jul 5, 2024 · 1 comment

Comments

@DiamondGotCat
Copy link

Is your feature request related to a problem? Please describe.
I am using a device with arm64 architecture.
However, dahliaOS does not support arm64.

Describe the solution you'd like

  • Official diskimage support arm64.

Describe alternatives you've considered

  • Support building for arm64.

Do you have an idea of how we would add it?
It would be nice if they officially released an arm64 disk image.
I have an arm64 environment, so at least I can build it myself.

Why should we add it?
There are more and more arm64 computers (e.g. Raspberry Pi)
By supporting such devices, we can provide a beautiful OS to even more users.

Additional context
When I tried the x64 version, it was not recognized by the Raspberry Pi 4B.

@nmcain
Copy link
Member

nmcain commented Jul 13, 2024

arm64 support is a future goal as soon as I get build automation going. Right now, full ARM support is limited, as Flutter does not have cross-compilation support (still!). For basic work with the platform, there is one release of an arm64 userspace from 2021 that you can chroot on any ARM device, and there should be an arm64 version of Pangolin floating around if you want to do a little manual work.

https://github.com/dahliaOS/buildroot/releases/download/M1-210128/rootfs.tar.gz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants