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.

Linux/DRA72XEVM: how to configue weston.ini that with ivi-shell?

Part Number: DRA72XEVM

Tool/software: Linux

I want to run weston with the ivi-shell,how can I configue the weston.ini?And what dynamic library would be linked when the weston is running?

  • Hi,

    Your question has been forwarded to weston experts. They will comment here.

    Regards,
    Mariya
  • Hi Zang,

    You can try with attached weston.ini for ivi-shell. It uses weston's hmi-controller.so as ivi-controller.

    7026.weston.ini

  • HI Ramprasad :

    I appreciate you that respond me soon.

    2677.weston.txt
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    dra7xx-evm login: root
    root@dra7xx-evm:~# pvrsrvinit
    root@dra7xx-evm:~# weston --tty=1 --idle-time=0
    Date: 2017-01-20 UTC
    [06:35:36.328] weston 1.6.0
    http://wayland.freedesktop.org/
    Bug reports to: https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=weston&version=1.6.0
    Build: 1.5.93-5-g2858cc2 configure.ac: bump version to 1.6.0 (2014-09-19 13:40:14 +0300)
    [06:35:36.328] OS: Linux, 3.14.63, #1 SMP PREEMPT Tue Jan 17 11:15:25 CST 2017, armv7l
    [06:35:36.329] Using config file '/etc//weston.ini'
    [06:35:36.331] Loading module '/usr/lib/weston/wayland-backend.so'
    [06:35:36.382] failed to create display: No such file or directory
    [06:35:36.382] fatal: failed to create compositor
    root@dra7xx-evm:~#
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    I have try the weston.ini that you offer me,it didn't work,as you can see the trace from the attachment.Shouldn't I add something to support ivi-shell before compiling the glsdk?

  • Hi Zhang,
    3.14kernel SDK doesn't seem to support ivi-shell. This SDK comes with weston 1.6.
    I have tested with SDK PSDKLA3.01 which is based on v4.4 kernel and weston used here is 1.9 and ivi-shell libraries come with the SDK.

    Ramprasad
  • I have compiled the glsdk using the yocto before,it seems that the compiler choose the weston1.6 on default?how could I choose the weston1.9 ?
    can you give me some advise?Thank you very much!
  • Hi,

    Can you move to PSDKLA 3.01 release? K3.14 with Weston 1.9 is not a supported combination.
    processors.wiki.ti.com/.../Category:Processor_SDK_Linux_Automotive

    Regards,
    Anand
  • hi,I am so sorry to respond you too late,move to PSDKLA 3.01 release will take some unexpected risks to my project,and application may have to change a lot,so I decide to give up moving to weston1.9.I may move to PSDKLA 3.01 release for my next project.Thanks for your advise!