This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM572x GP EVM HDMI resolution settings



Hi All

i would like to set HDMI resolution as 720x576p at 50fps. Earlier i was able to do that in ti-processor-sdk-linux-am57xx-evm-02.00.01.07 SDK by

  1. Altering bootargs and adding :

    video=HDMI-A-1:720x576

  2. And changing /etc/weston.ini file as:

    [output]
    name=HDMI1
    mode=720x576

But after installing the new SDK i.e. ti-processor-sdk-linux-am57xx-evm-02.00.02.11, this doesn't work anymore. Weston is again starting in the preferred resolution. What else can we try?

Regards

Raj

  • I will forward this to the software team.
  • Hi Raj,

    Have you done any modifications in your sources. I tested this on my AM572x GP EVM, running ti-processor-sdk-linux-rt-am57xx-evm-02.00.02.11, after adding:

      [output]

      mode=800x480

    to /etc/weston.ini, I get the following result:

    root@am57xx-evm:~# modetest                                                                                                                              

    trying to open device 'i915'...failed                                                                                                                    

    trying to open device 'radeon'...failed                                                                                                                  

    trying to open device 'nouveau'...failed                                                                                                                

    trying to open device 'vmwgfx'...failed                                                                                                                  

    trying to open device 'omapdrm'...done                                                                                                                  

    Encoders:                                                                                                                                                

    id      crtc    type    possible crtcs  possible clones                                                                                                  

    25      0       TMDS    0x00000001      0x00000000                                                                                                      

    29      32      TMDS    0x00000002      0x00000000                                                                                                      

    Connectors:                                                                                                                                              

    id      encoder status          name            size (mm)       modes   encoders                                                                        

    26      0       disconnected    HDMI-A-1        0x0             0       25                                                                              

     props:                                                                                                                                                

           1 EDID:                                                                                                                                          

                   flags: immutable blob                                                                                                                    

                   blobs:                                                                                                                                  

                   value:                                                                                                                                  

           2 DPMS:                                                                                                                                          

                   flags: enum                                                                                                                              

                   enums: On=0 Standby=1 Suspend=2 Off=3                                                                                                    

                   value: 0                                                                                                                                

    30      29      connected       unknown-1       0x0             1       29                                                                              

     modes:                                                                                                                                                

           name refresh (Hz) hdisp hss hse htot vdisp vss vse vtot)                                                                                        

     800x480 60 800 1010 1040 1056 480 502 515 525 flags: nhsync, nvsync; type: preferred, driver                                                          

     props:                                                                                                                                                

           1 EDID:                                                                                                                                          

                   flags: immutable blob                                                                                                                    

                   blobs:                                                                                                                                  

                   value:                                                                                                                                  

           2 DPMS:                                                                                                                                          

                   flags: enum                                                                                                                              

                   enums: On=0 Standby=1 Suspend=2 Off=3                                                                                                    

                   value: 0                        

     Can you try modifying the weston.ini as shown above, and also add the env variables in the uEnv.txt file in your boot partition? 

    Best Regards, 
    Yordan
                                                                                                          

  • Hi Yordon
    The above resolution is being set on LCD. Please see the modetest and your connector is 30(LCD).
    We would like to set HDMI in 800x480 resolution. Our QT application is written in same resolution.
    Earlier it was coming on full screen on HDMI, now it is visible only on the small part. As on starting weston, HDMI resolution is changed to 1080.
    If we do not start the weston, then the HDMI is in 800x480 as it is following u-boot boot arguments.

    Regards
    Raj
  • Hi Raj,

    You can give name to the output. So try:
    [output]
    name=HDMI1
    mode=800x480

    Best Regards,
    Yordan
  • Hi Yordan,

    Still I am facing same issue.  kindly check attached weston.ini  file.


    Thanks 

    Raj https://e2e.ti.com/cfs-file/__key/communityserver-discussions-components-files/791/weston.ini