# sdk-ng **Repository Path**: evm-zephyr-rtos/sdk-ng ## Basic Information - **Project Name**: sdk-ng - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-21 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Zephyr SDK with Crosstool NG This project is to replace the current Yocto based SDK with a new framework for building the Zephyr SDK using crosstool-ng. The repoistory consists of configurations for the various architectures (not fully tests) and a script that builds on Linux (x86_64) and Mac in a consistent way, apply patches where needed. Currently we build the following toolchains: - i586 - nios2 - arm - arm64 - riscv64 - sparc - xtensa (sample_controller, intel_apl_adsp, intel_s1000, intel_bdw_adsp, intel_byt_adsp, nxp_imx_adsp, nxp_imx8m_adsp) To build for any of the above, run: ``` ./go.sh ``` ## Released Binaries packages Pre-built binaries releases of the SDK are made and currently only available for an x86_64 Linux host environment. The releases can be found here: https://github.com/zephyrproject-rtos/sdk-ng/releases ## PR Builds Successfull PR builds will get posted here: https://builds.zephyrproject.org/zephyrproject-rtos/sdk-ng//zephyr-sdk--setup.run ## Release Process To release a new SDK: - Update the VERSION file with the new version, for example 0.11.0 or 0.11.0-beta1 etc. - On https://github.com/zephyrproject-rtos/sdk-ng/releases, create the release tag and add the release information. - One the release is created, CI will build the SDK image and will upload it to the release page.