gpt4 book ai didi

android-things - Android Things : Set screen resolution

转载 作者:行者123 更新时间:2023-12-04 13:46:34 26 4
gpt4 key购买 nike

我在Raspberry Pi上安装了一个小屏幕,并根据屏幕的documentation:

Write the image to a TF card and append the following lines to the config.txt file which is located in the root of your TF card:


max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0

You must make sure that there are no spaces on either side of the equal sign.



但是我无法在Android Things驱动器上执行此操作,因为磁盘镜像无法读取

最佳答案

找到原始答案HERE,我的救主给了他答案HERE

创建安装位置:
mkdir ~/mnt/sd
挂载SD卡:
sudo mount -t msdos /dev/disk2s1 ~/mnt/sd
在我的情况下,请对config.txt进行更改:

max_usb_current=1
hdmi_group=2
hdmi_mode=87
hdmi_cvt 800 480 60 6 0 0 0

卸载:
sudo umount ~/mnt/sd/

关于android-things - Android Things : Set screen resolution,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41534530/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com