/
i.MX 8QM Kernel standalone
i.MX 8QM Kernel standalone
Build the SDK on your Yocto folder
bitbake core-image-minimal -c populate_sdk
Get the SDK from the yocto build tmp/deploy/sdk and install it
$ chmod +x fsl-imx-wayland-glibc-x86_64-core-image-minimal-aarch64-imx8qxp-cgtsx8x-toolchain-5.4-zeus.sh
$ ./fsl-imx-wayland-glibc-x86_64-core-image-minimal-aarch64-imx8qxp-cgtsx8x-toolchain-5.4-zeus.sh
Fetch kernel sources
$ cd ~
$ mkdir imx8
$ cd imx8
$ git clone <https://git.congatec.com/arm-nxp/imx8-family/kernel-imx8-family.git>
Set the desired branch
$ cd kernel-imx8-family
$ git checkout cgtimx8__imx_5.4.70_2.3.0
Set toolchain
$ source /opt/fsl-imx-wayland/5.4-zeus/environment-setup-aarch64-poky-linux
$ unset LDFLAGS
Build kernel after selecting the desired defconfig:
$ cd ~/imx8/kernel-imx8-family
$ make cgtsmx8_defconfig
$ make Image dtbs modules
Image will be found under: arch/arm64/boot/Image
Device tree files under: arch/arm64/boot/dts/congatec
, multiple selections available,
Related content
i.MX 8X Kernel standalone
i.MX 8X Kernel standalone
More like this
i.MX 8M Mini Kernel standalone build
i.MX 8M Mini Kernel standalone build
More like this
i.MX 8QM Bootloader standalone
i.MX 8QM Bootloader standalone
More like this
i.MX 8M Mini Bootloader standalone build
i.MX 8M Mini Bootloader standalone build
More like this
i.MX 8M Mini Yocto 2.5 (Sumo) and 3.0 (Zeus) Bootcontainer
i.MX 8M Mini Yocto 2.5 (Sumo) and 3.0 (Zeus) Bootcontainer
More like this
i.MX 8M Mini Yocto 4.0 (Kirkstone) Bootcontainer
i.MX 8M Mini Yocto 4.0 (Kirkstone) Bootcontainer
More like this