Skip to content

Add support for armv7l architecture #1633

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

Merged
merged 2 commits into from
Jun 20, 2023
Merged

Conversation

afbjorklund
Copy link
Member

@afbjorklund afbjorklund commented Jun 16, 2023

Closes: #1622

The name was selected to match uname output, like with all the other Lima architectures.

Note that armv5 and armv6 are not supported, only armv7 (container architecture: linux/arm/v7)
This architecture is expected to be emulated, there is no arm32 hardware with CPU virt support - afaik.

@afbjorklund afbjorklund force-pushed the armv7l branch 3 times, most recently from e4e8ec3 to 92cf73b Compare June 16, 2023 11:33
@AkihiroSuda
Copy link
Member

Needs rebase

Currently only ubuntu-lts runs, some issue with ubuntu images.

And there is no nerdctl-full for arm-v7, only nerdctl images.

Signed-off-by: Anders F Björklund <[email protected]>
Newer CPU like cortex-a53 might not exist in old QEMU.

Make sure to pass a -machine, if needed by qemu help.

Signed-off-by: Anders F Björklund <[email protected]>
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda merged commit 1eb50f9 into lima-vm:master Jun 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add armv7 (qemu-system-arm) emulation support
2 participants