我正在使用 android cuttlefish v1.0.0 docker 镜像 docker-image-arm64 树莓派 4b 4gb 内存 + 树莓派 os lite 64 位
$ cat /etc/rpi-issue
Raspberry Pi reference 2024-07-04
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 48efb5fc5485fafdc9de8ad481eb5c09e1182656, stage2
$ cat /etc/debian_version
12.8
$ uname -a
Linux hostname 6.6.62+rpt-rpi-v8 #1 SMP PREEMPT Debian 1:6.6.62-1+rpt1 (2024-11-25) aarch64 GNU/Linux
我成功启动了aosp-android12-gsi虚拟设备和aosp-android13-gsi虚拟设备。
但是,无法启动 aosp-android14-gsi 虚拟设备。
我认为以下消息是原因,但不知道如何解决。
crosvm E 12-12 05:31:19 25153 25153 :769] exiting with error 1: failed to connect to vhost-user socket path /tmp/cf_avd_0/cvd-1/internal/vhost_user_mac80211
Caused by:
No such file or directory (os error 2)
$ ls -lZ /tmp/cf_avd_0/cvd-1/internal/vhost_user_mac80211
srwxr-xr-x 1 root root ? 0 Dec 12 05:31 /tmp/cf_avd_0/cvd-1/internal/vhost_user_mac80211
logcat 为空。
出现以下消息后启动被冻结。
The following lines contain useful debugging information:
Point your browser to https://localhost:8443 to interact with the device.
Serial console is disabled; use -console=true to enable it.
Logcat output: /cf/cuttlefish/instances/cvd-1/logs/logcat
Kernel log: /cf/cuttlefish/instances/cvd-1/kernel.log
Launcher log: /cf/cuttlefish/instances/cvd-1/logs/launcher.log
Instance configuration: /cf/cuttlefish/instances/cvd-1/cuttlefish_config.json
Launcher Build ID: 12788822
我做了同样的事情并且能够在 Ubuntu 上启动它。您能否详细说明一下您遵循的步骤,包括您使用 Raspberry Pi Imager 在 Raspberry Pi 上刷新的图像?
我还想知道您使用的图像的确切版本。
此外, 您能否提供一个清晰的分步说明来说明您启动它的过程?
你之前描述的步骤不是很清楚