[fsl-image-qt5-validation-imx] vulkan failed

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

[fsl-image-qt5-validation-imx] vulkan failed

1,303 Views
janakiram_sistl
Contributor III

Hi @Ernest Lee and @ Yuri Muhin, i am facing the same issue with respect to Vulkan recipe, my python is latest 3.6. Can you please tell me what exactly did you update to get it working ?

Regards,
Sistla.

5 Replies

826 Views
janakiram_sistl
Contributor III

Hi All, thank you for your responses. I did cleaned up everything and did make sure the tools are all installed and then did clone of repo. The build is working fine now. I think its some of these dependent tools that was issue. I did build it on Ubuntu 18.04 and finally i am able to get the images. 

Thanks everyone for the responses.

Regards,

Sistla.

826 Views
Takashi_Kashiwagi
Senior Contributor I

Hi Sistla,

What Host OS do you use?

If you use ubuntu 18.04 LTS,  As recommended by others, Please check that the Host OS environment has been set up correctly. And  run "apt-get update" and "apt-get upgrade".

Best Regards

T.Kashiwagi

826 Views
ernestlih
Contributor II

Hi Sistla,

I could have image successfully after applying pakages below.

python.png

Even though I installed python3, my python version is still 2.7 as shown below.

I hope it will be helpful.

root@mv-VirtualBox:/home/mv/imx-yocto-bsp/build-xwayland# python -V
Python 2.7.15rc1

Regards,

Ernest

0 Kudos

826 Views
Yuri
NXP Employee
NXP Employee

Hello,

 In my case the Vulkan error disappeared after applying  the following general Yocto

recommendations regarding host setup:

 

Yocto Project Reference Manual  


Have a great day,
Yuri

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

826 Views
Aubineau_FAE
NXP Employee
NXP Employee

Hi,

I rebuild it last week still with Vulkan errors at beg.

Can you try a:

bitbake -k <YOUR_DISTRO>

and when build with error another:

bitbake -k <YOUR_DISTRO> 

I did that to build it ("-k" continues even if errors occur during compilation)... and maybe other changes, I don't really remember (fyi my machine is a Ubuntu 18.04)

BR

Vincent

0 Kudos