小编Arv*_*Hsu的帖子

这个内核镜像是什么格式的?无法从中提取内核代码?

我得到了一个 Android 图像,其中包含:

-rwxr-xr-x 1 root root  69206016 Dec 16 17:01 cache.img
-rwxr-xr-x 1 root root   6024864 Mar 23  2016 Image
-rwxr-xr-x 1 root root   1108329 Mar  7  2016 ramdisk.img
-rwxr-xr-x 1 root root 943718400 Mar  7  2016 system.img
-rwxr-xr-x 1 root root 576716800 Dec 16 17:02 userdata.img
Run Code Online (Sandbox Code Playgroud)

它可以通过 android 模拟器启动:

./emulator64-ranchu-arm64 -system ./system.img -data ./userdata.img -ramdisk ./ramdisk.img -kernel ./Image -cache ./cache.img     -sysdir ./ -no-window  -verbose -show-kernel
Run Code Online (Sandbox Code Playgroud)

或者直接使用qemu:

./qemu/linux-x86_64/qemu-system-aarch64 -cpu cortex-a57 -machine type=ranchu -m 512 -append 'console=ttyAMA0,38400 keep_bootcon earlyprintk=ttyAMA0' -serial …
Run Code Online (Sandbox Code Playgroud)

android images linux-kernel

6
推荐指数
1
解决办法
2580
查看次数

debian版本号中的“deb8u3”是什么意思?

的输出uname -a是:

#1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04)

我没有在输出中找到对“u3”的任何解释,这是什么意思?

version debian

5
推荐指数
1
解决办法
1643
查看次数

标签 统计

android ×1

debian ×1

images ×1

linux-kernel ×1

version ×1