MQX RTOS 4.1 for i.MX 6SX SABRE-SDB

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

MQX RTOS 4.1 for i.MX 6SX SABRE-SDB

1,679 Views
jackeyko
Contributor III

Hi NXP,

I would like to download the MQX 4.1 included i.mx6sx bsp for SABRE-SDB Board.

How to get MQX 4.1 included i.mx6sx bsp?

Thanks,

Jackey

8 Replies

1,304 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jackey

available versions are described on

MQX™ v5 Software Solutions|NXP 

MQX 4.1 is not available, probably due to licensing.

Best regards
igor

1,304 Views
jackeyko
Contributor III

Hi Igor,

Thanks for your supprot.

Before the license agreement, I want to test MQX RTOS  included i.mx6sx BSP on SABRE-SD Board.

Can i get the MQX RTOS included i.mx6sx BSP(ssi, sai, esai, adc, spi, gpio, i2c, uart, wdog, ect) ?

My goal of BSP  is using audio system.

Thanks,

Jackey

0 Kudos

1,304 Views
mtx512
Contributor V

Beware MXQ 4.1 on imx6sx has no builtin support for audio (ie no ssi, sai or esai). You need to write your own drivers.

0 Kudos

1,304 Views
jackeyko
Contributor III

Hi Jas Math,

Thanks for your support.

Ok, I understood your commet.

I would like to download MQX 4.1 included imx6sx for testing as below link:

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

Can you help where I can get MQX 4.1 included imx6sx?

Thanks,

Jackey

0 Kudos

1,304 Views
mtx512
Contributor V

Its no longer available from the NXP website because the old download link is no longer active. BTW you can use FreeRTOS to implement the same task.

0 Kudos

1,304 Views
igorpadykov
NXP Employee
NXP Employee

Hi Jackey

suggest to mail to vendor of this product info@embedded-access.com

for availability older versions.

Best regards
igor

0 Kudos

1,304 Views
jackeyko
Contributor III

Hi Igor,

I would like to test as below:

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

FIRMWARE MQX

 

Download the last MQX source code from Freescale's website at http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=MQX#. I have used the 4.1.0 version in the tests. Do not forget to download the Linux version (*.gz).

 

Create a directory and decompress the source code:

 

  1. $ cd $IMX6SOLOX  
  2. $ mkdir -p mqx && cd mqx  
  3. $ tar xfv ~/Downloads/Freescale\ MQX\ RTOS\ 4.1.0\ for\ i.MX\ 6SoloX\ Linux\ Base.gz  
  4. $ ls  
  5. build config doc mcc mqx tools  
$ cd $IMX6SOLOX $ mkdir -p mqx && cd mqx $ tar xfv ~/Downloads/Freescale\ MQX\ RTOS\ 4.1.0\ for\ i.MX\ 6SoloX\ Linux\ Base.gz $ ls build config doc mcc mqx tools

 

Thanks,

Jackey

0 Kudos

1,304 Views
mtx512
Contributor V

MQX was replaced with FreeRTOS (FreeRTOS_MX6SX_1.0.1_LINUX) so that is the recommended option.