代码之家  ›  专栏  ›  技术社区  ›  neuberfran

在使用控制台选项构建新图像后,我无法使用android things图像

  •  0
  • neuberfran  · 技术社区  · 8 年前

    我一直在尝试: https://developer.android.com/things/hardware/raspberrypi.html

    我在raspberry pi 3中放置了一个图像,但当我运行adb设备时,我的新rpi 3 android things设备从未出现

    `enter

    enter image description here enter image  here

    enter image description here

    sd card final recording image

    raspberry pi 3中连接的以太网电缆的灯不闪烁

    请帮帮我

    1 回复  |  直到 8 年前
        1
  •  1
  •   j2abro    8 年前

    $ nmap -sP 192.168.1.0/24
    

    然后,假设您看到设备IP为192.168.1.228。通过以下网络连接到adb:

    $ adb connect 192.168.1.228
    connected to 192.168.1.228:5555
    

    $ adb devices
    List of devices attached
    192.168.1.228:5555    device
    
    推荐文章