Getting Started

Debugging RK3576 supports methods like serial port, network, and ADB. This guide offers step-by-step instructions for each method, enhancing your troubleshooting skills.

Debugging Preparation

RK3576 supports debugging via serial port, network, and ADB.

Serial Port Debugging

  1. Connect the USB-to-serial converter to the TX, RX, and GND pins of UART0 on the carrier board.
    Serial Port Debugging
  2. Open a serial port debugging terminal (e.g., XShell, MobaXterm). MobaXterm is used as an example here.
  3. Click "Session" to create a new session.
    Serial Port Debugging
  4. Navigate to "Serial", select the COM port, set the baud rate to "1500000", and click "OK".
    Serial Port Debugging

Network Debugging

  1. Connect the RK3576 to the network and obtain its IP address.
  2. Click "Session" to create a new session.
    Network Debugging
  3. Navigate to "SSH", enter the device's IP address, and click "OK".
    Network Debugging
  4. Enter the username and password to access the debugging interface (default username: "linaro", default password: "linaro").
    Network Debugging

Was this article helpful?

TOP