Superset generation

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

Superset generation

nxf39066
NXP Employee
NXP Employee
2 1 1,189

If you need to create you own SuperSet, following steps should help you.

First of all you need mcu-sdk-2.0 repository with current submodules. Then you need to create some release config e.g. release_config.yml on you disk. Release config format can be found here. Devices, boards or kits names referenced in release config are case sensitive!

The last step is running SDK generator, this can be done with command: ruby2.4 mcu-sdk-2.0/bin/generator/sdk_generator/src/sdk_generator.rb --config /path/to/release_config.yml

After generating is finished, result can be find in location specified in release config.

1 Comment
nxa13122
NXP Employee
NXP Employee

Hi,

Tomas is quite right.

Here I give the updated doc link:

Getting Started With SDK Generator

How to config release config yml

Thanks.