QorIQ Linux SDK with LX2160A

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

QorIQ Linux SDK with LX2160A

跳至解决方案
1,724 次查看
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 项奖励
回复
1 解答
1,719 次查看
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

在原帖中查看解决方案

1 回复
1,720 次查看
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