Skip to main content

8.2 Interface Class

40PIN Interface

[Question]
  • Does the development board support VDD_5V as a power input in the 40PIN interface?
[Answer]
  • Version 1.2 and above of the development board can support it. The version number can be confirmed through the silk screen information on the development board.
[Question]
  • Does the development board support the C/C++ interface functionality in the 40PIN interface?
[Answer]

Serial Interface

[Question]
  • After power on, there is no log display in the serial interface.
[Answer]
  • Check whether the red power indicator on the development board is on.
  • Check the connection between the development board and the serial interface board, refer to the Debug UART chapter for more details.
  • Check the serial port parameter configuration in the terminal software, the correct configuration is as follows:

image-20221124200013163

Network Interface

[Question]
  • The development board cannot connect to the internet.
[Answer] [Question]
  • The development board cannot be connected via SSH.【Answer】

  • The prompt "Connection timed out" indicates a network communication error. Please refer to the SSH login chapter for network configuration confirmation.

  • The prompt "Authentication failed" indicates incorrect user or password for login. Please confirm and try again.

image-20221124201544978

【Question】
  • When using wireless network on the development board, the connection is unstable and the transmission speed is slow.
【Answer】
  • The wireless network on the development board is easily affected by factors such as metal casing and heat sink, leading to weakened signal strength. You can install an external antenna to enhance the signal.
【Question】
  • The wireless network on the development board cannot be used, and the wlan0 device cannot be found when using the ifconfig command.
【Answer】
  • Execute the rfkill unblock wlan command to re-enable the wireless network.

USB Interface

【Question】
  • What is the default device node for the USB camera when connected to the development board?
【Answer】
  • The device node for the USB camera is /dev/video8.
【Question】
  • After plugging in a USB camera to the development board, the /dev/video8 device node is not generated.
【Answer】
  • Confirm if the USB camera is working properly by connecting it to a computer to see if it can be recognized.
  • Make sure the camera is properly plugged in and try re-plugging it.
  • Check if the development board's Micro USB interface is not connected to a data cable.
【Question】

When connecting a remote control joystick to the development board, the /dev/input/js0 device node is not generated.

【Answer】
  • Update the system on the development board and install the drivers and toolkits according to the following steps:- Load driver: sudo modprobe -a joydev
  • Install test tool: sudo apt install joystick
  • Test command: jstest /dev/input/js0

MIPI CSI interface

【Question】
  • After connecting the MIPI camera to the development board, the i2cdetect command cannot detect the I2C address.
【Answer】
  • Please refer to the MIPI camera section to confirm the camera's connection method.
  • Do not plug or unplug the camera while the development board is powered on, as it may damage the camera due to short circuit.
【Question】
  • When running the MIPI camera example, an error is reported:
    sunrise@ubuntu:/app/pydev_demo/03_mipi_camera_sample$ python3 mipi_camera.py
    Traceback (most recent call last):
    File "mipi_camera.py", line 29, in <module>
    disp_w, disp_h = get_display_res()
    File "mipi_camera.py", line 27, in get_display_res
    return int(res[1]), int(res[0])
    ValueError: invalid literal for int() with base 10: b'open device /dev/lt8618_ioctl failed\ndevice not open\n1080'
【Answer】
  • When running the example program with the sunrise account, sudo permission is required. For example, sudo python3 mipi_camera.py.

Display interface

【Question】
  • What resolutions does the development board's HDMI interface support?
【Answer】
  • Supported resolution types can be found in the HDMI interface section.