为 mips 编译 android 内核

发布于 2024-11-02 10:15:14 字数 283 浏览 6 评论 0原文

我已经下载了 mips android 源代码。但这包括预构建的内核映像“kernel-eb-qemu”。当我给出“file kernel-eb-qemu”时,显示:

“kernel-eb-qemu:ELF 32位MSB可执行文件,MIPS,MIPS32版本1(SYSV),静态链接,具有未知功能0x41000000 = 0xf676e75,不stripped”

该图像是特定于模拟器的还是可以在实际硬件上使用?如果不能在实际硬件上使用,如何编译MIPS的Android内核?(big endian,mips32指令)

I have downloaded the mips android sources. But this includes a prebuilt kernel image "kernel-eb-qemu". When I gave "file kernel-eb-qemu", this was displayed:

"kernel-eb-qemu: ELF 32-bit MSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, with unknown capability 0x41000000 = 0xf676e75, not stripped"

Is this image specific for the emulator or can this be used on the actual hardware? If it cannot be used on the actual hardware, how do I compile the Android kernel for MIPS?(big endian, mips32 instructions)

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

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

发布评论

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

评论(1

请别遗忘我 2024-11-09 10:15:14

kernel-eb-qemu 仅适用于模拟器。您将需要构建或获取适合您的实际硬件的 Linux 内核。您的硬件制造商应该拥有构建内核所需的信息。

The kernel-eb-qemu only works with the emulator. You will need to build or obtain a linux kernel tailored for your actual hardware. Your hardware manufacturer should have the information you need to build the kernel.

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