SDK Builder no longer provides SDK Version option. Hard-coded to latest.

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

SDK Builder no longer provides SDK Version option. Hard-coded to latest.

2,454 次查看
lucasrangit
Contributor III

Using the latest version of https://mcuxpresso.nxp.com/en/builder  I am no longer able to specify an SDK version. Previous SDK Builders allowed this, as shown in the screenshots below.

I need this feature in order to rebuild an existing project, based on SDK 2.0.

How can I download previous SDK versions?

Old Version:

KSDK_6.jpg

New version:

Selection_034.png

Selection_035.png

标签 (1)
标记 (1)
0 项奖励
回复
2 回复数

2,050 次查看
lucasrangit
Contributor III

I tried making a MEX file manually based on the scheme at http://mcuxpresso.nxp.com/XSD/mex_configuration_1.2.xsd but it appears I need to already know the hash for the SDK download.

<configuration xmlns="http://mcuxpresso.nxp.com/XSD/mex_configuration_1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="MKL27Z64xxx4" version="1.2" xsi:schemaLocation="http://mcuxpresso.nxp.com/XSD/mex_configuration_1.2 http://mcuxpresso.nxp.com/XSD/mex_configuration_1.2.xsd">
  <common>
    <package/>
    <mcu_data>ksdk2_0</mcu_data>
    <kit/>
    <board>FRDM-KL27Z</board>
    <processor>MKL27Z64xxx4</processor>
    <example/>
  </common>
  <tools>
    <sdk_builder name="SDK Builder" version="2.1.0">
      <package_configuration name="SDK_2.0_FRDM-KL27Z">
        <toolchain>kds</toolchain>
        <hostOS>os-linux</hostOS>
        <optional_components>
          <component id="middleware.usb.ui_control"/>
        </optional_components>
      </package_configuration>
    </sdk_builder>
    <common name="Useless" version="0.0.0">
      <sdk_package name="SDK_2.0_FRDM-KL27Z" version="2.0.0" configuration="????">
        <core name="KSDK200">
        </core>
      </sdk_package>
    </common>
  </tools>
</configuration>

Is there no other way to download previous SDK releases?

0 项奖励
回复

2,050 次查看
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi Lucas,

SDK2.0 is no longer available for download from external site since higher version SDK was released.

If you need SDK2.0 for FRDM-K64F, one solution is to contact NXP support for your requirement,they may consider to send it to you via Transweb.


Have a great day,
Jennie Zhang

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

0 项奖励
回复