我在Raspberry Pi SD卡中刷了最新的android图像。然后将Raspberry Pi设备连接到外接电源,并连接到我的个人显示器。
打开电源后,我的显示器无法看到任何变化。在Raspberry Pi中红灯亮起,但没有绿灯闪烁。
答案 0 :(得分:2)
这可能是因为您的Pi无法通过HDMI正确地与您的显示器通信。尝试编辑配置文件(可以在存储目录的根目录中找到)并附加这些值。
# Force the monitor to HDMI mode so that sound will be sent over HDMI cable
hdmi_drive=2
# Set monitor mode to DMT
hdmi_group=2
# Set monitor resolution to 1024x768 XGA 60 Hz (HDMI_DMT_XGA_60)
hdmi_mode=16
有关更多配置选项,请访问: http://elinux.org/RPiconfig