Quantcast
Channel: Forums - Recent Threads
Viewing all articles
Browse latest Browse all 262198

dvr_rdk LCD display

$
0
0

Hi all

I have Mistral dm8148 EVM  and want to port DVR_RDK 3.0 to evaluate. I have some questin as below.

Q1: Mistral dm8148 EVM board has 1G bytes DDR3 in two bank. But TI dm814x EVM board has 512M bytes.

      how to modify the memory configuration to fit my board.

Q2: I don't have TI dm814x EVM SCH, where I can get it? I will thanks for who can share the SCH design document.

Q3: When I run the decode-display example , I can't see the video on the LCD pannel.

       I hasn't  HDMI device, How to config LCD for display video.  

 I use below function to config LCD , But  I can't see the video on the LCD.

configure_lcd()

{
echo "Configuring fb0 to LCD"

echo 1:dvo2 > /sys/devices/platform/vpss/graphics0/nodes

echo 0 > /sys/devices/platform/vpss/display1/enabled
echo 33500,800/164/89/10,480/10/23/10,1 > /sys/devices/platform/vpss/display1/timings
echo triplediscrete,rgb888 > /sys/devices/platform/vpss/display1/output
echo 1 > /sys/devices/platform/vpss/display1/enabled
fbset -xres 800 -yres 480 -vxres 800 -vyres 480
}


Viewing all articles
Browse latest Browse all 262198

Trending Articles