如何将ARMV7L(YOCTO)的架构更改为ARM64/AARCH64?

发布于 2025-01-27 09:18:48 字数 141 浏览 3 评论 0原文

我之前曾在Raspberry Pi 4B中安装Yocto图像,我知道当前的架构是使用UNAME -M的ARMV7L。但是,我想将体系结构更改为ARM64/AARCH64。
有人知道如何配置它吗?
顺便说一句,ARM64和AARCH64是同一件事,对吗?

I have installed Yocto image in the Raspberry Pi 4B previously and I know that the current architecture is armv7l by using uname -m. However, I want to change the architecture to ARM64/AARCH64.
Anyone knows how to configure it?
By the way, ARM64 and AARCH64 are the same thing, right?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

所有深爱都是秘密 2025-02-03 09:18:48

如前所述,在这里,这是完全相同的事情。这只是基于二手编译器(llvm => arm64或gnu => aarch64)的符号不同的符号。

As mentioned here, it is exactly the same thing. It's just a different notation based on the used compiler (LLVM => arm64 or GNU => aarch64)
.

高跟鞋的旋律 2025-02-03 09:18:48

我通过将机器类型更改为“ RaspberryPi4-64”来解决此问题,现在可以正常工作。

I have solved this issue by changing the machine type to "raspberrypi4-64", and it works fine now.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文