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,458件の閲覧回数
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,054件の閲覧回数
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,054件の閲覧回数
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 件の賞賛
返信