Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "Rock3/hardware/display"

Line 19: Line 19:
  
 
===== Hardware connection =====
 
===== Hardware connection =====
 +
 +
[[File:Radxa-5inch-touchscreen-hw-connection.jpeg | 600px]]
  
 
===== Software support =====
 
===== Software support =====
Line 26: Line 28:
 
Upgrade kernel to at least version 4.19.193-35-rockchip
 
Upgrade kernel to at least version 4.19.193-35-rockchip
  
 +
You can uncomment line like "deb http://apt.radxa.com/buster-testing/ buster main" in file /etc/apt/sources.list.d/apt-radxa-com.list to add testing source.
 +
 +
See file /etc/apt/sources.list.d/apt-radxa-com.list
 +
 +
deb http://apt.radxa.com/buster-stable/ buster main
 +
deb http://apt.radxa.com/buster-testing/ buster main
 +
 +
After adding testing source, you need to update APT and install your needed packages.
 +
 +
$ sudo apt-get update
 
  sudo apt install -y linux-4.19-rock-3-latest
 
  sudo apt install -y linux-4.19-rock-3-latest
  

Revision as of 01:53, 9 March 2022

    ROCK 3 >  Hardware >  Display

ROCK 3 boards support many kinds of display. They are HDMI display, MIPI display, SPI LCD display, etc. We'll tell how to set them up.

Part one: HDMI Display

HDMI is supported on the following devices.

  • ROCK 3A
  • ROCK 3B
  • Radxa CM3 IO

Part two: MIPI Display

Radxa 5inch Touchscreen

Hardware connection

Radxa-5inch-touchscreen-hw-connection.jpeg

Software support

For ROCK 3A

Upgrade kernel to at least version 4.19.193-35-rockchip

You can uncomment line like "deb http://apt.radxa.com/buster-testing/ buster main" in file /etc/apt/sources.list.d/apt-radxa-com.list to add testing source.

See file /etc/apt/sources.list.d/apt-radxa-com.list

deb http://apt.radxa.com/buster-stable/ buster main
deb http://apt.radxa.com/buster-testing/ buster main

After adding testing source, you need to update APT and install your needed packages.

$ sudo apt-get update
sudo apt install -y linux-4.19-rock-3-latest

Add the item "radxa-5inch-touchscreen-on-rock-3a" to line "overlays=" in /boot/uEnv.txt

overlays=radxa-5inch-touchscreen-on-rock-3a

Reboot ROCK 3A.

Raspberry Pi 7 inch Touch Display

Part three: SPI Display

Waveshare 3.5 inch LCD Model C

Troubleshooting