Access to information is restricted depending on your login.
Request login-information through our contact form.
Access to information is restricted depending on your login.
Request login-information through our contact form.
If you want to do a stand-alone build of U-Boot or the Linux Kernel, than you will first need to generate a SDK, which will include the build-environment (cross-compiler etc.).
The SDK can be generated after building a Yocto-image. Please view NXP i.MX_Porting_Guide.pdf for details.
DISTRO=fsl-imx-fb MACHINE=<target-machine> bitbake core-image-minimal -c populate_sdk
This will generate a script-file at ./tmp/deploy/sdk.
Date | Description | Download |
---|---|---|
21.08.2020 | Based on i.MX8MM Yocto-Build for 5.4.24 | fsl-imx-fb-glibc-x86_64-core-image-minimal-aarch64-imx8mmevk-toolchain-5.4-zeus.zip |
16.04.2020 | Based on i.MX8MM Yocto-Build for 4.14.98 with QT5 | fsl-imx-wayland-glibc-x86_64-fsl-image-qt5-validation-imx-aarch64-toolchain-4.14-sumo.sh.zip |
28.05.2019 | Based on i.MX8MM Yocto-Build for 4.14.98 | fsl-imx-fb-glibc-x86_64-core-image-minimal-aarch64-toolchain-4.14-sumo.zip |
To install unzip downloaded file and run script on host machine to build on. The default install location is in /opt, but can be placed anywhere on the host machine.
The SDK can be generated after building a Yocto-image. Please view NXP i.MX_Porting_Guide.pdf for details.
Date | Description | Download |
---|---|---|
25.08.2020 | Based on i.MX6DL Yocto-Build for 5.4.24 | fsl-imx-fb-glibc-x86_64-core-image-minimal-cortexa9t2hf-neon-imx6dlsabresd-toolchain-5.4-zeus.zip |
25.01.2021 | Based on i.MX6DL Yocto-Build with QT5 for 5.4.24 | fsl-imx-fb-glibc-x86_64-fsl-image-qt5-validation-imx-cortexa9t2hf-neon-imx6dlsabresd-toolchain-5.4-zeus.zip |
To install unzip the downloaded file and run the script on the host machine. The default install location is in /opt, but the SDK can be placed anywhere on the host machine.