Pico Max - Ubuntu host cannot connect via SSH

  • Hello, first of all, please confirm whether the Ubuntu system is successfully booted, you can judge by observing whether the LED indicator near the Type-C port of the development board is flashing. If the indicator light flashes normally, try logging in to the board via serial port or ADB. If you successfully log in with ADB, you can run the following command to confirm whether it is an Ubuntu system:

    Code: Select all

    cat /etc/os-release
    ubuntu系统.png
    If there are no issues with any of the above steps, there may be an issue with your RNDIS setup. In this case, check whether the IP address (IP of the USB virtual network card) shown in the following figure can be pinged for further network configuration.
    usb网卡.png
  • Thank you pimouren, your advice was on point. I checked with ADB and now I managed to use SSH to connect to the board.
    Thank you so much!