简体   繁体   English

为mips编译android内核

[英]compiling android kernel for mips

I have downloaded the mips android sources. 我已经下载了mips android来源。 But this includes a prebuilt kernel image "kernel-eb-qemu". 但这包括一个预先构建的内核映像“ kernel-eb-qemu”。 When I gave "file kernel-eb-qemu", this was displayed: 当我给“文件kernel-eb-qemu”时,显示:

"kernel-eb-qemu: ELF 32-bit MSB executable, MIPS, MIPS32 version 1 (SYSV), statically linked, with unknown capability 0x41000000 = 0xf676e75, not stripped" “内核-eb-qemu:ELF 32位MSB可执行文件,MIPS,MIPS32版本1(SYSV),静态链接,具有未知功能0x41000000 = 0xf676e75,未剥离”

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) 如果无法在实际硬件上使用它,如何为MIPS编译Android内核?(big endian,mips32指令)

The kernel-eb-qemu only works with the emulator. kernel-eb-qemu仅适用于仿真器。 You will need to build or obtain a linux kernel tailored for your actual hardware. 您将需要构建或获取针对实际硬件量身定制的Linux内核。 Your hardware manufacturer should have the information you need to build the kernel. 您的硬件制造商应掌握构建内核所需的信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM