QorIQ Linux SDK with LX2160A

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

QorIQ Linux SDK with LX2160A

Jump to solution
579 Views
dmitri_lechtchinski
Contributor III

Hi,

The Linux SDK for QorIQ Processors page does not list the LX2160A among supported processors.

However, it has the AARCH64 image download.

Can I use the following capabilities of Linux SDK for LX2160A target processor?

  1. Toolchain - for building bare-metal executables
  2. CST - for generating CSF Header

Thanks,
Dmitri

0 Kudos
1 Solution
574 Views
yipingwang
NXP TechSupport
NXP TechSupport

1. You could use the toolchain for building bare-metal executables.

2. You could use CST tool provided in LSDK 20.12.

$ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/cst.git

$ cd cst

$ git checkout LSDK-20.12 -b LSDK-20.12

View solution in original post

1 Reply
575 Views
yipingwang
NXP TechSupport
NXP TechSupport

1. You could use the toolchain for building bare-metal executables.

2. You could use CST tool provided in LSDK 20.12.

$ git clone https://source.codeaurora.org/external/qoriq/qoriq-components/cst.git

$ cd cst

$ git checkout LSDK-20.12 -b LSDK-20.12