Imx 6 quadplus tool chain

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

Imx 6 quadplus tool chain

905 Views
kamyar_mm
Contributor I

Hi, 

I would like to do cross compiling by windows houst and the target device is linux box which has imx 6 Quadplus.

Would you let me know what are ethe steps and what tool chain I need to use and where can i download that toolchain.

also how to setup my development environment for developing simple QT application for it .

0 Kudos
3 Replies

808 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Kamyar Mirzazadeh Moghadam,

You can extract the toolchain for Qt using the following command from within the bitbake environment:

$ bitbake meta-toolchain-qt5

The resulting file is an executable that will install the toolchain in your system. You may set it on Eclipse, Qt Creator or other IDE if you wish to have a development environment. There are some threads concerning this but there is not an updated guide for it.

The following document may be of help but it has not been updated in a while:

https://community.nxp.com/docs/DOC-328543

I hope this helps!

Regards,

0 Kudos

808 Views
kamyar_mm
Contributor I

But I don't know how to install the bitbake on my linux box I have tried :

Sudo apt-get install bitbake 

but the system response :

E: unable to locate package bitbake

Please advise how to fix it 

0 Kudos

808 Views
gusarambula
NXP TechSupport
NXP TechSupport

Hello Kamyar Mirzazadeh Moghadam,

Bitbake is part of the Yocto project. Please check the BSP Release documentation for information on how to setup a host for Yocto and initializing Bitbake.

You do not mention which BSP you are looking for, but you can find the available BSPs documentation on the following link under Supporting Information:

https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/embedded-...https://www.nxp.com/design/software/embedded-software/linux-software-and-development-tools/embedded-...

I hope this helps!

Regards,

0 Kudos