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

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

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

1,741 Views
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

Labels (1)
Tags (1)
0 Kudos
2 Replies

1,337 Views
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 Kudos

1,337 Views
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 Kudos